Blockchain Indexer API
Addresses

UTxOs by payment credential

1min
GET
https://mainnet.gomaestro-api.org/v1/addresses/cred/{credential}/utxos
Cardano Mainnet
Return detailed information on UTxOs controlled by addresses which use the specified payment credential
Authentication
api-key
Path Parameters
credential
*
Header Parameters
amounts-as-strings
Query Parameters
asset
resolve_datums
with_cbor
count
All Of
object +
order
All Of
object +
from
to
cursor
Responses
200
Get all unspent transaction outputs at addresses with the given payment credential
Example
{"data":[{"tx_hash":"b24743fb4b5381971ee8b3d02a3fd5e783acdb5a21cd2d22d192ec84e7e279fc","index":0,"slot":23100140,"assets":[{"unit":"lovelace","amount":1224040},{"unit":"0c64d6d0371d11185aae649cf3a169040e94214137137b531ebb16c2446a65644f7261636c654e4654","amount":1}],"address":"addr_test1wzdtu0djc76qyqak9cj239udezj2544nyk3ksmfqvaksv7c9xanpg","datum":{"type":"hash","hash":"ac0017f05bec9c7d1a475283b89fc40630ecdd66544fc3c0506be5f7c790d79e","bytes":null,"json":null},"reference_script":null,"txout_cbor":null},{"tx_hash":"e2e91c7be8239b9f52fadec8df627fe759d21e5b6559c3ec06d8120f1366e075","index":0,"slot":32264892,"assets":[{"unit":"lovelace","amount":1224040},{"unit":"0c64d6d0371d11185aae649cf3a169040e94214137137b531ebb16c2446a65644f7261636c654e4654","amount":1}],"address":"addr_test1wzdtu0djc76qyqak9cj239udezj2544nyk3ksmfqvaksv7c9xanpg","datum":{"type":"hash","hash":"bdea76b7527bf513874be137b040b3235033d6d5af0add15d6e0dcfc78859aed","bytes":null,"json":null},"reference_script":null,"txout_cbor":null}],"last_updated":{"timestamp":"2022-10-10 20:25:28","block_hash":"eb5008ee0990527fb0d27d16b8c6284d4c898112509948d4741a7c41e544b912","block_slot":32265653},"next_cursor":null}
Description
A paginated response. Pass in the `next_cursor` in a subsequent request as the `cursor` query parameter to fetch the next page of results.
data
*
last_updated
*
next_cursor
400
Malformed query parameters
500
Internal server error