Aggregated crypto market verdict in one call: fear-greed sentiment crossed with smart-mone
Aggregated crypto market verdict in one call: fear-greed sentiment crossed with smart-money netflow regime (accumulation_on_fear, capitulation, confirmed_rally, late_stage_caution), trending coins checked against smart-money buying, BTC 24h move, high-conviction Polymarket positioning, plus all raw source data.
100000 (raw units)
price
2
calls / 30d
2
unique payers
2026-09-07
updated
Provider
proxy.suverse.io · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x260fbe1ec46968ee02e5b972507d7bb7f09f82b0",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "100000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "CBYMYxfMGdA98qkzrYqTzTiQhP3H2scU95EB4ZxoRxuM",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "100000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact_cosmos_authz",
"network": "cosmos:noble-1",
"payTo": "noble1z5g7vts3pfjsgschfjrhq5s3ze6etxjl5lj2rj",
"asset": "uusdc",
"amount": "100000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"data_quality": {
"base": "beta",
"computed_at": "2026-06-10T14:00:00.000Z",
"solana": "production",
"stale_sources": []
},
"raw": {
"btc": {
"bitcoin": {
"usd": 62030
}
},
"fear_greed": {
"current_value": 9
},
"polymarket": {
"data": []
},
"smart_money_netflow": {
"solana": {}
},
"trending": {
"count": 15
}
},
"signals": {
"btc": {
"change_24h_pct": -1.42,
"price_usd": 62030,
"source": "coingecko"
},
"polymarket": [
{
"category": "politics",
"conviction_score": 67.47,
"market_id": "0xc4c3...",
"market_title": "Example market",
"smart_no_volume_usd": 374.86,
"smart_side": "no",
"smart_yes_volume_usd": 0
}
],
"sentiment": {
"bucket": "fear",
"classification": "Extreme Fear",
"value": 9
},
"smart_money": {
"base": {
"coverage_level": "beta",
"direction": "outflow",
"eligible_tokens_24h": 1,
"eligible_tokens_7d": 4,
"pace_usd_per_hour_24h": -0.99,
"pace_usd_per_hour_7d": -0.47,
"regime": "capitulation",
"sum_net_flow_usd_24h": -23.65,
"sum_net_flow_usd_7d": -78.2
},
"solana": {
"coverage_level": "production",
"direction": "inflow",
"eligible_tokens_24h": 14,
"eligible_tokens_7d": 38,
"pace_usd_per_hour_24h": 171.69,
"pace_usd_per_hour_7d": 70.67,
"regime": "accumulation_on_fear",
"sum_net_flow_usd_24h": 4120.55,
"sum_net_flow_usd_7d": 11873.2
}
},
"trending": [
{
"confirmed": true,
"market_cap_rank": 11,
"name": "Hyperliquid",
"symbol": "HYPE"
}
]
},
"verdict": {
"confidence": "high",
"regime": "accumulation_on_fear",
"summary": "Market sentiment is Extreme Fear (9/100) and tracked smart-money wallets are net buyers over the last 24 hours, so smart money is accumulating into the fear, a historically contrarian-bullish setup. 2 of the top 7 trending coins have positive smart-money netflow behind the hype, and 1 Polymarket market shows high-conviction smart positioning."
}
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {}
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"no_wallet": {
"any_wallet_works": "You don't need this specific one. Any address that can sign an EIP-3009 authorization on Base works here.",
"docs": "https://stipend.sh/skill.md",
"install": "npx -y stipend"
}
}Use it
curl
curl "https://proxy.suverse.io/v1/data/crypto-market-pulse" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://proxy.suverse.io/v1/data/crypto-market-pulse");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://proxy.suverse.io/v1/data/crypto-market-pulse")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/6061.json, and this resource appears in /discovery/resources and /discovery/search.