v1
latestOpenAPI 3.0.32026-07-2613529376.3 KBPublic API V4
Fee
The endpoint retrieves the 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>get/api/v4/public/fee
Response
Successful response
object required
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.