Get Trading Fee Rate
Retrieves the user’s current trading fee rates based on their account level and trading volume.
Last updated
Retrieves the user’s current trading fee rates based on their account level and trading volume.
Last updated
GET /api/v1/market/fee-rate HTTP/1.1
Host: trading-api.flipster.io
api-key: YOUR_API_KEY
Accept: */*
[
{
"level": 1,
"requiredTradeVolume": "###.###",
"requiredAssetBalance": "###.###",
"feeRate": "###.###"
}
]