Utxos
Path parameters
addressstring · addressRequired
Responses
200
Ok
application/json
400
BadRequest
application/json
401
Unauthorized
application/json
404
NotFound
application/json
500
InternalServerError
application/json
503
ServiceUnavailable
application/json
get
GET /addresses/{address}/utxos HTTP/1.1
Host: alephium.nownodes.io
Accept: */*
{
"utxos": [
{
"ref": {
"hint": 23412,
"key": "798e9e137aec7c2d59d9655b4ffa640f301f628bf7c365083bb255f6aa5f89ef"
},
"amount": "10000000000000000000",
"tokens": [
{
"id": "2d11fd6c12435ffb07aaed4d190a505b621b927a5f6e51b61ce0ebe186397bdd",
"amount": "42000000000000000000"
},
{
"id": "bd165d20bd063c7a023d22232a1e75bf46e904067f92b49323fe89fa0fd586bf",
"amount": "1000000000000000000000"
}
],
"lockTime": 1611041396892,
"additionalData": "798e9e137aec7c2d59d9655b4ffa640f301f628bf7c365083bb255f6aa5f89ef"
}
]
}