Skip to main content

Query the details of the BTC balance of the specified address (total balance, non-inscription balance, inscription related balance)

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...