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.
An identifier provided by the client for this transfer. Must be unique per client.
The address of the token being transferred.
The mark or symbol of the token.
The address of the sender's wallet.
The address of the recipient's wallet.
The amount of tokens to transfer.
The created transfer transaction
The response is of type string.