Pay-per-call crypto market intelligence: 5-min trading signals (BTC/ETH/SOL/XRP momentum), fear/greed index, on-chain whale tracking, Polymarket prediction market analytics. Live autonomous trading bot with verified track record. USDC via x402 (Base/Solana). Top-converters: /market-mood and /whale-moves at $0.01/call.
Pay from $0.001 to $0.05 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
first settlement 2026-03-14 · $70.87 all-time · last settled 2026-05-30
ASSESSMENT
updated 1h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 0%
- uptime 24h
- 0%
- uptime 7d
- 0%
- uptime 30d
- 0%
- uptime 90d
- 33.7%
- response p95
- -
- avg response
- -
- total checks
- 2,739
compliance A (13/13), stale (probe failing)
13 of 13 x402 conformance checks pass. Full checklist below.
price $0.001 to $0.05 (p8 in Finance)
- price (min)
- $0.001
- price (max)
- $0.05
- category percentile (min)
- p8 in Finance
- category percentile (max)
- p61 in Finance
- endpoints / prices
- 12 / 5
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
- domain age
- -
- registrar
- -
- hosting
- custom
- domain created
- ---
Identity facts, not a risk score.
traction $0 30d · 0 buyers
- volume 30d
- $0
- buyers 30d
- 0
- settlements 30d
- 0
- first settlement
- 2026-03-14
- last settlement
- 2026-05-30
- top buyer share
- -
- trend 7d vs 30d
- -
- networks
- eip155:8453
- volume all-time
- $70.87
- settlements all-time
- 2,820
- median settlement 30d
- $0
- max settlement 30d
- $0
- settled via
- -
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides cryptocurrency market intelligence, price data, sentiment analysis, and trading signals.
- category
- crypto-market-data
- in
- query params
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /market-intel | $0.05 | Base | USDC | |
| GET | /market-mood | $0.01 | Base | USDC | |
| GET | /market-snapshot | $0.01 | Base | USDC | |
| GET | /performance | $0.01 | Base | USDC | |
| GET | /price/BTC | $0.001 | Base | USDC | |
| GET | /price/ETH | $0.001 | Base | USDC | |
| GET | /price/SOL | $0.001 | Base | USDC | |
| GET | /price/XRP | $0.001 | Base | USDC | |
| GET | /sentiment/composite | $0.01 | Base | USDC | |
| GET | /signals | $0.01 | Base | USDC | |
| GET | /trending | $0.005 | Base | USDC | |
| GET | /whale-moves | $0.05 | Base | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /market-intel returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://api.deepbluebase.xyz/market-intel'
// 402 response (captured by monitor) · 12 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"biases": [
{
"bias": "neutral",
"coin": "BTC"
},
{
"bias": "bullish",
"coin": "ETH"
}
],
"regime": "choppy",
"fear_greed": 58
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"biases": {
"type": "array"
},
"regime": {
"type": "string"
},
"fear_greed": {
"type": "number"
}
}
}
}
}
}
}
}
},
"description": "Market mood — Fear/Greed index, regime detection, and per-asset directional bias",
"inputSchema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {},
"additionalProperties": false
},
"outputSchema": {
"input": {
"type": "http",
"method": "GET",
"properties": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"queryParams": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"discoverable": true
},
"output": {
"type": "json",
"example": {
"biases": [
{
"bias": "neutral",
"coin": "BTC"
},
{
"bias": "bullish",
"coin": "ETH"
}
],
"regime": "choppy",
"fear_greed": 58
}
}
},
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.deepbluebase.xyz/market-mood",
"mimeType": "application/json",
"description": "Market mood — Fear/Greed index, regime detection, and per-asset directional bias"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"biases": [
{
"bias": "neutral",
"coin": "BTC"
},
{
"bias": "bullish",
"coin": "ETH"
}
],
"regime": "choppy",
"fear_greed": 58
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"biases": {
"type": "array"
},
"regime": {
"type": "string"
},
"fear_greed": {
"type": "number"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"count": 10,
"pools": [
{
"token": "ETH",
"volume_24h": 1200000,
"price_change_pct": 3.2
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"count": {
"type": "number"
},
"pools": {
"type": "array"
}
}
}
}
}
}
}
}
},
"description": "Trending tokens and DEX pools on Base chain",
"inputSchema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {},
"additionalProperties": false
},
"outputSchema": {
"input": {
"type": "http",
"method": "GET",
"properties": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"queryParams": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"discoverable": true
},
"output": {
"type": "json",
"example": {
"count": 10,
"pools": [
{
"token": "ETH",
"volume_24h": 1200000,
"price_change_pct": 3.2
}
]
}
}
},
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.deepbluebase.xyz/trending",
"mimeType": "application/json",
"description": "Trending tokens and DEX pools on Base chain"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"count": 10,
"pools": [
{
"token": "ETH",
"volume_24h": 1200000,
"price_change_pct": 3.2
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"count": {
"type": "number"
},
"pools": {
"type": "array"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"coins": [
{
"coin": "BTC",
"price": 84250,
"signal": "UP",
"sentiment": 0.42,
"confidence": 0.65
}
],
"count": 4,
"timestamp": "2026-03-23T04:00Z"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"coins": {
"type": "array"
},
"count": {
"type": "number"
},
"timestamp": {
"type": "string"
}
}
}
}
}
}
}
}
},
"description": "All-coins snapshot in one call — BTC, ETH, SOL, XRP prices, signals, and sentiment",
"inputSchema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {},
"additionalProperties": false
},
"outputSchema": {
"input": {
"type": "http",
"method": "GET",
"properties": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"queryParams": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"discoverable": true
},
"output": {
"type": "json",
"example": {
"coins": [
{
"coin": "BTC",
"price": 84250,
"signal": "UP",
"sentiment": 0.42,
"confidence": 0.65
}
],
"count": 4,
"timestamp": "2026-03-23T04:00Z"
}
}
},
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.deepbluebase.xyz/market-snapshot",
"mimeType": "application/json",
"description": "All-coins snapshot in one call — BTC, ETH, SOL, XRP prices, signals, and sentiment"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"coins": [
{
"coin": "BTC",
"price": 84250,
"signal": "UP",
"sentiment": 0.42,
"confidence": 0.65
}
],
"count": 4,
"timestamp": "2026-03-23T04:00Z"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"coins": {
"type": "array"
},
"count": {
"type": "number"
},
"timestamp": {
"type": "string"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"token": "ETH",
"source": "base_dex",
"price_usd": 3421.55
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"token": {
"type": "string"
},
"price_usd": {
"type": "number"
}
}
}
}
}
}
}
}
},
"description": "Real-time token price from Base DEX pools",
"inputSchema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"token"
],
"properties": {
"token": {
"type": "string",
"description": "Token symbol e.g. BTC, ETH, SOL, XRP"
}
}
},
"outputSchema": {
"input": {
"type": "http",
"method": "GET",
"properties": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"queryParams": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"discoverable": true
},
"output": {
"type": "json",
"example": {
"token": "ETH",
"source": "base_dex",
"price_usd": 3421.55
}
}
},
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.deepbluebase.xyz/price/ETH",
"mimeType": "application/json",
"description": "Real-time token price from Base DEX pools"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"var1": "ETH"
},
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"token": "ETH",
"source": "base_dex",
"price_usd": 3421.55
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"token": {
"type": "string"
},
"price_usd": {
"type": "number"
}
}
}
}
}
}
},
"routeTemplate": "/price/:var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"token": "ETH",
"source": "base_dex",
"price_usd": 3421.55
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"token": {
"type": "string"
},
"price_usd": {
"type": "number"
}
}
}
}
}
}
}
}
},
"description": "Real-time token price from Base DEX pools",
"inputSchema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"token"
],
"properties": {
"token": {
"type": "string",
"description": "Token symbol e.g. BTC, ETH, SOL, XRP"
}
}
},
"outputSchema": {
"input": {
"type": "http",
"method": "GET",
"properties": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"queryParams": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"discoverable": true
},
"output": {
"type": "json",
"example": {
"token": "ETH",
"source": "base_dex",
"price_usd": 3421.55
}
}
},
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.deepbluebase.xyz/price/SOL",
"mimeType": "application/json",
"description": "Real-time token price from Base DEX pools"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"var1": "SOL"
},
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"token": "ETH",
"source": "base_dex",
"price_usd": 3421.55
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"token": {
"type": "string"
},
"price_usd": {
"type": "number"
}
}
}
}
}
}
},
"routeTemplate": "/price/:var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"daily": [],
"win_rate": 0.681,
"total_pnl": 335.42,
"total_trades": 2180
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"win_rate": {
"type": "number"
},
"total_pnl": {
"type": "number"
}
}
}
}
}
}
}
}
},
"description": "DeepBlue bot on-chain verified trading performance, P&L, and win rate",
"inputSchema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {},
"additionalProperties": false
},
"outputSchema": {
"input": {
"type": "http",
"method": "GET",
"properties": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"queryParams": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"discoverable": true
},
"output": {
"type": "json",
"example": {
"daily": [],
"win_rate": 0.681,
"total_pnl": 335.42,
"total_trades": 2180
}
}
},
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.deepbluebase.xyz/performance",
"mimeType": "application/json",
"description": "DeepBlue bot on-chain verified trading performance, P&L, and win rate"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"daily": [],
"win_rate": 0.681,
"total_pnl": 335.42,
"total_trades": 2180
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"win_rate": {
"type": "number"
},
"total_pnl": {
"type": "number"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"token": "ETH",
"source": "base_dex",
"price_usd": 3421.55
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"token": {
"type": "string"
},
"price_usd": {
"type": "number"
}
}
}
}
}
}
}
}
},
"description": "Real-time token price from Base DEX pools",
"inputSchema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"token"
],
"properties": {
"token": {
"type": "string",
"description": "Token symbol e.g. BTC, ETH, SOL, XRP"
}
}
},
"outputSchema": {
"input": {
"type": "http",
"method": "GET",
"properties": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"queryParams": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"discoverable": true
},
"output": {
"type": "json",
"example": {
"token": "ETH",
"source": "base_dex",
"price_usd": 3421.55
}
}
},
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.deepbluebase.xyz/price/BTC",
"mimeType": "application/json",
"description": "Real-time token price from Base DEX pools"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"var1": "BTC"
},
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"token": "ETH",
"source": "base_dex",
"price_usd": 3421.55
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"token": {
"type": "string"
},
"price_usd": {
"type": "number"
}
}
}
}
}
}
},
"routeTemplate": "/price/:var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
"amount": "12000",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"count": 4,
"signals": [
{
"coin": "BTC",
"regime": "trending",
"direction": "UP",
"confidence": 0.65
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"count": {
"type": "number"
},
"signals": {
"type": "array"
}
}
}
}
}
}
}
}
},
"description": "Live BTC/ETH/SOL/XRP 5-min trading signals from DeepBlue autonomous trading bot",
"inputSchema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {},
"additionalProperties": false
},
"outputSchema": {
"input": {
"type": "http",
"method": "GET",
"properties": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"queryParams": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"discoverable": true
},
"output": {
"type": "json",
"example": {
"count": 4,
"signals": [
{
"coin": "BTC",
"regime": "trending",
"direction": "UP",
"confidence": 0.65
}
]
}
}
},
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.deepbluebase.xyz/signals",
"mimeType": "application/json",
"description": "Live BTC/ETH/SOL/XRP 5-min trading signals from DeepBlue autonomous trading bot"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"count": 4,
"signals": [
{
"coin": "BTC",
"regime": "trending",
"direction": "UP",
"confidence": 0.65
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"count": {
"type": "number"
},
"signals": {
"type": "array"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"btc_price": 84250,
"funding_rate": 0.0008,
"liquidation_risk": "low",
"orderbook_imbalance": 0.15,
"open_interest_change_pct": 2.1
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"btc_price": {
"type": "number"
},
"funding_rate": {
"type": "number"
},
"liquidation_risk": {
"type": "string"
},
"open_interest_change_pct": {
"type": "number"
}
}
}
}
}
}
}
}
},
"description": "BTC macro intelligence — funding rates, liquidation cascade risk, open interest, and orderbook imbalance",
"inputSchema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {},
"additionalProperties": false
},
"outputSchema": {
"input": {
"type": "http",
"method": "GET",
"properties": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"queryParams": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"discoverable": true
},
"output": {
"type": "json",
"example": {
"btc_price": 84250,
"funding_rate": 0.0008,
"liquidation_risk": "low",
"orderbook_imbalance": 0.15,
"open_interest_change_pct": 2.1
}
}
},
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.deepbluebase.xyz/market-intel",
"mimeType": "application/json",
"description": "BTC macro intelligence — funding rates, liquidation cascade risk, open interest, and orderbook imbalance"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"btc_price": 84250,
"funding_rate": 0.0008,
"liquidation_risk": "low",
"orderbook_imbalance": 0.15,
"open_interest_change_pct": 2.1
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"btc_price": {
"type": "number"
},
"funding_rate": {
"type": "number"
},
"liquidation_risk": {
"type": "string"
},
"open_interest_change_pct": {
"type": "number"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"count": 5,
"net_flow": "accumulation",
"whale_transfers": [
{
"coin": "BTC",
"direction": "exchange_outflow",
"amount_usd": 15000000
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"count": {
"type": "number"
},
"net_flow": {
"type": "string"
},
"whale_transfers": {
"type": "array"
}
}
}
}
}
}
}
}
},
"description": "Whale movements and exchange flows — large transfers, exchange inflows/outflows, accumulation signals",
"inputSchema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {},
"additionalProperties": false
},
"outputSchema": {
"input": {
"type": "http",
"method": "GET",
"properties": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"queryParams": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"discoverable": true
},
"output": {
"type": "json",
"example": {
"count": 5,
"net_flow": "accumulation",
"whale_transfers": [
{
"coin": "BTC",
"direction": "exchange_outflow",
"amount_usd": 15000000
}
]
}
}
},
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.deepbluebase.xyz/whale-moves",
"mimeType": "application/json",
"description": "Whale movements and exchange flows — large transfers, exchange inflows/outflows, accumulation signals"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"count": 5,
"net_flow": "accumulation",
"whale_transfers": [
{
"coin": "BTC",
"direction": "exchange_outflow",
"amount_usd": 15000000
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"count": {
"type": "number"
},
"net_flow": {
"type": "string"
},
"whale_transfers": {
"type": "array"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"token": "ETH",
"source": "base_dex",
"price_usd": 3421.55
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"token": {
"type": "string"
},
"price_usd": {
"type": "number"
}
}
}
}
}
}
}
}
},
"description": "Real-time token price from Base DEX pools",
"inputSchema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"token"
],
"properties": {
"token": {
"type": "string",
"description": "Token symbol e.g. BTC, ETH, SOL, XRP"
}
}
},
"outputSchema": {
"input": {
"type": "http",
"method": "GET",
"properties": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"queryParams": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"discoverable": true
},
"output": {
"type": "json",
"example": {
"token": "ETH",
"source": "base_dex",
"price_usd": 3421.55
}
}
},
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.deepbluebase.xyz/price/XRP",
"mimeType": "application/json",
"description": "Real-time token price from Base DEX pools"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"var1": "XRP"
},
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"token": "ETH",
"source": "base_dex",
"price_usd": 3421.55
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"token": {
"type": "string"
},
"price_usd": {
"type": "number"
}
}
}
}
}
}
},
"routeTemplate": "/price/:var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"label": "Greed",
"momentum": 0.35,
"timestamp": "2026-03-23T04:00Z",
"fear_greed": 62,
"funding_rate_btc": 0.0012
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"label": {
"type": "string"
},
"momentum": {
"type": "number"
},
"fear_greed": {
"type": "number"
},
"funding_rate_btc": {
"type": "number"
}
}
}
}
}
}
}
}
},
"description": "Multi-source aggregated crypto sentiment — Fear & Greed index, momentum scores, funding rates",
"inputSchema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {},
"additionalProperties": false
},
"outputSchema": {
"input": {
"type": "http",
"method": "GET",
"properties": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"queryParams": {
"format": {
"type": "string",
"required": false,
"description": "Response format (json)"
}
},
"discoverable": true
},
"output": {
"type": "json",
"example": {
"label": "Greed",
"momentum": 0.35,
"timestamp": "2026-03-23T04:00Z",
"fear_greed": 62,
"funding_rate_btc": 0.0012
}
}
},
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.deepbluebase.xyz/sentiment/composite",
"mimeType": "application/json",
"description": "Multi-source aggregated crypto sentiment — Fear & Greed index, momentum scores, funding rates"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"label": "Greed",
"momentum": 0.35,
"timestamp": "2026-03-23T04:00Z",
"fear_greed": 62,
"funding_rate_btc": 0.0012
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"label": {
"type": "string"
},
"momentum": {
"type": "number"
},
"fear_greed": {
"type": "number"
},
"funding_rate_btc": {
"type": "number"
}
}
}
}
}
}
}
}
},
"x402Version": 2
}
] OVER TIME
All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/deepblue-trading-api/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 12 endpoints. Use the selector to isolate one.
COMPLIANCE
13/13 checks pass · grade A · stale (probe failing)- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
- declares the current x402 version (2)
- EIP-712 domain parameters present on every EVM entry
- x402 v2 envelope delivered in the payment-required header
SITE PILLARS
- homepage reachable
- openapi doc
- pricing page
- llms.txt
- robots.txt
- terms page
recent checks (18) · click to expand
EMBED THIS BADGE
<a href="https://x402-list.com/services/deepblue-trading-api?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/deepblue-trading-api.svg" alt="DeepBlue Trading API listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/deepblue-trading-api?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/deepblue-trading-api?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/deepblue-trading-api.svg?data=uptime" alt="DeepBlue Trading API uptime on x402-list" height="28"> </a>