Skip to main content
GET
/
tokenization
/
tokens
/
count
TypeScript
const response: Promise<FireblocksResponse<LinkedTokensCount>> = fireblocks.tokenization.getLinkedTokensCount();
{
  "count": 42
}

Documentation Index

Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt

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

Response

Count fetched successfully

count
number
required

The total count of linked tokens

Example:

42