토큰 업데이트
GET/api/v1/cex/token/updates
최신 토큰 업데이트를 조회합니다
요청
쿼리 파라미터
page string
페이지
Default value:
1limit string
결과 개수
Default value:
100type string
Possible values: [listed, delisted]
토큰 업데이트 타입
헤더 파라미터
X-DTMX-APIKEY stringrequired
DataMaxi+ API 키
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
data는 토큰 업데이트 배열을 나타냅니다
b string
base 토큰
d integer
타임스탬프
e string
거래소
m string
마켓
q string
quote 토큰
t string
토큰 업데이트 타입 (listed 또는 delisted)
key string
limit integer
page integer
sort string
total integer
{
"data": [
{
"b": "string",
"d": 0,
"e": "string",
"m": "string",
"q": "string",
"t": "string"
}
],
"key": "string",
"limit": 0,
"page": 0,
"sort": "string",
"total": 0
}
잘못된 요청
- application/json
- Schema
- Example (from schema)
Schema
error string
error는 에러 메시지를 나타냅니다
{
"error": "string"
}
인증 실패
- application/json
- Schema
- Example (from schema)
Schema
error string
error는 에러 메시지를 나타냅니다
{
"error": "string"
}
서버 오류
- application/json
- Schema
- Example (from schema)
Schema
error string
error는 에러 메시지를 나타냅니다
{
"error": "string"
}
Loading...