UTXO
Get all unspent UTXO of an address
Make a request (testnet)
The utxo
limit is 500 transactions for each address. Contact us if you need more.
The best way to interact with our API:
Make a request (mainnet)
For mainnet a valid apikey is needed and needs to be send as a query parameter. You can create a temporary mainnet api key for testing the api. The correct url for mainnet is:
Where $SECRET
needs to be replaced with your own apikey.
Response
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 400, 401, 404, 422 or 500 depending on the request.
Last updated