Shared node infrastructure for top blockchains using JSON-RPC.
Retrieve blockchain data, balances, and transactions
Detailed blockchain history and transaction data for any address.
Access to full transaction data on all transactions & addresses
Full smart contracts metadata, including token symbols & token names
Dedicated nodes infrastructure for leading blockchains using JSON-RPC
Address validation, encoding & cryptographic tasks optimizations
Broadcast and verify transactions with real-time monitoring
Sync and manage HD wallets, keys and addresses
Precise blockchain transaction fee estimates based on transaction priority
Prepare EVM transactions, including token transfers
Access to full transaction data on all transactions & addresses
Real-time notifications for events on top blockchains. Response under 100ms.
Get access to unified market data using REST APIs from top crypto exchanges.
Test EVM transactions, optimize gas fees and identify security flaws
Calculating the exact balance of an address on a UTXO‑based blockchain (such as Bitcoin, Litecoin, Dogecoin & Dash) requires scanning the full history of transactions to identify unspent transaction outputs (UTXOs) and exclude those that have already been spent. Doing this traditionally demands running a full node, maintaining indexes, and continually updating state - a resource-intensive, slow, and costly process.
Crypto APIs offers a radically simpler approach. With pre‑indexed, real‑time data accessible via REST endpoints, retrieving UTXOs becomes nearly instantaneous, highly cost‑effective, and extremely scalable.
In UTXO‑based cryptocurrencies, each transaction consumes prior outputs and creates new ones. An unspent transaction output (UTXO) represents value available for spending under the owner’s private key. To compute an address’s current balance, one must:
Traditional methods require heavy infrastructure. Crypto APIs handles all of that indexing and state tracking efficiently for you.
Crypto APIs provides dedicated REST endpoints under various of our blockchain infrastructure suite solutions, allowing to retrieve UTXOs quickly:
Using the List Unspent Transaction Outputs by Address endpoint you receive:
Responses are delivered in milliseconds, with no need to scan the blockchain yourself. Historical UTXOs and newly unconfirmed outputs are tracked through indexed data.
Before retrieving balance data, the client must first sync an address/wallets. Crypto APIs simplifies this process with a radically easier approach. Once an address, wallet, xpub, ypub, or zpub is synced, we begin indexing the data and continue updating it in real time. This enables fast, cost-effective, and scalable access to UTXOs via REST endpoints.
Get Address Balance Endpoint - Returns the confirmed balance by summing only confirmed UTXOs. This eliminates the noise of mempool and unconfirmed transactions, ensuring accuracy when precise accounting is required.
Crypto APIs supports HD Wallet Management, letting customers index their existing HD wallets - via xPub, yPub, or zPub - to enable:
Once a wallet is synced, Crypto APIs maintains constant updates and allows API access to all relevant UTXOs, transactions, and derived addresses
Crypto APIs’ Blockchain Events product offers real-time notifications for:
Developers subscribe to address-level events using REST-based webhook subscriptions. Notifications are sent under 100 ms of the event occurrence, enabling responsive applications such as wallets, dashboards, or compliance systems
Crypto APIs maintains full indexing of UTXO history for all supported blockchains (Bitcoin, Litecoin, Dash, Zcash, Dogecoin, etc.) from genesis onward. This enables users to:
All this is provided through REST API—with no need to run your own nodes or indexers
Feature | Traditional Method | Crypto APIs Approach |
Infrastructure required | Full node, indexing, upkeep | None—cloud‑based, managed |
UTXO retrieval time | Minutes to hours | Milliseconds via HTTP |
Balance accuracy | Risk of missing outputs | Confirmed-only summation endpoint |
HD wallet support | UTXOs transaction history scan | Sync xPub/yPub/zPub |
Monitoring UTXO changes | Backend services | Webhook events in real time |
Historical querying | Requires archival node | Fully indexed endpoint accessible |
Cost and operational burden | High | Minimal, pay-per-use or subscription |
Manually indexing entire blockchain history and running your own nodes presents time, cost, and scalability challenges - especially when the goal is only to get UTXOs for one or more addresses. Crypto APIs eliminates this complexity through:
For further information you can refer to our technical documentation or you can contact our team to help you get started using our services.