FastNEAR API
The FastNEAR API allows to easily query the NEAR blockchain to get an account’s assets, map keys into account IDs, explore a block’s transactions, etc. Possible use cases include:- Querying all assets of an account (including fungible and non-fungible tokens)
- Querying the last block produced
- Mapping Public Key to Account ID
- Mapping Full Access Public Key to Account ID
- Knowing a user’s staking pools (validators)
- Querying the top holders of a token
Examples
NearBlocks API
NearBlocks API provides an endpoint to query actions that happened on a NEAR account, possible use cases include:- Query an account balance
- Query all function calls to specific contract
- Get total NEAR supply and circulating supply
- Query the number of total transactions on NEAR
Examples
Pikespeak API
The Pikespeak API allows you to fetch blockchain events and aggregated analytics on wallets, validators, delegators, money transfers, dApps activity, and more. Use case includes:- Querying account balances
- Querying the most active wallets
- Querying historic account events
My Account page you can get your API key