chains

Get all available chain contracts

get/v1/chains/{chainID}/contracts

Path parameters

chainIDstring string required

ChainID (Bech32)

Response

A list of all available contracts

descriptionstring string required

The description of the contract.

hNamestring string required

The id (HName as Hex)) of the contract.

namestring string required

The name of the contract.

programHashstring string required

The hash of the contract. (Hex encoded)

Example response

[
  {
    "programHash": 8.730131472895789e+76,
    "name": "evm",
    "description": "EVM contract",
    "hName": "07cb02c1"
  }
]

Changes