v1
latestOpenAPI 3.0.12026-07-2683220192.3 KBFunding
Download account balance ledger as CSV
Streams balance ledger as CSV.
get/v1/funding/balance-ledger/download
Query parameters
accountstring required
Required. Fully qualified resource name of the account.
currencystring
Optional. ISO currency code.
start_timestring date-time
Optional. Inclusive lower bound on update_time. Clamped to 2026-05-01T00:00:00Z.
end_timestring date-time
Optional. Inclusive upper bound on update_time.
entry_typesLedgerEntryType[]
Optional. Filter by one or more entry types from the allowlist. When omitted, the gateway substitutes the full allowlist before forwarding upstream.
symbolstring
Optional. Filter by instrument symbol.
descriptionstring
Optional. Substring filter on the entry description. Maximum 200 Unicode characters.
newest_firstboolean
Optional. If true, rows are emitted in descending update_time order.
page_sizeinteger
Optional. Maximum entries per page (max 1000). Values above 1000 return InvalidArgument.
page_tokenstring
Optional. Resume token from a previous download.
Response
A successful response (streaming).