Skip to main content

Query chain list

GET 

/conf/list/chain

Query the list of chains that the merchant has opened.

Responses

OK

Schema

    code int32required

    Status code

    msg stringrequired

    Status message on success or error message on failure

    description string

    Detailed description when error

    data

    object[]

  • Array [

  • chainId int32required

    Chain ID, This is the platform internal ID, not the chain ID on the chain or from the wallet

    chainName stringrequired

    Name of the chain

    createTime date-timerequired

    Creation time

    chainSymbol stringnullable

    Symbol of the chain

    blockExplorer stringnullable

    Block explorer URL of the chain

  • ]

Loading...