Skip to main content
GET
/
onchain_data
/
base_asset_id
/
{baseAssetId}
/
access_registry_address
/
{accessRegistryAddress}
/
summary
TypeScript
const response: Promise<FireblocksResponse<AccessRegistrySummaryResponse>> = fireblocks.onchainData.getAccessRegistrySummary(onchainDataApiGetAccessRegistrySummaryRequest);
{
  "totalActiveAddresses": 42
}

Documentation Index

Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

baseAssetId
string
required

The blockchain base assetId

accessRegistryAddress
string
required

The access registry address

Response

Successfully retrieved the summary of the access registry state

totalActiveAddresses
number
required

The total number of active addresses in the access registry

Example:

42