API Reference

Exchange Taker Buy/Sell Ratio

This API retrieves the long/short ratio of aggregated taker buy/sell volumes for exchanges.

Response Data

{
  "code": "0",
  "msg": "success",
  "data": 
  {
    "symbol": "BTC",
    "buyRatio": 50.44,
    "sellRatio": 49.56,
    "buyVolUsd": 2294704859.9894,
    "sellVolUsd": 2254915922.0706,
    "list": 
     [
         {
           "exchange": "Binance",
           "buyRatio": 50.98,
           "sellRatio": 49.02,
           "buyVolUsd": 806792105.6662,
           "sellVolUsd": 775926431.2517
         },
         ...
     ] 
   }
}
FieldDescription
symbolSymbol of coin eg. BTC
buyRatioBuy ratio
sellRatioSell ratio
buyVolUsdBuy volume (USD)
sellVolUsdSell volume (USD)
list[]Exchange details
list.exchangeExchange name
list.buyRatioExchange buy ratio
list.sellRatioExchange sell ratio
list.buyVolUsdExchange buy volume (USD)
list.sellVolUsdExchange sell volume (USD)
Language
Authorization
Header
Click Try It! to start a request and see the response here!