Transfers
Transfer token balance
Transfer tokens between wallets on the specified blockchain.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The amount of tokens to transfer
The contract address of the token
The number of decimal places the token supports
The sender's private key
The blockchain network (e.g., ETH, BSC, POL, XDC, ALGO)
The recipient's address
Response
200 - application/json
The response is of type any
.