This page will guide you through your first API interactions. We selected common API endpoints to start with and gave you real examples of requests and responses. Using our APIs has been made to be very simple. Yet, further API examples will be provided gradually based on clients' feedback.
Sample examples
Below is a (short) list of representative API calls.
- ETH API: Get blockchain info i.e., block height etc.
- ETH API: Add addresses for monitoring and indexing
- ETH API: List balances of a given address
- ETH API: List transactions
- ETH API: Broadcast i.e., broadcasts a signed transaction to the network
- BTC API: Get estimated fee i.e., provides the current network fees
- BTC API: List UTXOs i.e., provides the unspent transactions inputs and outputs (UTXO) of a given address
Guide
Once on an API endpoint containing an example, you may see the request example by selecting it:
Similarly, to see the API response example: