curl --request GET \
--url https://metrics.avax.network/v2/chains/{chainId}/teleporterMetrics/{metric}{
"result": {
"value": 123
}
}Gets teleporter metrics for an EVM chain.
curl --request GET \
--url https://metrics.avax.network/v2/chains/{chainId}/teleporterMetrics/{metric}{
"result": {
"value": 123
}
}Which chain level teleporter metric to fetch.
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.
Successful response
current metrics value for a given teleporter metric.
Show child attributes
Was this page helpful?