Request Body
| Field | Type | Need | Description | Example |
|---|---|---|---|---|
”account” | string | required | Sender account address | 42trU9A5… |
“signature” | string | required | Sender account signature | 5j1Vy9Uq… |
“timestamp” | integer | required | Current timestamp in milliseconds | 1716200000000 |
”expiry_window” | integer | optional | Signature expiry in milliseconds | 30000 |
”to_account” | string | required | Recipient wallet address | 69trU9A5… |
“amount” | decimal string | required | Transfer amount (in USDC) | 420.69 |
”idempotency_key” | string | optional | Full UUID. Prevents duplicate transfers | f47ac10b-58cc-4372-a567-0e02b2c3d479 |
”agent_wallet” | string | optional | Agent wallet address | 69trU9A5… |
Response
- Status 200: Transfer completed successfully
- Status 400: Bad request
- Status 500: Internal server error