---
title: "Fee"
method: GET
path: "/api/v4/public/fee"
tags: ["Public API V4"]
---

# Fee

`GET /api/v4/public/fee`

The endpoint retrieves the [fee](/glossary#fee) schedule and deposit/withdrawal limits for every supported asset. Use the response to display fee estimates before a user initiates a deposit or withdrawal. The response is keyed by currency ticker; each entry contains deposit and withdrawal fee amounts and min/max transfer limits.

<Note>
The fee schedule is reference data, re-synced approximately once per minute. Polling more frequently returns identical data. The cache is shared across all callers.
</Note>

<Warning>
Rate limit: 2000 requests/10 sec. See [Public API V4 overview](/public/http-v4/index) for rate limit details.
</Warning>

## Response `200`

Successful response

- object — Map of currency tickers to fee information. Each key is an asset ticker (e.g., `BTC`, `EUR`). **Crypto assets** — `providers` is an empty array; `withdraw` and `deposit` are flat objects with fee fields. **Fiat assets** — `providers` lists available payment methods; `withdraw` and `deposit` are objects keyed by provider ID, where each value contains provider-specific fee details.

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4.md) · [All operations](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whitebit/whitebit-private-http-api-v4/revisions/76c9def9942f/schema)
