LaneLatency
lane objectrequired
The lane (source-destination pair) for which latency is measured
sourceNetworkInfo objectrequired
Source blockchain network information for this lane
Human-readable name identifier for the blockchain network.
ethereum-mainnetDisplay name for the blockchain network.
EthereumThe CCIP chain selector (uint64 as string). Example Selectors (non-exhaustive):
| Chain | Selector |
|---|---|
| Arbitrum | 4949039107694359620 |
| Base | 15971525489660198786 |
| Ethereum | 5009297550715157269 |
| Optimism | 3734403246176062136 |
| Polygon | 4051577828743386545 |
| Solana | 124615329519749607 |
For the complete list of chain selectors, see: CCIP Directory
Possible values: Value must match regular expression ^[0-9]+$
5009297550715157269Native chain identifier (EIP-155 for EVM, genesis hash for SVM, etc.).
1Blockchain family/architecture type. Determines message format, address encoding, and execution model.
EVMDeployment environment of the network.
mainnetWhether this is a private chain.
falsedestNetworkInfo objectrequired
Destination blockchain network information for this lane
Human-readable name identifier for the blockchain network.
ethereum-mainnetDisplay name for the blockchain network.
EthereumThe CCIP chain selector (uint64 as string). Example Selectors (non-exhaustive):
| Chain | Selector |
|---|---|
| Arbitrum | 4949039107694359620 |
| Base | 15971525489660198786 |
| Ethereum | 5009297550715157269 |
| Optimism | 3734403246176062136 |
| Polygon | 4051577828743386545 |
| Solana | 124615329519749607 |
For the complete list of chain selectors, see: CCIP Directory
Possible values: Value must match regular expression ^[0-9]+$
5009297550715157269Native chain identifier (EIP-155 for EVM, genesis hash for SVM, etc.).
1Blockchain family/architecture type. Determines message format, address encoding, and execution model.
EVMDeployment environment of the network.
mainnetWhether this is a private chain.
falseAddress of the CCIP router contract on the source chain for this lane.
0x80226fc0Ee2b096224EeAc085Bb9a8cba1146f7DNTILE-trimmed median latency in milliseconds for message delivery on this lane. The top decile of slowest observations is excluded before computing the median.
Possible values: >= 0
900000{
"lane": {
"sourceNetworkInfo": {
"name": "ethereum-mainnet",
"displayName": "Ethereum",
"chainSelector": "5009297550715157269",
"chainId": "1",
"chainFamily": "EVM",
"environment": "mainnet",
"isPrivate": false
},
"destNetworkInfo": {
"name": "solana-mainnet",
"displayName": "Solana",
"chainSelector": "124615329519749607",
"chainId": "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d",
"chainFamily": "SVM",
"environment": "mainnet",
"isPrivate": false
},
"routerAddress": "0x80226fc0Ee2b096224EeAc085Bb9a8cba1146f7D"
},
"totalMs": 900000
}