Chains, Staking & Teleporter
Get teleporter metrics for EVM chains
Gets teleporter metrics for an EVM chain.
GET
/
v2
/
chains
/
{chainId}
/
teleporterMetrics
/
{metric}
Path Parameters
Which chain level teleporter metric to fetch.
Available options:
teleporterSourceTxnCount
, teleporterDestinationTxnCount
, teleporterTotalTxnCount
A supported EVM chain ID or one of "total", "mainnet", or "testnet". Use the /chains
endpoint to get a list of supported chain IDs.
Response
200 - application/json
current metrics value for a given teleporter metric.
Was this page helpful?