CoinAnk-api
  1. OrderBook
CoinAnk-api
  • Error Code
    • errcode
      GET
  • WebHook
    • WebHook APP PUSH(Plan1)
      POST
  • Coin & Symbol
    • Supported Coins(Plan1)
      GET
    • Supported Trading Pairs(Plan1)
      GET
    • Last Price(Plan1)
      GET
    • Coin MarketCap(Plan1)
      GET
  • Open Interest
    • Exchange List(Plan1)
      GET
    • Exchange History Chart(Plan1)
      GET
    • Trading Pair Open Interest(Plan1)
      GET
    • Trading Pair Open Interest K Line(Plan1)
      GET
    • Aggregation Open Interest K Line(Plan1)
      GET
    • Real-Time Open Interest(Plan1)
      GET
  • Liquidation
    • Exchange Liquidation Statistics(Plan1)
      GET
    • Aggregation Liquidation Statistics(Plan1)
      GET
    • Trading Pair Liquidation Statistics(Plan1)
      GET
    • Liquidation order(Plan3)
      GET
    • Liquidation Map (Plan4)
      GET
    • Aggregation Liquidation Map (Plan4)
      GET
    • Liquidation Heatmap (Plan4)
      GET
    • Liquidation Heatmap Symbol (Plan1)
      GET
  • Market Order Statistics
    • Market Order Statistical Indicators (Plan3)
      GET
    • Aggregate Market Order Statistical Indicators (Plan3)
      GET
    • CVD Data (Plan3)
      GET
    • Taker Buy/Sell Count (Plan3)
      GET
    • Taker Buy/Sell Value (Plan3)
      GET
    • Taker Buy/Sell Volume (Plan3)
      GET
    • Aggregate CVD Data (Plan3)
      GET
    • Aggregate Taker Buy/Sell Count (Plan3)
      GET
    • Aggregate Taker Buy/Sell Value (Plan3)
      GET
    • Aggregate Taker Buy/Sell Volume (Plan3)
      GET
  • Fundflow
    • Real-time Funds Flow (Plan3)
    • Fund flow historical data (Plan3)
  • FundingRate
    • Historical Settlement Funding Rate (Plan1)
    • Real-time FundingRate (Plan1)
    • Accumulated FundingRate (Plan1)
    • Trading Pair Funding Rate History (Plan1)
    • Trading Pair Funding Rate Kline (Plan1)
    • Weighted FundingRate (Plan1)
    • FundingRate Heatmap (Plan3)
  • Longshort
    • Coin bue/sell (Plan1)
    • Exchange Real-time long-short ratio (Plan1)
    • Global Account Ratio(Plan1)
    • Top Trader Long/Short Ratio(Position) (Plan1)
    • Top Trader Long/Short Ratio (Accounts) (Plan1)
    • Long short ratio k line (Plan1)
  • Net Long & Net Short
    • Net long & Net short (Plan1)
  • OrderBook
    • Trading Pair Order Book Difference (Plan3)
      GET
    • Exchange Order Book Difference (Plan3)
      GET
    • OrderBook Heatmap (Plan4)
      GET
  • OrderFlow
    • OrderFlow List (Plan3)
  • RsiMap
    • RsiMap (Plan2)
  • BigOrder
    • Large Limit Order (Plan3)
    • Large Maker Order (Plan3)
  • Popular Ranking
    • Open Interest Ranking (Plan2)
    • Transactions Ranking (Plan2)
    • Liquidation Ranking(Plan2)
    • PriceChg Ranking(Plan2)
    • VolumeChg Ranking (Plan2)
    • Visual Screener(Plan 2)
  • KLine
    • Kline (Plan1)
  • Indicator Data
    • 2-Year MA Multiplier(Plan1)
    • Pi Cycle Top Indicator(Plan1)
    • Fear & Greed (Plan1)
    • BTC Ahr999 Index(Plan1)
    • BTC Market Cap(Plan1)
    • The Puell Multiple(Plan1)
    • 200 Week Moving Average Heatmap(Plan1)
    • Grayscale BTC Holdings(Plan1)
    • AltCoinSeation(Plan1)
    • Special Indicator Data(Plan1)
  • hyperLiquid Whale
    • Hyperliquid Whale Position(plan2)
    • Hyperliquid Whale Action(plan2)
  1. OrderBook

Trading Pair Order Book Difference (Plan3)

GET
/api/orderBook/v2/bySymbol
Returns the bid-ask difference of the order book of the trading pair by time level and range.
rate : 0.0025 0.005 0.0075 0.01 0.03 0.05 0.1
productType:SWAP SPOT

Request

Query Params
symbol
string 
optional
Example:
BTCUSDT
exchange
string 
optional
SWAP :Binance,Bybit,Okex,Huobi,Bitfinex
SPOT:Binance,Bybit,Okex,,Bitfinex,Kraken,Coinbase
Example:
Binance
rate
string 
optional
0.0025 0.005 0.0075 0.01 0.03 0.05 0.1
Example:
0.01
productType
string 
optional
SWAP or SPOT
Example:
SWAP
interval
string 
optional
1m 3m 5m 15m 30m 1h 2h 4h 6h 8h 1d
Example:
1h
endTime
string 
optional
Returns data before this timestamp
Example:
1725980145357
size
string 
optional
MAX 500
Example:
10
Header Params
apikey
string 
required
Register and activate to obtain apikey

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open-api.coinank.com/api/orderBook/v2/bySymbol?symbol=BTCUSDT&exchange=Binance&rate=0.01&productType=SWAP&interval=1h&endTime=1725980145357&size=10' \
--header 'apikey;'

Responses

🟢200OK
application/json
Body
success
boolean 
required
code
string 
required
data
array [array] 
required
optional
Example
{
  "success": true,
  "code": "1",
  "data": [
    [
      1725944400000,
      675.91,
      37132099.1
    ],
    [
      1725948000000,
      -268.357,
      -16451622.3
    ],
    [
      1725951600000,
      375.746,
      20166946.45
    ],
    [
      1725955200000,
      -446.143,
      -26513283
    ],
    [
      1725958800000,
      -16.494,
      -1899171.1
    ],
    [
      1725962400000,
      347.934,
      18698424.05
    ],
    [
      1725966000000,
      -283.75,
      -17258130.95
    ],
    [
      1725969600000,
      -443.642,
      -26528477.3
    ],
    [
      1725973200000,
      38.631,
      1213306.45
    ],
    [
      1725976800000,
      921.032,
      51170591.95
    ]
  ]
}
Modified at 2025-04-23 09:50:49
Previous
Net long & Net short (Plan1)
Next
Exchange Order Book Difference (Plan3)
Built with