cURL
curl --request POST \ --url https://dash.betteruseblockchain.com/api/v1/wallet/enable-receive/token \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "network": "ALGO", "assetId": "<string>", "fromPrivateKey": "<string>" }'
{ "data": { "txId": "<string>" } }
Enable receiving a specific token on the Algorand network.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Token receiving enabled successfully.
The response is of type object.
object