Skip to content

GET /cex-dex/{'{token}'}

$0.02 USDC

Compares the centralized exchange (Coinbase) price against decentralized exchange (Chainlink/DeFiLlama) prices for a specific token in real time. Returns the divergence in basis points with directional bias.

GET https://api.cerebruspulse.xyz/cex-dex/{'{token}'}
ParameterTypeDescription
tokenstringToken symbol (e.g., ETH, BTC, SOL)

ETH, BTC, LINK, UNI, AAVE, ARB, OP, SOL, AVAX, NEAR, SUI, DOGE, CRV

Aliases are supported: WETHETH, WBTCBTC, CHAINLINKLINK

FieldTypeDescription
tokenstringNormalized token symbol
cex_pricenumberCoinbase price (USD)
dex_pricenumberOn-chain price (USD)
dex_sourcestringDEX price source (e.g., chainlink, defillama)
divergence_bpsnumberPrice divergence in basis points
directionstringcex_premium or dex_premium
timestamp_isostringISO 8601 timestamp
data_age_secondsnumberAge of underlying snapshot
metaobjectProvider metadata
Terminal window
GET /cex-dex/ETH
{
"token": "ETH",
"cex_price": 3842.50,
"dex_price": 3839.20,
"dex_source": "chainlink",
"divergence_bps": 8.6,
"direction": "cex_premium",
"timestamp_iso": "2026-03-07T06:00:00Z",
"data_age_seconds": 95,
"meta": {
"provider": "Cerebrus Pulse",
"offering": "cerebrus_pulse",
"execution_ms": 32
}
}
StatusReason
402Payment required (standard x402 flow)
404Token not supported
429Rate limit exceeded
503Data freshness guarantee exceeded