Latest Information for Symbol
- 심볼 최신 정보 확보. (최신 체결가 , 펀딩비율, 다음 펀딩처리 시각 등)
- ask, bid 가격 직접 제공됨.
- usdt , usd 종목 모두 동일 엔드포인트.
HTTP request : GET /v2/public/tickers
Request Parameters
- 심볼 지정하지 않으면 전종목 정보 반환.
symbol | false | string | Symbol |
Response Parameters
parameter | type | comments |
symbol | string | Symbol |
bid_price | string | Purchase price of the first order |
ask_price | string | Selling price of the first order |
last_price | string | Latest transaction price |
last_tick_direction | string | Tick Direction |
prev_price_24h | string | Price of 24 hours ago |
price_24h_pcnt | string | Percentage change of market price relative to 24h |
high_price_24h | string | The highest price in the last 24 hours |
low_price_24h | string | Lowest price in the last 24 hours |
prev_price_1h | string | Hourly market price an hour ago |
price_1h_pcnt | string | Percentage change of market price relative to 1 hour ago |
mark_price | string | Mark price |
index_price | string | Index_price |
open_interest | number | Open interest |
open_value | string | Open position value |
total_turnover | string | Total turnover |
turnover_24h | string | Turnover for 24H |
total_volume | number | Total volume |
volume_24h | number | Trading volume in the last 24 hours |
funding_rate | string | Funding rate |
predicted_funding_rate | string | Predicted funding rate |
next_funding_time | string | Next settlement time of capital cost |
countdown_hour | number | Countdown of settlement capital cost |
{
"ret_code": 0,
"ret_msg": "OK",
"ext_code": "",
"ext_info": "",
"result": [
{
"symbol": "BTCUSD",
"bid_price": "7230",
"ask_price": "7230.5",
"last_price": "7230.00",
"last_tick_direction": "ZeroMinusTick",
"prev_price_24h": "7163.00",
"price_24h_pcnt": "0.009353",
"high_price_24h": "7267.50",
"low_price_24h": "7067.00",
"prev_price_1h": "7209.50",
"price_1h_pcnt": "0.002843",
"mark_price": "7230.31",
"index_price": "7230.14",
"open_interest": 117860186,
"open_value": "16157.26",
"total_turnover": "3412874.21",
"turnover_24h": "10864.63",
"total_volume": 28291403954,
"volume_24h": 78053288,
"funding_rate": "0.0001",
"predicted_funding_rate": "0.0001",
"next_funding_time": "2019-12-28T00:00:00Z",
"countdown_hour": 2
}
],
"time_now": "1577484619.817968"
}
첫 등록 : 2020.11.30
최종 수정 :
단축 주소 : https://igotit.tistory.com/2716
'트레이딩 > 암호화폐' 카테고리의 다른 글
총상금 5억원 투자대회. 12월12일~12월23일. 암호화폐 바이빗. (1) | 2020.12.08 |
---|---|
bybit. API. Query Symbol. 종목 정보 받기 (0) | 2020.12.07 |
bybit. API. 신규업데이트 2020.11 (0) | 2020.11.12 |
투자대회총상금 8천만원. 11월10일~11월30일. 암호화폐 바이빗. (0) | 2020.11.06 |
CCXT. 캔들 과거데이터 (0) | 2020.11.03 |
댓글