Skip to main content
POST
Export Withdrawals CSV

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 of withdrawals for the requested time range.

CSV text with a header row followed by one row per withdrawal.