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

# Get Fee Balance

`GET /fees/balance`

## Headers

- `Authorization-Signature` string, required

## Response `200`

Claimable fee balance

- FeeBalanceResponse
  - `fee_balance` FeeBalance, required
    - `fiat` 'USD' | 'EUR', required
    - `amount_cents` integer, required

## Other responses

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

---

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