Wallet
Enable receiving asset on account
Enable receiving a specific token on the Algorand network.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The blockchain network (only accepts Algorand).
Available options:
ALGO
The ID of the asset to be enabled.
The private key of the wallet that wants to receive the token.
Response
200
application/json
Token receiving enabled successfully.