Returns data associated with a given non-fungible ID of a given non-fungible resource.
{"resource_address":"<non-fungible-entity-address>","non_fungible_ids":["#1#"]}
defines upper boundary (inclusive) for queried data. i.e { "at_state_version" = {"epoch" = 10} }, will return data till 10 epoch.
{ "at_state_version" = {"epoch" = 10} }
POST /state/non-fungible/data HTTP/1.1 Host: xrd-gateway.nownodes.io Content-Type: application/json Accept: */* Content-Length: 79 { "resource_address": "<non-fungible-entity-address>", "non_fungible_ids": [ "#1#" ] }
Non-Fungible ID Data
{ "ledger_state": { "network": "<network-name>", "state_version": 1, "proposer_round_timestamp": "text", "epoch": 1, "round": 1 }, "resource_address": "text", "non_fungible_id_type": "String", "non_fungible_ids": [ { "is_burned": true, "non_fungible_id": "text", "data": { "raw_hex": "text", "programmatic_json": { "kind": "Bool", "type_name": "text", "field_name": "text" } }, "last_updated_at_state_version": 1 } ] }