Skip to main content

Extended information of a specific address

GET /addresses/:address/extended

Obtain extended information about a specific address.

Request

Path Parameters

    address string required

    Bech32 address.

    Example: addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz
Responses

Return the address content.


Schema
    address string required

    Bech32 encoded addresses

    amount object[]required
  • Array [
  • unit Lovelace or concatenation of asset policy_id and hex-encoded asset_name required

    The unit of the value

    quantity string required

    The quantity of the unit

    decimals integer nullable required

    Number of decimal places of the asset unit. Primary data source is CIP68 reference NFT with a fallback to off-chain metadata.

    has_nft_onchain_metadata boolean required

    True if the latest minting transaction includes metadata (best-effort)

  • ]
  • stake_address string nullable required

    Stake address that controls the key

    type string required

    Possible values: [byron, shelley]

    Address era

    script boolean required

    True if this is a script address

Loading...