Skip to main content
GET
/
api
/
v4
/
public
/
fee
Fee
curl --request GET \
  --url https://whitebit.com/api/v4/public/fee
{ "BTC": { "is_depositable": true, "is_withdrawal": true, "is_api_withdrawal": true, "is_api_depositable": true, "ticker": "BTC", "name": "Bitcoin", "providers": [], "withdraw": { "max_amount": "0", "min_amount": "0.0003", "fixed": "0.0002", "flex": null }, "deposit": { "max_amount": "0", "min_amount": "0.0001", "fixed": null, "flex": null } } }

Response

Successful response

Map of currency tickers to fee information. Each key is an asset ticker (e.g., BTC, EUR).

Crypto assetsproviders is an empty array; withdraw and deposit are flat objects with fee fields.

Fiat assetsproviders lists available payment methods; withdraw and deposit are objects keyed by provider ID, where each value contains provider-specific fee details.

{key}
object

Fee and limit details for a single asset. For crypto assets, withdraw and deposit are flat fee objects. For fiat assets with providers, they are objects keyed by provider ID.