ETF Flow History
GET
/gateway/v1/market/etfReturns daily spot ETF flow history.
Included fields: net flow (USD), token price, per-ticker breakdown.
Sorted by date descending. `symbol`: `BTC`, `ETH`, `XRP`, `SOL`, or `HYPE`.
Query Parameters
symbolenum<string>required
Token symbol. Can be `BTC`, `ETH`, `XRP`, `SOL`, or `HYPE`.
Available options:
BTCETHXRPSOLHYPEExample:
BTCsort_byenum<string>
Field to sort results by
Available options:
flow_usdtimestampExample:
timestamporderenum<string>
Sort order
Available options:
ascdescExample:
descfromstring
Start of time range. Accepts Unix seconds or date string (YYYY-MM-DD)
Example:
2026-01-01tostring
End of time range. Accepts Unix seconds or date string (YYYY-MM-DD)
Example:
2026-03-01ETF Flow History
OK