v50

latestOpenAPI 3.0.0The Radix License, Version 1.0raw.githubusercontent.com2026-04-0736336265.6 KB
State

Get Non-Fungible Location

Returns location of a given non-fungible ID.

post/state/non-fungible/location

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 Location

resource_addressstring required

Bech32m-encoded human readable version of the address.

Example response

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