Mempool
Endpoints related to Bitcoin Mempool & UTXOs.
Endpoints' API-Key-Tier availabilities are written for each endpoint.
To use on testnet4/signet, use your current api-key and send the request to https://testnet.api.bestinslot.xyz
/ https://signet_api.bestinslot.xyz
Get All UTXOs of Bitcoin Wallet
Included in: Pro, Dedicated
GET
https://api.bestinslot.xyz/v3/mempool/all_utxos_of_wallet
Returns all UTXOs of a given wallet with inscription and runes information.
Sample query: https://api.bestinslot.xyz/v3/mempool/all_utxos_of_wallet?wallet_addr=bc1qvhl8k0xu0stk956tjqx6q5ujp6tdyh24v7eumn
NOTE: Unconfirmed UTXOs block_height is returned as null
Query Parameters
wallet_addr*
string
Bitcoin wallet address
Get Cardinal UTXOs of Bitcoin Wallet
Included in: Pro, Dedicated
GET
https://api.bestinslot.xyz/v3/mempool/cardinal_utxos_of_wallet
Returns cardinal UTXOs of a given wallet.
Sample query: https://api.bestinslot.xyz/v3/mempool/cardinal_utxos_of_wallet?wallet_addr=bc1qvhl8k0xu0stk956tjqx6q5ujp6tdyh24v7eumn
NOTE: Unconfirmed UTXOs block_height is returned as null
Query Parameters
wallet_addr*
string
Bitcoin wallet address
Get Ordinal UTXOs of Bitcoin Wallet
Included in: Pro, Dedicated
GET
https://api.bestinslot.xyz/v3/mempool/ordinal_utxos_of_wallet
Returns ordinal UTXOs of a given wallet with inscription.
Sample query: https://api.bestinslot.xyz/v3/mempool/ordinal_utxos_of_wallet?wallet_addr=bc1qvhl8k0xu0stk956tjqx6q5ujp6tdyh24v7eumn
NOTE: Unconfirmed UTXOs block_height is returned as null
Query Parameters
wallet_addr*
string
Bitcoin wallet address
Get Runic UTXOs of Bitcoin Wallet
Included in: Pro, Dedicated
GET
https://api.bestinslot.xyz/v3/mempool/runic_utxos_of_wallet
Returns runic UTXOs of a given wallet with runes information.
Sample query: https://api.bestinslot.xyz/v3/mempool/runic_utxos_of_wallet?wallet_addr=bc1qvhl8k0xu0stk956tjqx6q5ujp6tdyh24v7eumn
NOTE: Unconfirmed UTXOs block_height is returned as null
Query Parameters
wallet_addr*
string
Bitcoin wallet address
Get Cardinal Balance of Bitcoin Wallet
Included in: Pro, Dedicated
GET
https://api.bestinslot.xyz/v3/mempool/cardinal_balance_of_wallet
Returns cardinal balance of a given wallet.
Sample query: https://api.bestinslot.xyz/v3/mempool/cardinal_balance_of_wallet?wallet_addr=bc1qvhl8k0xu0stk956tjqx6q5ujp6tdyh24v7eumn
Query Parameters
wallet_addr*
string
Bitcoin wallet address
Last updated