> For the complete documentation index, see [llms.txt](https://saiko-2.gitbook.io/saiko/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://saiko-2.gitbook.io/saiko/product/saiko7648/brz7648/brz7648-indexer.md).

# BRZ7648 indexer

The BRZ7648 indexer is responsible for tracking and indexing valid BRZ7648 asset data from on-chain Solana transactions. It verifies deployment, minting, and ownership of composable modular assets created under the BRZ7648 standard. This indexer ensures all asset states and interactions are accurately recorded and accessible across the network.

***

#### **Available API Endpoints**

**GET /brz7648/v1/tokens**\
Retrieves a complete list of all deployed BRZ7648 assets.\
Optional query parameters include:

* `network` to specify testnet or default to mainnet
* `limit` and `offset` for pagination

**GET /brz7648/v1/token/:deployid**\
Returns detailed metadata and composition information for a specific BRZ7648 asset.\
Required parameter:

* `:deployid` representing the deployed asset ID\
  Optional parameters:
* `network` to indicate testnet or mainnet

**GET /brz7648/v1/holders/:deployid**\
Provides a list of all current holders of a deployed BRZ7648 asset.\
Required parameter:

* `:deployid` referencing the deployed asset\
  Supports `network`, `limit`, and `offset` as optional inputs

**GET /brz7648/v1/mints/:deployid**\
Lists all minting events tied to a specific BRZ7648 deployment.\
Required parameter:

* `:deployid` referencing the deployed modular asset\
  Optional parameters include `network`, `limit`, and `offset`

**GET /brz7648/v1/address/:address**\
Returns all BRZ7648 assets minted or held by a specific Solana wallet address.\
Required parameter:

* `:address` of the Solana wallet\
  Optional query parameters include `network`, `limit`, and `offset`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://saiko-2.gitbook.io/saiko/product/saiko7648/brz7648/brz7648-indexer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
