POST
/
users
/
wallet
/
transfer
/
{userId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <API_KEY>.

Path Parameters

userId
string
required

The ID of the user.

Body

application/json
itemId
string
required

The ID of the item type.

to
string
required

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?