v1

latestOpenAPI 3.0.12026-07-177294143.2 KB
chains

Get all available chain contracts

get/v1/chains/{chainID}/contracts

Path parameters

chainIDstring string required

ChainID (Bech32)

Query parameters

blockstring string

Block index or trie root

Response

A list of all available contracts

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",
    "hName": "07cb02c1"
  }
]