satellite-dishReal-Time Data Feeds

Live SOL price and Solana network health feeds used across the platform.

Solenvus exposes two key live data feeds.

SOL price feed

Endpoint

GET /api/price/sol

Source

Pyth Hermes REST API

Cache TTL

15 seconds

Returned fields

  • price

  • change24h

  • confidence

  • publishTime

Product usage

Displayed in the homepage hero section.

The display refreshes every 20 seconds.

Solana network health feed

Endpoint

GET /api/network/health

Source

Helius mainnet RPC

Cache TTL

12 seconds

Returned fields

  • slot

  • tps

  • slotTimeMs

  • blockTime

  • status

  • fetchedAt

  • stale

Product usage

Displayed on the Protocol Status page.

The page refreshes every 30 seconds.

Stale fallback

If Helius is unavailable, the network endpoint returns the last cached value with stale: true.

Last updated