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)

  • ]

Authorization: Authorization

name: Authorizationtype: apiKeydescription: JWT Tokenin: header
curl -L -X GET '/v1/chains/:chainID/contracts' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
Auth
Parameters
— pathrequired
— query
ResponseClear

Click the Send API Request button above and see the response here!