Get backup info
/v2/wallet/backup
get wallet dump
Some error during request processing
curl -L \ --url 'https://ton-open-api.nownodes.io/v2/wallet/backup' \ --header 'X-TonConnect-Auth: text'
{ "dump": "text" }
Set backup info
success
curl -L \ --request PUT \ --url 'https://ton-open-api.nownodes.io/v2/wallet/backup' \ --header 'X-TonConnect-Auth: text' \ --header 'Content-Type: application/octet-stream'
No body