跳至主要内容

查询指定地址BTC余额详情(总余额、非铭文余额、铭文相关余额)

查询指定地址BTC余额详情(总余额、非铭文余额、铭文相关余额)

Request Body
    chainSymbol string required

    链标识

    address string required

    查询的地址

Responses

successful operation


Schema
    code integer
    msg string
    data object
    address string

    地址

    satoshi int
    pendingSatoshi int
    utxoCount int
    btcSatoshi int
    btcPendingSatoshi int
    btcUtxoCount int
    inscriptionSatoshi int
    inscriptionPendingSatoshi int
    inscriptionUtxoCount int
    success boolean
Loading...