Transactional

Transfer tokens to a specified wallet address

post/api/v1/blockchain/transfer-token

Request body

recipientWalletAddressstring required

The wallet address of the recipient.

amountinteger required

The amount of tokens to transfer.

Response

Token successfully transferred.

messagestring required

A message indicating the result of the API request.

httpCodenumber required

HTTP status code of the response.

Changes

No recorded changes to this endpoint across all 5 revisions of this API.