cURL
curl --request GET \ --url https://api.example.com/api/market/v1/get-hyperliquid-flow
{ "ts": "<string>", "fetchedAt": "<string>", "warmup": true, "assetCount": 123, "assets": [ { "symbol": "<string>", "display": "<string>", "assetClass": "<string>", "group": "<string>", "funding": "<string>", "openInterest": "<string>", "markPx": "<string>", "oraclePx": "<string>", "dayNotional": "<string>", "fundingScore": 123, "volumeScore": 123, "oiScore": 123, "basisScore": 123, "composite": 123, "sparkFunding": [ 123 ], "sparkOi": [ 123 ], "sparkScore": [ 123 ], "warmup": true, "stale": true, "staleSince": "<string>", "missingPolls": 123, "alerts": [ "<string>" ] } ], "unavailable": true }
GetHyperliquidFlow retrieves Hyperliquid perp positioning flow (funding/OI/basis composite scores).
Documentation IndexFetch the complete documentation index at: https://worldmonitor.app/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Successful response
Show child attributes
Was this page helpful?