- Error Code
- WebHook
- Coin & Symbol
- Open Interest
- Liquidation
- 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
- FundingRate
- Longshort
- Net Long & Net Short
- OrderBook
- OrderFlow
- RsiMap
- BigOrder
- Popular Ranking
- KLine
- Indicator Data
- hyperLiquid Whale
Real-time Funds Flow (Plan3)
GET
/api/fund/fundReal
Request
Query Params
productType
string
optional
Example:
SPOT
sortBy
string
optional
Example:
h1net
sortType
string
optional
Example:
desc
size
string
required
Example:
1000
page
string
optional
Example:
1
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/fund/fundReal?productType=SPOT&sortBy=h1net&sortType=desc&size=1000&page=1' \
--header 'apikey;'
Responses
🟢200OK
application/json
Body
success
boolean
required
code
string
required
data
object
required
list
array [object {21}]
required
pagination
object
optional
Example
{
"success": true,
"code": "string",
"data": {
"list": [
{
"baseCoin": "string",
"type": "string",
"productType": "string",
"lastUpdateTime": 0,
"m5net": 0,
"m15net": 0,
"m30net": 0,
"h1net": 0,
"h2net": 0,
"h4net": 0,
"h6net": 0,
"h8net": 0,
"h12net": 0,
"d1net": 0,
"d3net": 0,
"d2net": 0,
"d5net": 0,
"d7net": 0,
"d15net": 0,
"d30net": 0,
"marketCap": 0
}
],
"pagination": {}
}
}
Modified at 2025-03-05 06:26:28