跳至主要内容

查询地址余额信息

查询地址余额信息

Request Body
    assetId string required

    币名称 简称 币标识 具有唯一性

    address string required

    地址

Responses

successful operation


Schema
    code integer
    msg string
    data object
    chainSymbol string required

    链名称 简称 链标识

    assetId string required

    币名称 简称 币标识

    balance string required

    金额

    比如1个eth,精度18位, 这里就是 10^18 Wei, 1,000,000,000,000,000,000

    assetDecimal integer required

    币种精度

    success boolean
Loading...