Skip to main content

Dunes Info

Returns information about the specified Dune, including etching information, current supply and number of holders.

Path Parameters
    dune string required

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

    Example: 2519999:31
Responses

Requested data


Schema
    data object required
    divisibility int32 nullable
    etching_cenotaph boolean required
    etching_height int64 required
    etching_tx string required
    id string required
    max_supply string nullable
    mints int64 required
    name string required
    spaced_name string required
    symbol string nullable
    terms object required
    amount_per_mint string nullable
    end_height string nullable
    end_offset string nullable
    mint_txs_cap string nullable
    start_height string nullable
    start_offset string nullable
    total_utxos int64 required
    unique_holders int64 required
    last_updated object required
    block_hash string required
    block_height int64 required
Loading...