Indexer
Sequence Indexer—offered via the TOY Builder—is a simple API to query any blockchain token and NFT data.
Simply select the data you want from the indexer, and it generates the necessary code in snippets.
Fetch different kinds of data from the indexer:
- ERC-20 Tokens: Retrieve balance and metadata for any ERC-20 token.
- ERC-721 and ERC-1155 Tokens: Fetch metadata, ownership, and transaction history for NFTs.
- Events and Transactions: Query blockchain transaction data related to specific contracts or addresses.
Sequence Indexer simplifies your development process by abstracting the complexity of querying blockchain data, allowing you to focus on building your application.
Integration Steps
1. Access the TOY Builder dashboard.
2. Navigate to the Indexer section.
3. Select the type of data you want to query.
4. Copy the auto-generated code snippets and integrate them into your application.
Last updated