cURL
curl --request GET \ --url https://api-partner.houdiniswap.com/v2/withdrawals \ --header 'Authorization: <api-key>'
{ "withdrawals": [ { "id": "<string>", "amountUsd": 123, "status": "pending", "batchId": "<string>", "created": "2023-11-07T05:31:56Z", "processedTx": "<string>" } ], "total": 123, "totalPages": 123 }
1 <= x <= 10000
1 <= x <= 100
Success
Show child attributes