데이터
GET/api/v1/cex/fees
거래 수수료를 조회합니다.
요청
쿼리 파라미터
exchange string
거래소
symbol string
심볼
헤더 파라미터
X-DTMX-APIKEY stringrequired
DataMaxi+ API 키
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
base string
base 심볼
Example:
BTCexchange string
거래소
Example:
binancefutures_maker_fee number
선물 시장 메이커 수수료 %
Example:
0.0001futures_taker_fee number
선물 시장 테이커 수수료 %
Example:
0.0001quote string
quote 심볼
Example:
USDTspot_maker_fee number
현물 시장 메이커 수수료 % (예: 0.001 = 0.1%)
Example:
0.001spot_take_fee number
현물 시장 테이커 수수료 %
Example:
0.001symbol string
심볼
Example:
BTC-USDT[
{
"base": "BTC",
"exchange": "binance",
"futures_maker_fee": 0.0001,
"futures_taker_fee": 0.0001,
"quote": "USDT",
"spot_maker_fee": 0.001,
"spot_take_fee": 0.001,
"symbol": "BTC-USDT"
}
]
인증 실패
- application/json
- Schema
- Example (from schema)
Schema
error string
error는 에러 메시지를 나타냅니다
{
"error": "string"
}
Loading...