v1

latestOpenAPI 3.0.32026-07-267278168.1 KB
Wallet

Export Withdrawals CSV

Exports the account's withdrawal history as a downloadable CSV for the given time range. Columns: time (RFC 3339, UTC), coin, size, address, status. For the withdrawal process and timing, see Withdrawals.

post/v1/wallet/withdrawals/csv

Request body

start_timeinteger

Start time as Unix timestamp in seconds

end_timeinteger

End time as Unix timestamp in seconds

Example request

{
  "start_time": 1666203390,
  "end_time": 1709734800
}

Response

CSV file of withdrawals for the requested time range.