v1

latestOpenAPI 3.1.02026-07-24620123.6 KB

post/api/wallets/transactions/transfer

Request body

walletIdstring required

Source wallet ID.

tostring required

Recipient address.

amountnumber required

Amount to send.

tokenstring required

Token symbol. The validator uppercases input internally. Example: USDC.

chainstring

Useful for when trying to perform cross chain transfers.

Response

successboolean

Example response

{
  "success": true,
  "data": {
    "transactionId": "tx_001",
    "transactionHash": "0xabc123"
  }
}