Returns aggregate statistical data of market orders according to type CVD:Returns the highest, lowest, and closing within a time level, accumulated from a starting point Turnover:Returns the active buying and selling amount of market orders within the time level Amount:Returns the active buying and selling volume of market orders within the time level Number:Returns the number of active market order transactions within the time level
Request
Query Params
baseCoin
string
optional
Example:
BTC
endTime
string
optional
Example:
1725972522356
interval
string
optional
Example:
1h
size
string
optional
Example:
10
type
string
optional
Example:
CVD
exchanges
array[string]
optional
Binance,OKX,Bybit,Bitget,Huobi
Example:
["Binance"]
productType
string
optional
Example:
SWAP
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
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
curl--location--request GET 'https://open-api.coinank.com/api/cvd/getAggCvdKline?baseCoin=BTC&endTime=1725972522356&interval=1h&size=10&type=CVD&exchanges=Binance&productType=SWAP' \
--header'apikey;'