Skip to main content
GET
/
api
/
market
/
v1
/
get-hyperliquid-flow
GetHyperliquidFlow
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
}

Documentation Index

Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

Response

Successful response

ts
string<int64>
fetchedAt
string
warmup
boolean
assetCount
integer<int32>
assets
object[]
unavailable
boolean