Skip to main content

UTxOs by Runes

List of all UTxOs which contain the specified Rune.

Path Parameters
    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 [
  • address string nullable
    confirmations int64 required
    height int64 required
    rune_amount string required
    satoshis string required
    script_pubkey string required
    txid string required
    vout int32 required
  • ]
  • last_updated object required
    block_hash string required
    block_height int64 required
    next_cursor string nullable
Loading...