---
title: "Get Treasury Fee By Id"
method: GET
path: "/treasury_fees/{fee_id}"
tags: ["Treasury Mandates"]
---

# Get Treasury Fee By Id

`GET /treasury_fees/{fee_id}`

Retrieves treasury fee details for the given fee ID belonging to the requesting partner.

## Path parameters

- `fee_id` string, required

## Headers

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

## Response `200`

Successful Response

- PartnerTreasuryFeesResponse
  - `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).

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — No treasury fee was found for the given fee_id, owned by the requesting partner.
- `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)
