Skip to main content

Transactions by Address

List of all transactions which consumed or produced a UTxO controlled by the specified address or script pubkey.

Path Parameters
    address string required

    Bitcoin address or hex encoded script pubkey

    Example: tb1qphcdyah2e4vtpxn56hsz3p6kapg90pl4x525kc
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 transaction was included in a block)

    from int64

    Return only transactions included on or after a specific height

    to int64

    Return only transactions included 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 [
  • height int64 required

    Height of the block which included the transaction

    input boolean required

    Address/pubkey controlled an input UTxO

    output boolean required

    Address/pubkey controlled an output UTxO

    tx_hash string required

    The transaction's txid

  • ]
  • last_updated object required
    block_hash string required
    block_height int64 required
    next_cursor string nullable
Loading...