kucoin-api-docs
kucoin-api-docs copied to clipboard
trade fees api errors
There are some inconsistencies based on specification: https://docs.kucoin.com/#actual-fee-rate-of-the-trading-pair
GET /api/v1/trade-fees?symbols=BTC-USDT,KCS-USDT
Issues:
- symbols is said to be optional (it is not -> 400 error)
- symbols can be listed up to 10 (if more than 1, comma separated -> 401 error)
- no way to get a list of symbols with a different that base-fee