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