Skip to main content
GET
Get per-event revenue and volume trend for a single wallet
Wallet-scoped: address is required. For project-wide revenue trends, use revenue-overview instead.

Authorizations

Authorization
string
header
required

Workspace API key (e.g. formo_xxx). Create one in the Formo dashboard under Team Settings > API.

Query Parameters

address
string
required

Wallet address to scope the timeseries to. Required.

date_from
string<date>

Inclusive start date (YYYY-MM-DD). Defaults to 7 days before date_to.

date_to
string<date>

Inclusive end date (YYYY-MM-DD). Defaults to today.

Response

Per-event revenue/volume time-series for the requested wallet

Analytics endpoint response. The data array contains the rows; the exact row shape depends on the endpoint. meta carries column type information for rendering, rows is the row count, and statistics holds query timing metadata.

data
object[]
meta
object[]
rows
integer
rows_before_limit_at_least
integer
statistics
object