Skip to content

WGO Data API

WGO provides daily BTC and ETH data for two focused questions:

  1. Is ETF capital flowing in or out now, and has that direction persisted?
  2. Is the cumulative long-term-capital proxy increasing or decreasing?

It also exposes daily on-chain fundamentals for the same assets. The API is designed for daily reports and historical comparisons, not intraday trading or derivatives signals.

Coverage

DatasetAssetsGranularity
US spot ETF aggregateBTC, ETHAsset × US trading day
US spot ETF fundsBTC, ETHFund ticker × US trading day
On-chain fundamentalsBTC, ETHAsset × UTC day

ETF data is not tick-level data. The finest available ETF flow record is one fund ticker for one trading day.

API base

text
https://api.mobiusquant.ai/api/wgo/v1

All /v1/ endpoints require a MobiusQuant Bearer token authorized for wgo:read.

Endpoints

Method and pathPurpose
GET /etf/{symbol}/overviewLatest direction, streak, period flow, and long-term-capital proxy
GET /etf/{symbol}/dailyHistorical daily aggregate ETF flow
GET /etf/{symbol}/fundsPer-fund breakdown for one trading day
GET /assets/{asset}/onchainHistorical daily on-chain fundamentals

symbol and asset currently accept only BTC or ETH.

Documentation

Research data, not execution data

The service reports daily observations and derived summaries. Do not treat it as a real-time market feed, order-flow feed, or identification of actual investor types.

AI trading infrastructure