v1
latestOpenAPI 3.0.32026-07-267278168.1 KBWallet
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
Example request
{
"start_time": 1666203390,
"end_time": 1709734800
}Response
CSV file of deposits for the requested time range.