Request withdrawal
This endpoint allows users to request withdrawal.
POST /api/v1/account/withdrawRequest Body
Field
Type
Need
Description
Example
{
"account": "42trU9A5...",
"signature": "5j1Vy9Uq...",
"timestamp": 1716200000000,
"amount": "100.50",
"agent_wallet": "69trU9A5...",
"expiry_window": 30000,
}Response
{
"success": true
}Code Example (Python)
Last updated