v50
latestOpenAPI 3.0.0The Radix License, Version 1.0raw.githubusercontent.com2026-04-0736336265.6 KBState
Get Entity Metadata Page
Returns all the metadata properties associated with a given global entity. The returned response is in a paginated format, ordered by first appearance on the ledger.
post/state/entity/page/metadata
Request body
Example request
{
"address": "<entity-address>"
}Response
Entity Metadata (paginated)
Example response
{
"ledger_state": {
"network": "<network-name>"
}
}