Every unspent output for a given address, the way the SDK would return them to your code. Useful for fee planning, dust analysis, or just satisfying curiosity.
API · same call, in code
Use this in your code.
The lookup above is a real call to chainkit's public API. Here's the same request as curl, in Go via the SDK, and the raw JSON response — everything you need to wire it into your own app.