- Error Code
- WebHook
- Coin & Symbol
- Open Interest
- Liquidation
- Market Order Statistics
- Market Order Statistical Indicators (Plan3)
- Aggregate Market Order Statistical Indicators (Plan3)
- CVD Data (Plan3)
- Taker Buy/Sell Count (Plan3)
- Taker Buy/Sell Value (Plan3)
- Taker Buy/Sell Volume (Plan3)
- Aggregate CVD Data (Plan3)
- Aggregate Taker Buy/Sell Count (Plan3)
- Aggregate Taker Buy/Sell Value (Plan3)
- Aggregate Taker Buy/Sell Volume (Plan3)
- Fundflow
- FundingRate
- Longshort
- Net Long & Net Short
- OrderBook
- OrderFlow
- RsiMap
- BigOrder
- Popular Ranking
- KLine
- Indicator Data
- hyperLiquid Whale
- news
Transactions Ranking (Plan2)
GET
https://open-api.coinank.com/api/trades/count
Request
Query Params
page
string
optional
Example:
1
size
string
optional
Example:
50
productType
string
optional
Example:
SWAP
sortBy
string
optional
Header Params
apikey
string
required
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/trades/count?page=1&size=50&productType=SWAP&sortBy=' \
--header 'apikey;'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-03-05 06:32:02