This endpoint initiates a token transfer on the blockchain between two wallets. The request body specifies the sender’s wallet address, the recipient’s wallet address, the token to be transferred, and the quantity. Upon successful processing, a transfer ID (id-in-client
) is returned. This ID can be used to track the status of the transfer using the getTransferStatus endpoint. Note that while this endpoint initiates the transfer on the blockchain, confirmation may take some time depending on network conditions. If the idInClient
already exists, a 409 error will be returned.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The created transfer transaction
The response is of type string
.