인덱스 가격 이력
GET/api/v1/index-price
인덱스 가격을 조회합니다
요청
쿼리 파라미터
asset stringrequired
자산
from string
시작 시각
Default value:
now - 1 monthto string
종료 시각
Default value:
nowinterval string
인터벌
Default value:
"5m"헤더 파라미터
X-DTMX-APIKEY stringrequired
DataMaxi+ API 키
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
price number
timestamp integer
volume number
{
"data": [
{
"price": 0,
"timestamp": 0,
"volume": 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...