Get real-time WebSocket streams for multiple tokens with enriched market data.
wss://api.mobula.io
token-details
token-details
endpoint supports subscribing to multiple token addresses for real-time token data.
tokens
array format:
tokens
(required): Array of token subscription items, each containing:
blockchain
(required): Blockchain identifier (e.g., "evm:1"
, "solana"
)address
(required): Direct token addresssubscriptionId
(optional): Unique identifier for your WebSocket connection. Auto-generated if not providedsubscriptionTracking
(optional, default: false
): Include subscription details in response logs for debuggingmarket-details
endpoint instead.subscriptionId
when subscribing, one is auto-generated. To retrieve it, set "subscriptionTracking": true
in the subscription payload.