v50
latestOpenAPI 3.0.0The Radix License, Version 1.0raw.githubusercontent.com2026-04-0736336265.6 KBState
Get page of Non-Fungibles in Vault
Returns all non-fungible IDs of a given non-fungible resource owned by a given entity. The returned response is in a paginated format, ordered by the resource's first appearence on the ledger.
post/state/entity/page/non-fungible-vault/ids
Request body
Example request
{
"address": "<component-entity-address>",
"resource_address": null,
"vault_address": null
}Response
Entity Non-Fungible IDs (paginated)
Example response
{
"ledger_state": {
"network": "<network-name>"
}
}