Light Mode
Get Basic Fee - Spot/Margin
GET
/api/v1/base-fee:::info[Description]
This interface is for the spot/margin basic fee rate of users
:::
Request
Query Params
currencyType
enum<integer>
optional
Currency type: 0-crypto currency, 1-fiat currency. default is 0-crypto currency
Allowed values:
01
Default:
0
Example:
1
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
string
required
data
object
required
takerFeeRate
string
required
Base taker fee rate
makerFeeRate
string
required
Base maker fee rate
Example
{
"code": "200000",
"data": {
"takerFeeRate": "0.001",
"makerFeeRate": "0.001"
}
}
Last modified: a month ago