Skip to main content

Request Body

FieldTypeNeedDescriptionExample
”account”stringrequiredUser’s wallet address42trU9A5…
“signature”stringrequiredCryptographic signature5j1Vy9Uq…
“timestamp”integerrequiredCurrent timestamp in milliseconds1716200000000
”amount”stringrequiredAmount to withdraw in USDC100.50
”idempotency_key”stringoptionalFull UUID string. Prevents duplicate withdrawals550e8400-e29b-41d4-a716-446655440000
”agent_wallet”stringoptionalAgent wallet address69trU9A5…
“expiry_window”integeroptionalSignature expiry in milliseconds30000

Response

  • Status 200: Success
  • Status 400: Invalid request parameters
  • Status 409: Duplicate idempotency key
  • Status 500: Internal server error

Code Example (Python)