Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
适用于查询用户交易费率
GET https://cloud-api.wooxpro.com/contract/private/trade-fee-rate
请求
curl -H 'X-API-KEY:{{AccessKey}}' https://cloud-api.wooxpro.com/contract/private/trade-fee-rate?symbol=BTCUSDT
响应
{ "code": 1000, "message": "Ok", "data": { "symbol": "BTCUSDT", "taker_fee_rate": "0.0006", "maker_fee_rate": "0.0002" }, "trace": "638d5048-ad21-4a4b-1234-d0756fbfc7ba" }