Skip to main content
ChainStream currently supports 3 blockchains for data and DeFi operations.

Chain Overview

ChainIdentifierTypeNative TokenData APIDeFi (Swap)WebSocketKYT/KYA
SolanasolL1SOLYesYesYesYes
BSCbscL1BNBYesYesYesYes
EthereumethL1ETHYesYesYesYes
Always use lowercase chain identifiers: sol, eth, bsc.

DEX Coverage by Chain

ChainSupported DEXes
SolanaJupiter, Raydium, PumpFun, Moonshot, Candy
BSCKyberSwap
EthereumKyberSwap
Token creation is only available on Solana launchpads: PumpFun, Raydium.

Data Availability

Real-time Data

All three chains provide:
  • Token metadata, stats, and market data
  • Wallet balances, PnL, and net worth
  • Trade history and activity feeds
  • Token rankings (hot, new, migrated, graduating)
  • Holder analytics and distribution
  • Security audit flags

WebSocket Streaming

Real-time subscriptions available on all chains:
  • Token price and stats updates
  • OHLCV candlestick feeds
  • Trade activity streams
  • Wallet balance changes
  • New token creation events
  • Bonding curve progress (Solana)

DeFi Operations

OperationSolanaEthereumBSC
Swap (quote + execute)YesYesYes
Token creation (launchpad)Yes
Transaction broadcastYesYesYes
Gas estimationYesYes

Chain Identifiers Across Products

ContextSolanaBSCEthereum
REST APIsolbsceth
CLI --chainsolbsceth
SDKsolbsceth
MCP Toolssolbsceth
WebSocketsolbsceth

Next Steps

Quickstart

Make your first API call in 5 minutes.

SDK Overview

Install the TypeScript SDK and start building.

MCP Server

Connect your AI agent to on-chain data.