Market
Exchange Flow Exchanges
Returns 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.
get/gateway/v1/market/exchange-flow/exchanges
Query parameters
symbol'BTC' | 'ETH' required
Token ticker symbol. Can be BTC or ETH.
Example:BTC
Token ticker symbol. Can be BTC or ETH.
limitinteger
Results per page
Example:100
Results per page
offsetinteger
Pagination offset
Pagination offset
Response
OK
Example response
{
"$schema": "https://example.com/schemas/DataResponseMarketExchangeFlowExchangeItem.json"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.