get https://EXCHANGE-REGION-ENDPOINT-URL.com/v1/ticker
Request Parameters
Field Name | Description | Type |
---|---|---|
markets | Comma separated Market ID list (ex. IDR-BTC,BTC-XRP) | String |
Response
Field Name | Description | Type |
---|---|---|
market | Market ID | String |
trade_date | Last trade date(UTC) | String |
trade_time | Last trade time(UTC) | String |
trade_timestamp | Last trade timestamp(UTC) Format: Unix Timestamp | Long |
opening_price | Opening price | Double |
high_price | High price | Double |
low_price | Low price | Double |
trade_price | Closing price | Double |
prev_closing_price | Previous closing price(from UTC +00:00). | Double |
change | Change price type compared to the previous day's closing price. EVEN or RISE or FALL | String |
change_price | Change price compared to the previous day's closing price. | Double |
change_rate | Change price rate compared to the previous day's closing price. | Double |
signed_change_price | Signed change price price compared to the previous day's closing price. | Double |
signed_change_rate | Signed change price rate compared to the previous day's closing price. | Double |
trade_volume | Last trade volume | Double |
acc_trade_price | Accumulated trade price(from UTC +00:00). | Double |
acc_trade_price_24h | 24-hour accumulated trade price. | Double |
acc_trade_volume | Accumulated trade volume(from UTC +00:00). | Double |
acc_trade_volume_24h | 24-hour accumulated trade volume. | Double |
highest_52_week_price | 52-week high price | Double |
highest_52_week_date | Date of 52-week high price | String |
lowest_52_week_price | 52-week low price | Double |
lowest_52_week_date | Date of 52-week low price | String |
timestamp | Last changed timestamp | Long |