Skip to main content
Get data about RWA tokens across different platforms and networks. For a complete list of available fields, see the Tokens Schema.

GET /v4/tokens

Returns a list of tokens with filtering, sorting, and pagination.

Example Request

Example Response

Numeric metrics are returned as objects with the current value (val), historical snapshots, and percentage changes. See Responses for the full format. For a complete list of fields, see the Tokens Schema.
In the API, platforms are referenced as protocol in field names (e.g., protocol_id, protocol_name) for historical reasons. The terms are interchangeable.

GET /v4/tokens/[tokenID]

Returns a single token by ID.

Example Request

GET /v4/tokens/meta

Returns metadata about available fields and filter options.

Example Request

GET /v4/tokens/aggregates

Returns aggregated token data with grouping support.

Aggregate GroupBy Options

  • protocol_id
  • network_id
  • asset_class_id
  • asset_id
  • issuer_id
  • date (for timeseries)

Example Request

GET /v4/tokens/aggregates/meta

Returns metadata for the token aggregates endpoint. Use this to discover available measures and filterable fields for timeseries queries.

Example Request

GET /v4/tokens/aggregates/timeseries

Returns timeseries data for token aggregates. See the Timeseries & Aggregation guide for a detailed walkthrough of grouping, intervals, and modes.

Example Request