Skip to main content

Query the list of currencies supported by the chain

Query the list of currencies supported by the chain

Request Body
    chainSymbol string required

    Chain name, Abbreviation Chain Identifier, Uniqueness

Responses

successful operation


Schema
    code integer
    msg string
    data object
    assetName string required

    Full name of the currency

    assetId string required

    Currency identification, unique

    assetDecimal integer required

    Currency precision

    success boolean
Loading...