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