v50

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

Get page of Global Entity Fungible Resource Vaults

Returns vaults for fungible resource owned by a given global entity. The returned response is in a paginated format, ordered by the resource's first appearance on the ledger.

post/state/entity/page/fungible-vaults/

Request body

cursorstring nullable

This cursor allows forward pagination, by providing the cursor from the previous request.

limit_per_pageinteger nullable

The page size requested.

addressstring required

Bech32m-encoded human readable version of the address.

resource_addressstring required

Bech32m-encoded human readable version of the address.

Example request

{
  "address": "<component-entity-address>",
  "resource_address": "<resource-address>"
}

Response

Entity Fungibles (paginated)

total_countinteger nullable

Total number of items in underlying collection, fragment of which is available in items collection.

next_cursorstring nullable

If specified, contains a cursor to query next page of the items collection.

addressstring required

Bech32m-encoded human readable version of the address.

resource_addressstring required

Bech32m-encoded human readable version of the address.

Example response

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