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
val), historical snapshots, and percentage changes. See Responses for the full format. For a complete list of fields, see the Assets Schema.
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 withaggregatefield
Aggregate GroupBy Options
protocol_idnetwork_idasset_class_iddate(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