Skip to main content

UTxOs by Address

List of all UTxOs which reside at the specified address or script pubkey.

Path Parameters
    address string required

    Bitcoin address or hex encoded script pubkey

    Example: tb1qphcdyah2e4vtpxn56hsz3p6kapg90pl4x525kc
Query Parameters
    filter_dust boolean

    Ignore UTxOs containing less than 100000 sats

    filter_dust_threshold integer

    Ignore UTxOs containing less than specified satoshis

    count any

    The max number of results per page

    order any

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

    from int64

    Return only UTxOs created on or after a specific height

    to int64

    Return only UTxOs created on or before a specific height

    cursor string

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

Responses

Requested data


Schema
    data object[] required
  • Array [
  • address string nullable
    confirmations int64 required
    height int64 required
    inscriptions object[] required
  • Array [
  • inscription_id string required
    offset int32 required
  • ]
  • runes object[] required
  • Array [
  • amount string required
    rune_id string required
  • ]
  • satoshis string required
    script_pubkey string required
    txid string required
    vout int32 required
  • ]
  • last_updated object required
    block_hash string required

    The hash of the block

    block_height int64 required

    The height of the block in the blockchain

    next_cursor string nullable
Loading...