跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://developer.wooxpro.com/llms.txt

Use this file to discover all available pages before exploring further.

查询用户交易费率 (KEYED)

适用于查询用户交易费率

请求URL

GET https://cloud-api.wooxpro.com/contract/private/trade-fee-rate

请求限制

参见 速率限制详细

请求参数

请求
curl -H 'X-BM-KEY:{{AccessKey}}'
https://cloud-api.wooxpro.com/contract/private/trade-fee-rate?symbol=BTCUSDT
参数类型是否必填?描述
symbolString必填合约交易对(如BTCUSDT)

响应详情

响应
{
  "code": 1000,
  "message": "Ok",
  "data": {
    "symbol": "BTCUSDT",
    "taker_fee_rate": "0.0006",
    "maker_fee_rate": "0.0002"
  },
  "trace": "638d5048-ad21-4a4b-1234-d0756fbfc7ba"
}
字段类型描述
symbolStringSymbol of the contract
taker_fee_rateStringTaker fee rate
maker_fee_rateStringMaker fee rate