Exchange Flow Exchanges
GET
/gateway/v1/market/exchange-flow/exchangesReturns Hermod's curated exchange filters for exchange-flow metrics: upstream aggregate filters plus 20 high-coverage individual exchanges.
Use the returned `symbol` values as the `exchange` query parameter on `/v1/market/onchain-indicator` when `metric` is one of `exchange-flows/inflow`, `exchange-flows/outflow`, `exchange-flows/netflow`, or `exchange-flows/reserve`.
The curated list intentionally excludes long-tail upstream exchange entities that return empty data or bad-request errors for flow metrics.
Query Parameters
symbolenum<string>required
Token ticker symbol. Can be `BTC` or `ETH`.
Available options:
BTCETHExample:
BTClimitinteger
Results per page
Example:
100offsetinteger
Pagination offset
Example:
0Exchange Flow Exchanges
OK