UTXO
Get all unspent UTXO of an address
Last updated
Get all unspent UTXO of an address
Last updated
The utxo
limit is 500 transactions for each address. Contact us if you need more.
The best way to interact with our API:
For mainnet a valid apikey is needed and needs to be send as a query parameter. You can for testing the api. The correct url for mainnet is:
Where $SECRET
needs to be replaced with your own apikey.
The response from the api contains two fields, status
and utxo
. When status is 200
the request was successful and it will contain an array of the utxo. E.g.:
The status
field can contain different responses like depending on the request.