Skip to main content
GET
UTxOs by payment credential

Authorizations

api-key
string
header
required

Project API Key

Headers

amounts-as-strings
string | null

Large numbers returned as strings if set to true

Path Parameters

credential
string
required

Payment credential in bech32 format

Query Parameters

asset
string | null

Return only UTxOs which contain some of a specific asset (asset formatted as concatenation of hex encoded policy and asset name)

resolve_datums
boolean | null

Try find and include the corresponding datums for datum hashes

with_cbor
boolean | null

Include the CBOR encodings of the transaction outputs in the response

count
integer | null
default:100

The max number of results per page

Required range: x >= 0
order
enum<string> | null
default:asc

The order in which the results are sorted (by slot at which UTxO was produced)

Available options:
asc,
desc
from
integer<int64> | null

Return only UTxOs created on or after a specific slot

Required range: x >= 0
to
integer<int64> | null

Return only UTxOs created on or before a specific slot

Required range: x >= 0
cursor
string | null

Pagination cursor string, use the cursor included in a page of results to fetch the next page

Response

Get all unspent transaction outputs at addresses with the given payment credential

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
object[]
required

Endpoint response data

last_updated
object
required

Details of the most recent block processed by the indexer (aka chain tip); that is, the data returned is correct as of this block in time.

next_cursor
string | null

Pagination cursor