Skip to main content
POST
/
v1
/
wallet
/
withdrawals
/
csv
Export Withdrawals CSV
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>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
start_time
integer<int64>

Start time as Unix timestamp in seconds

Example:

1666203390

end_time
integer<int64>

End time as Unix timestamp in seconds

Example:

1709734800

Response

CSV file

The response is of type string.