v50
latestOpenAPI 3.0.0The Radix License, Version 1.0raw.githubusercontent.com2026-04-0736336265.6 KBState
Get page of Non-Fungible Ids in Resource Collection
Returns the non-fungible IDs of a given non-fungible resource. Returned response is in a paginated format, ordered by their first appearance on the ledger.
post/state/non-fungible/ids
Request body
Example request
{
"resource_address": "<non-fungible-entity-address>"
}Response
Non-Fungible IDs (paginated)
Example response
{
"ledger_state": {
"network": "<network-name>"
}
}