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

GET /v4/assets

Returns a list of assets with filtering, sorting, and pagination. Endpoint: GET /v4/assets

Query Parameters

  • query (optional) - JSON-encoded query object

Example Request

Example Response

Numeric snapshot metrics are returned as objects with the current value (val), historical snapshots, and percentage changes. Derived asset performance returns are scalar percentage-point values. See Responses for the metric object format, Asset performance metrics for return calculations, and the Assets Schema for the complete field list.

GET /v4/assets/[assetID]

Returns a single asset by ID. Endpoint: GET /v4/assets/[assetID]

Path Parameters

  • assetID - The unique identifier for the asset

Example Request

GET /v4/assets/aggregates

Returns aggregated asset data with grouping and timeseries support. Endpoint: GET /v4/assets/aggregates

Query Parameters

  • query - JSON-encoded query with aggregate field

Aggregate GroupBy Options

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

Example Query

Example Request

GET /v4/assets/aggregates/meta

Returns metadata for the asset aggregates endpoint. Use this to discover available measures and filterable fields for timeseries queries. Endpoint: GET /v4/assets/aggregates/meta

Example Request

GET /v4/assets/aggregates/timeseries

Returns timeseries data for asset aggregates with date-based grouping. See the Timeseries & Aggregation guide for a detailed walkthrough of grouping, intervals, and modes. Endpoint: GET /v4/assets/aggregates/timeseries

Example Query

Example Request