State

Get Entity Details

Returns detailed information for collection of entities. Aggregate resources globally by default.

post/state/entity/details

Request body

addressesAddress[] required

limited to max 20 items.

aggregation_level'Global' | 'Vault'

Example request

{
  "addresses": [
    "<entity-address>"
  ],
  "aggregation_level": "Vault",
  "opt_ins": {
    "ancestor_identities": true,
    "component_royalty_config": true,
    "component_royalty_vault_balance": true,
    "package_royalty_vault_balance": true,
    "non_fungible_include_nfids": true,
    "dapp_two_way_links": true,
    "native_resource_details": true,
    "explicit_metadata": [
      "name",
      "description"
    ]
  }
}

Response

Entity Details

Changes

Changed in 11 of the 50 revisions of this API.1537

  • 00c5f3bf5c21141See the full diff
    • the response property //////// became nullable for the status

      response-property-became-nullable

    • the response property ///////////// became nullable for the status

      response-property-became-nullable

    • the response property ///////////// became nullable for the status

      response-property-became-nullable

    • the response property //////// became nullable for the status

      response-property-became-nullable

    • the response property //////////// became nullable for the status

      response-property-became-nullable

    • the response property ///////////////// became nullable for the status

      response-property-became-nullable

    • the response property ///////////////// became nullable for the status

      response-property-became-nullable

    • the response property //////// became nullable for the status

      response-property-became-nullable

    • the response property ///////////// became nullable for the status

      response-property-became-nullable

    • the response property ///////////// became nullable for the status

      response-property-became-nullable

    • the response property //////// became nullable for the status

      response-property-became-nullable

    • the response property //////////// became nullable for the status

      response-property-became-nullable

    • the response property ///////////////// became nullable for the status

      response-property-became-nullable

    • the response property ///////////////// became nullable for the status

      response-property-became-nullable

    • the request property //// became nullable

      request-property-became-nullable

    • the request property //// became not nullable

      request-property-became-not-nullable

    • added the new optional request property //

      new-optional-request-property

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional request property //

      new-optional-request-property

    • removed the request property //

      request-property-removed

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional request property //

      new-optional-request-property

    • removed the request property //

      request-property-removed

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional request property //

      new-optional-request-property

    • removed the optional property /// from the response with the status

      response-optional-property-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property /// to the response with the status

      response-optional-property-added