GET
/
chain-connection-contracts
curl --request GET \
  --url https://api.herodotus.cloud/chain-connection-contracts
{
  "chainConnectionContracts": [
    {
      "originChainId": "1",
      "destinationChainId": "STARKNET",
      "contracts": {
        "messageSender": {
          "deployedOnChainId": "STARKNET",
          "deployedAddress": "<string>"
        },
        "messagesInbox": {
          "deployedOnChainId": "STARKNET",
          "deployedAddress": "<string>"
        },
        "headerStore": {
          "deployedOnChainId": "STARKNET",
          "deployedAddress": "<string>"
        },
        "timestampRemapper": {
          "deployedOnChainId": "STARKNET",
          "deployedAddress": "<string>"
        },
        "factsRegistry": {
          "deployedOnChainId": "STARKNET",
          "deployedAddress": "<string>"
        }
      }
    }
  ]
}

Query Parameters

originChainId
enum<string>
Available options:
1,
11155111,
11155420,
4801,
84532
destinationChainId
enum<string>
Available options:
STARKNET,
300,
11155111,
11155420,
SN_SEPOLIA,
421614,
4801

Response

200 - application/json
Default Response
chainConnectionContracts
object[]
required