---
title: "List Treasury Fees"
method: GET
path: "/treasury_fees"
tags: ["Treasury Mandates"]
---

# List Treasury Fees

`GET /treasury_fees`

Retrieves a paginated list of monthly aggregated treasury fees owned by the requesting partner. Optionally filter by instrument or billing month range.

## Query parameters

- `instrument` string
- `from_month` string
- `to_month` string
- `cursor` string
- `limit` integer

## Headers

- `LMG-Data-Privacy-Access-Principal` string, required
- `LMG-Data-Privacy-Access-Justification` string, required

## Response `200`

Paginated list of treasury fees

- EncodedPaginatedCollectionResponsePartnerTreasuryFeesResponse
  - `data` PartnerTreasuryFeesResponse[], required — List of aggregated partner treasury fees.
    - `id` string, required — Unique identifier for the aggregated partner treasury fee.
    - `instrument` string, required — An ISIN (International Securities Identification Number) that uniquely identifies the instrument related to the fee, following ISO 6166.
    - `total_fee_amount` string, required — Total amount of fees aggregated for the billing period.
    - `currency` string, required — Three-letter ISO 4217 currency code (e.g., "USD", "EUR").
    - `billing_period` BillingPeriod, required
      - `start_date` string, date, required — The first date (inclusive) in the billing period for the associated fee.
      - `end_date` string, date, required — The last date (inclusive) in the billing period for the associated fee.
      - `billing_month` string, required — A string representing the billing month in `YYYY-MM` format (e.g., 2025-08).
  - `pagination` EncodedPaginationResponse, required — Information about accessing elements beyond the ones that were returned.
    - `next_cursor` string — When fetching long lists of elements, you can use our pagination feature to fetch batches of data. If a response contains the property `pagination.next_cursor`, you can pass its value via the query item `cursor` to generate the request for the next batch of data.

## Other responses

- `400` — Bad Request (e.g., invalid instrument, from_month, or to_month formats)
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `5XX` — Server Error

---

[API](https://skmtc.net/lemon/apis/lemon-markets-brokerage-api.md) · [All operations](https://skmtc.net/lemon/apis/lemon-markets-brokerage-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lemon/lemon-markets-brokerage-api/versions/3c8cfd3a96c9/schema)
