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