Skip to main content

Query merchant's contract bytecode

GET 

/conf/bytecode

Query the contract bytecode of the merchant on the chain specified by the chain ID.

Request

Query Parameters

    chainId int32required

    Chain ID

    This is the platform internal ID, not the chain ID on the chain or from the wallet, can be obtained from Get Chain List interface

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 string

    Contract bytecode

Loading...