Transfer tokens
This endpoint transfers tokens
POST
/
transactions
/
transfers
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Body
application/json
The ID of the item type.
The id of the wallet that will send the tokens.
The address of the wallet that will receive tokens.
The amount of tokens to transfer. Required if you're trying to transfer a fungible token
The ID of the token. Required if you're trying to transfer a non-fungible token.
Response
200 - application/json
The transaction hash of the transfer.
Was this page helpful?