Skip to main content
GET
/
api
/
market
/
v1
/
list-etf-flows
ListEtfFlows
curl --request GET \
  --url https://api.example.com/api/market/v1/list-etf-flows
{
  "timestamp": "<string>",
  "summary": {
    "etfCount": 123,
    "totalVolume": 123,
    "totalEstFlow": 123,
    "netDirection": "<string>",
    "inflowCount": 123,
    "outflowCount": 123
  },
  "etfs": [
    {
      "ticker": "<string>",
      "issuer": "<string>",
      "price": 123,
      "priceChange": 123,
      "volume": 123,
      "avgVolume": 123,
      "volumeRatio": 123,
      "direction": "<string>",
      "estFlow": 123
    }
  ],
  "rateLimited": 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

ListEtfFlowsResponse contains BTC spot ETF flow data.

timestamp
string

Timestamp of the data fetch (ISO 8601).

summary
object

EtfFlowsSummary contains aggregate ETF flow stats.

etfs
object[]
rateLimited
boolean

True when the upstream API rate-limited the request.