Transfer tokens
This endpoint transfers tokens
POST
/
users
/
wallet
/
transfer
/
{userId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <API_KEY>
.
Path Parameters
userId
string
requiredThe ID of the user.
Body
application/json
itemId
string
The ID of the item type.
to
string
The address of the wallet that will receive the item type.
quantity
string
The quantity of the item type. Only available 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?