Get BRC-100 Address Balances
Last updated
Last updated
Like BRC-20, there are two types of balances in BRC-100, but the caculation of UTXO balance is different from BRC-20:
balance: the total balance of address, "mint"/"mint2"/"mint3" inscriptions inscribed + "transfer" inscriptions transferred to address - "transfer"/"burn"/"burn2"/"burn3" inscriptions transferred from address. The "status" attribute of inscriptions should be 2 (success).
balanceTransferrable: the balance inscribed as "transfer"/"burn"/"burn2"/"burn3" inscriptions, "transfer"/"burn"/"burn2"/"burn3" inscriptions inscribed - "transfer"/"burn"/"burn2"/"burn3" inscriptions transferred from address. The "status" attribute of inscriptions should be 2 (success).
Balance Available: balance - balanceTransferrable, the balance can be inscribed.
Get address balances, including balance, balance transferrable.
page index, max: 500
page size, max: 20