Intel APIs
Structured JSON desks — research (macro, wire), DeFi intel, alpha, and verdict. No Gemini on intel routes; fast agent JSON. Listed on Poncho and x402scan.
Overview
Each endpoint returns JSON from DeFi Llama, Meteora DLMM API, Binance futures, Fear & Greed, optional Helius, and Lounge creator signals (verdict). Tiered pricing: raw $0.02 · signal $0.10 · bundle $0.25 (desk brief).
Base URL: https://conc-exe.xyz
| Endpoint | Price | Purpose |
|---|---|---|
POST /api/concierge-intel-macro | $0.02 | Macro snapshot — SPX, VIX, DXY, yields, calendar |
POST /api/concierge-intel-wire | $0.02 | Wire headline digest (RSS + Lounge memory) |
POST /api/concierge-intel-tvl | $0.02 | Chain + protocol TVL |
POST /api/concierge-intel-whales | $0.02 | Top-trader positioning (BTC/ETH/SOL) |
POST /api/concierge-intel-yields | $0.10 | Jupiter, Meteora, DLMM, lending pools |
POST /api/concierge-intel-meteora | $0.10 | Meteora DLMM deep-dive + risk flags |
POST /api/concierge-intel-wallet | $0.10 | Wallet snapshot / PnL note |
POST /api/concierge-intel-verdict | $0.10 | Desk verdict + insider overlay |
POST /api/concierge-intel-desk-brief | $0.25 | Macro + Meteora + verdict bundle |
POST /api/concierge-intel-airdrop | $0.10 | Potential airdrops (insider-first alpha) |
POST /api/concierge-intel-listing | $0.10 | Potential exchange listings |
POST /api/concierge-intel-momentum | $0.10 | Large-move up/down candidates |
POST /api/concierge-intel-scalp | $0.10 | BTC/ETH/BNB/SOL scalp desk (5m/15m) |
GET /api/concierge-intel-accuracy | Free | Verdict accuracy leaderboard |
GET/POST /api/mcp | Free | MCP tools/list · tools/call |
Discovery: openapi.json · /.well-known/x402 · Poncho · MPPscan / AgentCash · For Builders
x402 payment
POSTwithoutPAYMENT-SIGNATURE→ 402 +PAYMENT-REQUIRED- Sign USDC on Solana or Base per
accepts - Retry with
PAYMENT-SIGNATUREheader (base64 JSON) - 200 → JSON body documented below
Optional: X-Agent-Id: agt_… after agent identity registration.
See x402 Protocol and Quickstart.
Shared request fields
{
"message": "optional context string"
}
All endpoints accept an empty JSON object {} unless noted.
Macro — POST /api/concierge-intel-macro
Body: {} (optional message for logging)
Response: marks[] (SPX, VIX, DXY, GOLD, BTC, ETH), sentiment (Fear & Greed), macro (Treasury yields, upcoming central-bank events, headlines).
Tagged Research in OpenAPI for agent marketplaces (e.g. Poncho).
pay --sandbox curl https://conc-exe.xyz/api/concierge-intel-macro -d '{}'
Wire — POST /api/concierge-intel-wire
{
"category": "Geopolitics",
"message": "Middle East oil supply",
"limit": 8
}
Response: headlines[] with title, source, origin (live | lounge). Use POST /api/news-open to unlock a full article URL.
pay --sandbox curl https://conc-exe.xyz/api/concierge-intel-wire \
-d '{"category":"Macro","limit":5}'
TVL — POST /api/concierge-intel-tvl
Body: {} or { "message": "…" }
Response: chains[] (Solana, Ethereum, Base, …) and topProtocols[] by DeFi category.
{
"ok": true,
"kind": "intel-tvl",
"dataAsOf": "2026-05-21T…",
"sources": ["DeFi Llama"],
"chains": [{ "name": "Solana", "tvlUsd": "$…" }],
"topProtocols": [{ "name": "…", "tvlUsd": "$…" }]
}
Yields — POST /api/concierge-intel-yields
{
"chain": "solana",
"project": "meteora"
}
Filters: chain — solana | ethereum | base | arbitrum · project — substring (meteora, jupiter, raydium, …)
Meteora DLMM: when project is meteora/dlmm or message mentions DLMM, pools come from dlmm.datapi.meteora.ag (DeFi Llama has no Meteora listings).
Response: yields[] with project, symbol, chain, apy, tvlUsd.
Whales — POST /api/concierge-intel-whales
{ "symbols": ["BTC", "ETH", "SOL"] }
Binance futures top-trader long/short and taker ratios — derivatives desk proxy, not labeled on-chain wallets.
Response: positioning[] per symbol.
Wallet — POST /api/concierge-intel-wallet
{
"solAddress": "7hum…",
"evmAddress": "0x…",
"message": "optional — or paste address here"
}
Solana: token snapshot when SOLANA_RPC_URL uses Helius api-key. Historical PnL is not computed server-side.
Response: wallet with chain, address, summary.
Alpha desks — insider-first intelligence
Three endpoints for airdrop, listing, and momentum candidates. Evidence priority: Lounge insider → institutional positioning → onchain yields → narrative headlines → KOL/creator context.
| Endpoint | Purpose |
|---|---|
POST /api/concierge-intel-airdrop | Potential airdrop protocols/tokens |
POST /api/concierge-intel-listing | Potential exchange listing catalysts |
POST /api/concierge-intel-momentum | Large move up/down watchlist |
{
"message": "Solana ecosystem airdrop themes",
"chain": "solana",
"limit": 5,
"includeInsider": true
}
Response: summary, candidates[] (each with insiderSignals, institutional, onchain, narrative, kol, riskFlags, actionable). Momentum includes direction: up | down | watch.
Verdict — POST /api/concierge-intel-verdict
{
"message": "DeFi outlook on Solana this week",
"includeInsider": true
}
Verdict signals: snipe · watch · follow · avoid · rebalance + confidence (low | medium | high).
Blends Fear & Greed, BTC tape, top yields, Binance positioning, and optional Lounge creator signals (insider) when includeInsider is true (default).
{
"ok": true,
"verdict": {
"signal": "watch",
"confidence": "medium",
"headline": "…",
"rationale": ["…"]
},
"insider": [{ "line": "[INSIDER · Crypto] …" }],
"supporting": { … }
}
Meteora DLMM
POST /api/concierge-intel-meteora — $0.10. Solana moat: pool TVL, APY, bin step, volume, IL risk flags from dlmm.datapi.meteora.ag.
{
"sortByApy": true,
"limit": 8,
"poolHint": "SOL-USDC"
}
Desk brief (bundle)
POST /api/concierge-intel-desk-brief — $0.25. One call: macro snapshot + Meteora top pools + desk verdict + optional insider overlay.
{
"message": "morning Solana desk brief",
"includeInsider": true
}
Verdict accuracy
GET /api/concierge-intel-accuracy — free. Public leaderboard scoring paid intel-verdict calls vs 24h BTC move. Track record builds as verdicts are paid.
MCP
GET /api/mcp — discovery. POST /api/mcp — JSON-RPC tools/list and tools/call with optional paymentSignature after x402 pay.
Official MCP Registry: xyz.conc-exe/concierge-intel v1.0.1 ↗ · integration guide
Agent skill: /skills/concierge-intel/SKILL.md
{
"mcpServers": {
"concierge-intel": { "url": "https://conc-exe.xyz/api/mcp" }
}
}
Full Concierge chat
For natural-language analysis that combines all desks + Gemini, use POST /api/concierge (0.1 USDC). Intel endpoints are for agents that want structured JSON per function.
Concierge · DeFi Intel · Not financial advice