Transfer tokens
This endpoint transfers tokens
POST
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Path Parameters
The ID of the user.
Body
application/json
The ID of the item type.
The quantity of the item type. Only available if you're trying to transfer a fungible token
The address of the wallet that will receive the item type.
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?