Skip to main content

Query currency list

GET 

/conf/list/currency

Query the list of currencies that the merchant has opened.

Request

Query Parameters

    chainId int32

    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

    object[]

  • Array [

  • currencyId int32required

    Currency ID

    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

    name stringrequired

    Name of the currency

    symbol stringrequired

    Symbol of the currency

    address stringrequired

    Contract address of the currency

    decimals int32required

    Decimals of the currency

    createTime date-timerequired

    Creation time

    icon stringrequired

    Currency icon, Base64 format

  • ]

Loading...