Tonnected
Buy
Tonnected docs

Methodology & data sources

Tonnected aggregates public TON-ecosystem data sources. All third-party calls go server-side through cached route handlers — no API keys ship to the client. Cache TTLs are tuned for each provider; hot data (prices, balances) refreshes every 30 seconds.

SourceEndpointCoversAuth
TonAPItonapi.ioAccounts, jettons, NFTs, tracesOptional bearer token
TON Centertoncenter.comRaw chain data, blocks, transactionsOptional API key
STON.fiapi.ston.fi/v1DEX pools, swaps, TVLPublic
DeDustapi.dedust.io/v2DEX pools, swaps, TVLPublic
DefiLlamaapi.llama.fiTVL, stablecoins, feesPublic
GeckoTerminalapi.geckoterminal.comOHLCV candles, pool metadataPublic (key lifts limits)
DexScreenerapi.dexscreener.comToken discovery, trending pairsPublic
CoinGeckoapi.coingecko.com/v3Fiat conversions, market contextPublic

Caching

Hot data (prices, balances): in-memory or Redis with 10–30s TTL. Warm data (TVL, OHLCV): Postgres with 1–5 minute TTL via TanStack Query. Historical: daily refresh job.