GET /api/v2/activity
All-time mainnet activity across current and historical Route settlement contracts, including early tests. Counts unique successful swap transactions, excluding approvals and failed transactions. Nested wrapper events are not counted twice.
Volume counts one side of each swap: USDG at $1, otherwise ETH/WETH input or output at the indexed ETH/USDG spot price. This is an estimate at current indexed prices, not historical dollar volume. Swaps with neither pricing asset are excluded from volume and reported in unpricedSwaps.
Refreshes at most once per minute per server instance, with 64 recent blocks excluded. Upstream failures return the last available snapshot with stale=true. No query parameters or wallet data are accepted.
No API key or site login is required on the public production service. Request limits and validation still apply.
Responses
- 200: Aggregate snapshot. A null volume means ETH pricing was unavailable.
- 400: Structured error; see the API overview for codes.
- 401: Structured error; see the API overview for codes.
- 503: Structured error; see the API overview for codes.