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>
The blockchain network (only accepts Algorand).
ALGO
The ID of the asset to be enabled.
The private key of the wallet that wants to receive the token.
Token receiving enabled successfully.
Show child attributes
Transaction Hash