Docs Category: Queryapi

Indexing Functions

To Share and +4 nLEARNs Login with NEAR :::info QueryAPI is a fully managed service that allows you to create and manage indexers on-chain seamlessly. :: Indexing Let’s review a very simple indexer, which will help you to understand how the indexer’s indexing logic works. import { Block } from “@near-lake/primitives”; /** * getBlock(block, context) …

Indexing Functions Read More »

Components handling Historical data

To Share and +4 nLEARNs Login with NEARBuilding components that handle historical blockchain data require dedicated solutions that manage the data and reduce the latency of requests, as it’s not possible to scan the whole blockchain when a user makes a request. A simple solution for developers building on NEAR BOS is using QueryAPI, a …

Components handling Historical data Read More »

How QueryAPI works

To Share and +4 nLEARNs Login with NEARQueryApi is a streaming indexer implementation that executes custom indexing logic written by developers on the NEAR blockchain. QueryApi allows hosted execution of complex queries (ones that can’t be answered by a simple RPC or Enhanced API call), data hosting, and its exposure via GraphQL endpoints. Components involved …

How QueryAPI works Read More »

BigQuery Public Dataset

To Share and +4 nLEARNs Login with NEARBlockchain data indexing in NEAR Public Lakehouse is for anyone wanting to understand blockchain data. This includes: Users: create queries to track NEAR assets, monitor transactions, or analyze on-chain events at a massive scale. Researchers: use indexed data for data science tasks, including on-chain activities, identifying trends, or …

BigQuery Public Dataset Read More »

Scroll to Top
Report a bug👀