cURL
curl --request POST \ --url https://api.ondoperps.xyz/v1/wallet/withdrawals/csv \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "start_time": 1666203390, "end_time": 1709734800 } '
"<string>"
Export withdrawals as CSV for a time range.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Start time as Unix timestamp in seconds
1666203390
End time as Unix timestamp in seconds
1709734800
CSV file
The response is of type string.
string