Get account balance ledger
Returns historical balance changes for an account.
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. Example: firms/ISV-Alice/accounts/alice-trading.
Optional. ISO currency code (e.g., USD). Omit to return entries in all currencies for the account.
Optional. Inclusive lower bound on update_time (RFC3339). Clamped upstream to 2026-05-01T00:00:00Z.
Optional. Inclusive upper bound on update_time (RFC3339).
Optional. Filter by one or more entry types from the allowlist. Requesting a suppressed type returns Aborted (HTTP 409). Multiple values can be provided. Example: entry_types=DEPOSIT&entry_types=ORDER_EXECUTION.
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 (e.g., for ORDER_EXECUTION entries).
Optional. Substring filter on the entry description. Maximum 200 Unicode characters (not bytes); longer values return InvalidArgument.
200Optional. If true, return entries in descending update_time order. Default is false (oldest first).
Optional. Maximum entries to return per page (max 1000). Values above 1000 return InvalidArgument.
x <= 1000Optional. Pagination token from a previous response's nextPageToken. Omit for the first request.
Response
A successful response.