Skip to main content

Rune UTxOs by Address and Rune

Return all UTxOs controlled by the specified address or script pubkey which contain some of a specific kind of rune.

Path Parameters
    address string required

    Bitcoin address or hex encoded script pubkey

    Example: tb1qphcdyah2e4vtpxn56hsz3p6kapg90pl4x525kc
    rune string required

    Rune, specified either by the Rune ID (etching block number and transaction index) or name (spaced or un-spaced)

    Example: 2519999:31
Query Parameters
    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 [
  • confirmations int64 required
    height int64 required
    rune_amount string required
    satoshis 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...