Solana (SOL)

Query native Solana on-chain metrics and understand the current backfill boundary.

PropertyValue
API chain valuesolana
SymbolSOL
Network modelProof-of-stake, account based
Hosted tokensSPL assets use separate discovery IDs

Solana history is being backfilled and may not yet reach the current chain tip. Do not rely on a fixed completion estimate. Read dataThrough from /api/v1/chains before every freshness-sensitive workflow and treat data beyond that boundary as unavailable.

curl -H "x-api-key: YOUR_API_KEY" \
  "https://chartinspect.com/api/v1/onchain/status?chain=solana"

curl -H "x-api-key: YOUR_API_KEY" \
  "https://chartinspect.com/api/v1/onchain/mvrv?chain=solana&limit=1000"

Solana manifests can include multiple stored resolutions. Use base metric IDs from status and pass a supported dataResolution; do not treat resolution-suffixed storage names as separate public concepts.

Was this page helpful?