The crypto-prices channel streams real-time price ticks from Chainlink Data Streams (Mercury). One tick per upstream observation — no batching, no aggregation. Use this for charting, signals, or as a price reference alongside the on-chain Polymarket channels.Documentation Index
Fetch the complete documentation index at: https://docs.predexon.com/llms.txt
Use this file to discover all available pages before exploring further.
This is the only channel that uses
platform: "chainlink". All other channels use platform: "polymarket".Subscribe
Filter Types
| Filter | Description | Example |
|---|---|---|
feeds | One or more feed symbols | ["BTC/USD", "SOL/USD"] |
Wildcard ["*"] | All entitled feeds | {"feeds": ["*"]} |
users, token_ids, condition_ids, and market_slugs are not supported — crypto prices aren’t tied to wallets or markets. Subscribing with any of those returns INVALID_FILTERS.Supported Feeds
| Symbol | Asset |
|---|---|
BTC/USD | Bitcoin |
ETH/USD | Ethereum |
SOL/USD | Solana |
XRP/USD | XRP |
BNB/USD | BNB |
DOGE/USD | Dogecoin |
HYPE/USD | Hyperliquid |
Event Type
price_feed
A single price tick from one of the subscribed feeds.Field Reference
| Field | Type | Description |
|---|---|---|
event_type | "price_feed" | Always price_feed |
feed | string | Feed symbol (e.g. "BTC/USD") |
price | number | Mid / benchmark price reported by Chainlink |
bid | number | Bid price |
ask | number | Ask price |
observed_at | number | Upstream observation timestamp (Unix seconds) |
timestamp | number | Same as observed_at |
Chainlink reports prices as 1e18 fixed-point integers; Predexon converts to floating-point with 8 decimal places of precision before publishing.
