cURL
curl --request GET \ --url https://api.orderly.org/v1/sv/venue_withdrawal_history \ --header 'orderly-account-id: <orderly-account-id>' \ --header 'orderly-key: <orderly-key>' \ --header 'orderly-signature: <orderly-signature>' \ --header 'orderly-timestamp: <orderly-timestamp>'
{ "success": true, "timestamp": 1702989203989, "data": { "meta": { "total": 2, "records_per_page": 25, "current_page": 1 }, "rows": [ { "created_time": 1739257260000, "period_number": 2, "plan_id": 4, "schedule_time": 1739268000000, "executed_time": null, "trigger_by": null, "amount": 13633.532389, "status": "pending" } ] } }
Limit: 10 requests per second per account
GET /v1/sv/venue_withdrawal_history
the page you wish to query
the page size you wish to query (max: 500)
Success
The response is of type object.
object