Skip to main content

Get all available chain contracts

GET 

/v1/chains/:chainID/contracts

Get all available chain contracts

Request

Path Parameters

    chainID stringrequired

    ChainID (Bech32)

Query Parameters

    block string

    Block index or trie root

Responses

A list of all available contracts

Schema
  • Array [
  • hName stringrequired

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

    name stringrequired

    The name of the contract.

    programHash stringrequired

    The hash of the contract. (Hex encoded)

  • ]
Loading...