State

Get Non-Fungible Data

Returns data associated with a given non-fungible ID of a given non-fungible resource.

post/state/non-fungible/data

Request body

resource_addressstring required

Bech32m-encoded human readable version of the address.

non_fungible_idsNonFungibleId[] required

limited to max 100 items.

Example request

{
  "resource_address": "<non-fungible-entity-address>",
  "non_fungible_ids": [
    "#1#"
  ]
}

Response

Non-Fungible ID Data

resource_addressstring required

Bech32m-encoded human readable version of the address.

non_fungible_id_type'String' | 'Integer' | 'Bytes' | 'Ruid' required

Example response

{
  "ledger_state": {
    "network": "<network-name>"
  }
}

Changes

Changed in 3 of the 50 revisions of this API.32

  • 00c5f3bf5c2121See 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 request property //// became nullable

      request-property-became-nullable

    • ▲

      the request property //// became not nullable

      request-property-became-not-nullable

    • ○

      added AccountLockerNotFoundError discriminator mapping keys to the response property for the response status

      response-property-discriminator-mapping-added