SPL Token API
Read Solana SPL token data live, straight from public Solana RPC nodes — no key. Resolve any token mint to its on-chain truth: total supply (raw and human-readable), decimals, mint authority and freeze authority (so you can tell at a glance whether more tokens can still be minted or holder accounts frozen — a core rug-risk signal), the program it belongs to (Token vs Token-2022) and its initialization state. Inspect any account by address — a mint, a token account (with its mint, owner and balance) or anything else — and resolve up to twenty mints in a single call. Where EVM chains use 0x contracts, Solana tokens are mint accounts under the SPL Token program, and this reads them directly. The token layer every Solana wallet, explorer, trading bot and analytics tool needs — distinct from SOL-balance and network APIs. Live from the chain; short cache only.
api.oanor.com/spltoken-api