Skip to content

near/near-enhanced-api-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEAR Enhanced API

API for providing useful information about NEAR blockchain.
Still under heavy development.

Supported features

  • Provide NEAR balances information, history
  • Provide FT balances information, FT history (*)
  • Provide NFT information and recent history for the contracts implementing Events NEP
  • Provide corresponding Metadata for FT, NFT contracts, NFT items

(*) We support all the FT contracts implementing Events NEP and some popular legacy contracts such as aurora, wrap.near and few others. If your contract is not supported, please update with our new SDK.
If it's important for you to collect all the previous history as well, you need to make the contribution and implement your own legacy handler. You can use existing handlers as the example.