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
Example request
{
"resource_address": "<non-fungible-entity-address>",
"non_fungible_ids": [
"#1#"
]
}Response
Non-Fungible ID Data
Example response
{
"ledger_state": {
"network": "<network-name>"
}
}Changes
Changed in 3 of the 50 revisions of this API.32
- ▲
the response property
/////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
/////became nullable for the statusresponse-property-became-nullable
- ○
the request property
////became nullablerequest-property-became-nullable
- ▲
- ▲
the request property
////became not nullablerequest-property-became-not-nullable
- ▲
- ○
added
AccountLockerNotFoundErrordiscriminator mapping keys to theresponse property for the response statusresponse-property-discriminator-mapping-added
- ○