cURL
curl --request GET \ --url https://whitebit.com/api/v2/public/fee
{ "success": true, "message": null, "result": { "makerFee": "0.1", "takerFee": "0.1" } }
This endpoint retrieves the trading fee.
Response is cached for: 1 second
Successful response
true
null
Show child attributes