---
title: "Get Fee Balances"
method: GET
path: "/fees/balance"
tags: ["fees"]
---

# Get Fee Balances

`GET /fees/balance`

Retrieve the claimable fee balances for the authenticated organization

## Headers

- `Authorization-Signature` string, required

## Response `200`

Fee balances retrieved successfully

- GetFeeBalancesResponse
  - `fiat` 'USD' | 'EUR', required
  - `amount_cents` integer, required

## Other responses

- `401` — Unauthorized - Authentication required
- `500` — Internal Server Error

---

[API](https://skmtc.net/coinvoyage/apis/coinvoyage-api.md) · [All operations](https://skmtc.net/coinvoyage/apis/coinvoyage-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinvoyage/coinvoyage-api/revisions/29e628200554/schema)
