v1
latestOpenAPI 3.1.02026-07-12185391.3 KBGet ICM timeseries metrics
Get historical ICM message counts with flexible grouping.
Use filters (srcBlockchainId, destBlockchainId, network) to select data, and the groupBy parameter for aggregation level.
Examples:
-
Specific pair: ?srcBlockchainId=...&destBlockchainId=...
-
From one source (aggregated): ?srcBlockchainId=...
-
From one source (by destination): ?srcBlockchainId=...&groupBy=destBlockchainId
-
To one destination (aggregated): ?destBlockchainId=...
-
To one destination (by source): ?destBlockchainId=...&groupBy=srcBlockchainId
-
Network total: ?network=mainnet
-
Network breakdown: ?network=mainnet&groupBy=srcBlockchainId,destBlockchainId.
Query parameters
Query param for retrieving items after a specific timestamp.
Query param for retrieving items before a specific timestamp.
Query param for retrieving items for a specific source (initiating) blockchain id.
Query param for retrieving items for a specific destination (receiving) blockchain id.
Time interval granularity for data aggregation. Metrics prefixed with "cumulative", "max", or "avg" only support timeInterval equal to "day".
A page token, received from a previous list call. Provide this to retrieve the subsequent page.
The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 2160.
Group results by srcBlockchainId, destBlockchainId, or both (comma-separated)
Either mainnet or testnet/fuji.
Response
Successful response