---
title: "Download account balance ledger as CSV"
method: GET
path: "/v1/funding/balance-ledger/download"
tags: ["Funding"]
---

# Download account balance ledger as CSV

`GET /v1/funding/balance-ledger/download`

Streams balance ledger as CSV.

## Query parameters

- `account` string, required
- `currency` string
- `start_time` string, date-time
- `end_time` string, date-time
- `entry_types` LedgerEntryType[]
- `symbol` string
- `description` string
- `newest_first` boolean
- `page_size` integer
- `page_token` string

## Response `200`

A successful response (streaming).

---

[API](https://skmtc.net/polymarket/apis/portfolio-api.md) · [All operations](https://skmtc.net/polymarket/apis/portfolio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polymarket/portfolio-api/versions/150874842db1/schema)
