Skip to main content

BRC20 Holders

Script pubkeys or addresses that hold the specified BRC20 asset and corresponding total balances.

Path Parameters
    ticker string required

    BRC20 ticker string

    Example: TUAH
Query Parameters
    count any

    The max number of results per page

    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
    balance string required
    script_pubkey string required
  • ]
  • last_updated object required
    block_hash string required
    block_height int64 required
    next_cursor string nullable
Loading...