v1

latestOpenAPI 3.0.32026-07-267278168.1 KB
Wallet

Export Deposits CSV

Exports the account's deposit history as a downloadable CSV for the given time range. Columns: id, time (RFC 3339, UTC), coin, size, status. For supported assets and deposit steps, see Funding your account.

post/v1/wallet/deposits/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 deposits for the requested time range.