cURL
curl --request POST \ --url https://whitebit.com/api/v4/main-account/fee \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "request": "<string>", "nonce": "<string>" } '
[ { "ticker": "<string>", "name": "<string>", "can_deposit": "<string>", "can_withdraw": "<string>", "deposit": { "minFlex": "<string>", "maxFlex": "<string>", "percentFlex": "<string>", "fixed": "<string>", "minAmount": "<string>", "maxAmount": "<string>" }, "withdraw": { "minFlex": "<string>", "maxFlex": "<string>", "percentFlex": "<string>", "fixed": "<string>", "minAmount": "<string>", "maxAmount": "<string>" } } ]
Returns an array of objects containing deposit/withdrawal fees for the corresponding currencies. Zero value in amount fields means that the setting is disabled.
Rate limit: 1000 requests/10 sec.
Response is cached for: NONE
API key authentication using signed requests
Request signature
Unique request identifier
Successful response
Currency ticker
Currency name
Deposit status (currency availability)
Withdrawal status (currency availability)
Deposit fees and limits
Show child attributes
Withdrawal fees and limits