Query NEAR Protocol wallets and explorers
skillskillsetup L2★28
fastnear/fastnear-api-server-rs ↗What it does
Query NEAR Protocol wallet and account data via REST API
Best for
Wallets and block explorers needing fast account balances and token holdings without running a full NEAR node.
Inputs
- · account_id or public_key
- · optional: token_id
Outputs
- · account state, fungible tokens with balances, NFTs, staking pools
Requires
- · NEAR RPC
Preconditions
Valid account_id on NEAR Protocol
Failure modes
- · balance null if not indexed yet
- · balance empty string if FT contract broken
Trust signals
- · Live on mainnet and testnet