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.

Changes

No recorded changes to this endpoint across all 1 revision of this API.