심볼
GET/api/v1/funding-rate/symbols
/api/v1/funding-rate 엔드포인트에서 지원하는 심볼 목록을 조회합니다.
요청
쿼리 파라미터
exchange stringrequired
Specifies exchange name
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
b string
specifies the base symbol
e string
specifies the exchange
id string
specifies the unique id
m string
specifies the market
q string
specifies the quote symbol
s string
specifies the api symbol
[
{
"b": "string",
"e": "string",
"id": "string",
"m": "string",
"q": "string",
"s": "string"
}
]
잘못된 요청
- application/json
- Schema
- Example (from schema)
Schema
error string
error specifies the error message
{
"error": "string"
}
서버 오류
- application/json
- Schema
- Example (from schema)
Schema
error string
error specifies the error message
{
"error": "string"
}
Loading...