Download account balance ledger as CSV
Streams balance ledger as CSV.
Documentation Index
Fetch the complete documentation index at: https://docs.polymarket.us/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Required. Fully qualified resource name of the account.
Optional. ISO currency code.
Optional. Inclusive lower bound on update_time. Clamped to 2026-05-01T00:00:00Z.
Optional. Inclusive upper bound on update_time.
Optional. Filter by one or more entry types from the allowlist. When omitted, the gateway substitutes the full allowlist before forwarding upstream.
Allowlist of balance-ledger entry types that are exposed to clients. Internal exchange types (NETTING, SECURITY_*, CONTRACT_EXPIRATION, BEGINNING_OF_DAY, INTEREST, SETTLEMENT_FEE, etc.) are suppressed: requesting a suppressed type returns Aborted (409), and any suppressed types in upstream responses are silently filtered.
DEPOSIT, WITHDRAWAL, ORDER_EXECUTION, CORRECTION, RESOLUTION, MANUAL_ADJUSTMENT, ACCOUNT_PROPERTY_ADJUSTMENT, COMMISSION, WITHDRAWAL_REJECTION, MANUAL_TRANSFER, PENDING_WITHDRAWAL_CREATION Optional. Filter by instrument symbol.
Optional. Substring filter on the entry description. Maximum 200 Unicode characters.
200Optional. If true, rows are emitted in descending update_time order.
Optional. Maximum entries per page (max 1000). Values above 1000 return InvalidArgument.
x <= 1000Optional. Resume token from a previous download.
Response
A successful response (streaming).
CSV file stream containing balance ledger entries.