Skip to main content
Version: v2

LanesResponse

lanes object[]required

List of CCIP lanes

  • Array [
  • sourceChainSelectorstringrequired

    The CCIP chain selector for the source network. Full chain metadata is available via the chains endpoint.

    Possible values: Value must match regular expression ^[0-9]+$

    Example: 5009297550715157269
    destChainSelectorstringrequired

    The CCIP chain selector for the destination network. Full chain metadata is available via the chains endpoint.

    Possible values: Value must match regular expression ^[0-9]+$

    Example: 124615329519749607
    onRampAddressstringrequired

    On-chain identifier for the OnRamp.

    offRampAddressstringrequired

    On-chain identifier for the OffRamp.

    versionstringrequired

    The lane version (e.g., "1.5.0", "1.6.0") for the source-destination pair.

  • ]
  • JSON
    LanesResponse
    {
    "lanes": [
    {
    "sourceChainSelector": "5009297550715157269",
    "destChainSelector": "124615329519749607",
    "onRampAddress": "0x3df8dAe2d123081c4D5E946E655F7c109a8d1571",
    "offRampAddress": "0x542ba1902044069330e8c5b36A84EC503863722f",
    "version": "1.6.0"
    }
    ]
    }