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