curl --request POST \ --url https://utxo-monitor.snek.fun/getUtxos \ --header 'Content-Type: application/json' \ --data '{ "pkh": "...", "offset": 0, "limit": 100, "query": "unspent" }'
[ { "txHash": "...", "index": 0, "address": "addr1...", "value": [ { "unit": "lovelace", "amount": "1000000" }, { "unit": "abc123...", "amount": "24000" } ] } ]
Unspent outputs for a wallet
limit
unspent
Show properties
lovelace
Was this page helpful?