- 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
Hyperliquid Whale Position(plan2)
Developing
GET
https://open-api.coinank.com/api/hyper/topPosition
Request
Query Params
sortBy
string
optional
Example:
positionValue
sortType
string
optional
Example:
desc
page
string
optional
Example:
1
size
string
optional
Example:
50
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/hyper/topPosition?sortBy=positionValue&sortType=desc&page=1&size=50' \
--header 'apikey;'
Responses
🟢200成功
application/json
Body
success
boolean
required
code
string
required
data
object
required
list
array [object {18}]
required
Example
{
"success": true,
"code": "string",
"data": {
"list": [
{
"address": "string",
"baseCoin": "string",
"price": 0,
"side": "string",
"positionValue": 0,
"size": 0,
"unrealizedPnl": 0,
"liquidationPx": 0,
"marginUsed": 0,
"leverage": 0,
"cumFunding": 0,
"type": "string",
"entryPx": 0,
"ts": 0,
"maxPosition": 0,
"state": 0,
"createdAt": 0,
"updateTs": 0
}
]
}
}
Modified at 2025-03-27 08:13:59