Skip to main content

List all chains by chain ID

GET 

/v1/chains/:chain_id

List all chains by chain ID

Request

Path Parameters

    chain_id stringrequired

    The chain ID.

Responses

successful operation

Schema

  • Array [

  • chain_id stringnullable

    Gets or sets the chain identifier.

    name stringnullable

    Gets or sets the name of the chain.

  • ]

Loading...