POST
/
transactions
/
transfers

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <API_KEY>.

Body

application/json
itemTypeId
string
required

The ID of the item type.

from
string
required

The id of the wallet that will send the tokens.

to
string
required

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.