v1

latestOpenAPI 3.1.02026-07-12185391.3 KB
Chain Metrics

Get ICM summary metrics

Get rolling window ICM message counts (last hour, day, month, 90 days, year, all time).

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.

get/v2/icm/summary

Query parameters

srcBlockchainIdstring

Query param for retrieving items for a specific source (initiating) blockchain id.

destBlockchainIdstring

Query param for retrieving items for a specific destination (receiving) blockchain id.

groupBy'srcBlockchainId' | 'destBlockchainId' | 'srcBlockchainId,destBlockchainId'

Group results by srcBlockchainId, destBlockchainId, or both (comma-separated)

network'mainnet' | 'fuji' | 'testnet'

Either mainnet or testnet/fuji.

Response

Successful response