跳到主要内容

查询货币列表

GET 

/conf/list/currency

查询商户已开通的数字货币列表。

Request

Query Parameters

    chainId int32

    链 ID

    此为平台内部 ID,不是链上或者钱包里的链 ID,可以从查询链列表接口获取

Responses

OK

Schema

    code int32required

    状态码

    msg stringrequired

    成功或错误提示

    description string

    错误提示详情

    data

    object[]

  • Array [

  • currencyId int32required

    货币 ID

    chainId int32required

    链 ID

    此为平台内部 ID,不是链上或者钱包里的链 ID,可以从查询链列表接口获取

    name stringrequired

    货币名称

    symbol stringrequired

    货币符号

    address stringrequired

    货币地址

    decimals int32required

    货币小数位数

    createTime date-timerequired

    创建时间

    icon stringrequired

    货币图标,Base64 格式

  • ]

Loading...