user-activity

All-time count and USD volume over the feed’s filter set (v2)

get/users/{id}/activity/summary

Path parameters

idnumber required

Query parameters

typestring[]

Action types, comma-separated or repeated (e.g. type=CONVERT,BRIDGE)

statusstring[]

Statuses, comma-separated or repeated. All statuses are served when omitted.

chainIdnumber[]

Chain ids, comma-separated or repeated. Matches the source or destination chain, so a settled bridge is found from both ends.

assetKeystring[]

Registry asset keys, comma-separated or repeated (e.g. assetKey=usd-coin,cbbtc). Values are OR-ed within the parameter and AND-ed with every other filter. Unknown keys are rejected with a 400 by the query service — existence needs the database, so it cannot be checked here.

assetKeyAllstring[]

Registry asset keys, comma-separated or repeated. Unlike assetKey (OR-ed: any leg matches), the action’s entire set of input/output assets must equal exactly this set — order-independent, chain-independent (USDC on Arbitrum and USDC on Base are the same asset), fee legs ignored. An action with a leg the registry cannot resolve never matches: it cannot be proven to be this pair. Composes with every other filter, including assetKey. Unknown keys are rejected with a 400 by the query service.

occurredFromnumber

Inclusive lower bound on occurredAt (Unix seconds)

occurredTonumber

Inclusive upper bound on occurredAt (Unix seconds)

Response

Count, headline-side USD volume (unpriced actions excluded and counted separately), and the oldest match

Changes

No recorded changes to this endpoint across all 1 revision of this API.