$0.002
per call · USD Coin on Base
One-call market snapshot: BTC/ETH/SOL spot prices with 24h change plus the Crypto Fear & Greed index. The cheapest way for an agent to establish market context.
Endpoint
GET https://defi-signals.org/market/snapshot5
Calls / 30d
4
Unique payers / 30d
Sep 8
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://defi-signals.org/market/snapshot", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://defi-signals.org/market/snapshot" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"fear_greed": {
"classification": "Greed",
"value": 71
},
"prices": {
"btc_usd": 118431,
"eth_usd": 4212.55
}
}Payment details
0xe72b85a97a6e19413d8b80633787eda6d6237a77USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of DeFi and the homepage with a featured placement.
More from Defi Signals & similar services
Defi Signals · Defi Funding Rates
defi-signals.org
Cross-venue perpetual funding rates (OKX, Kraken Futures, dYdX) for any major token. Per-venue annualized rates plus the cross-venue spread in percentage points — a ready-to-use funding arbitrage signal. Clean JSON for trading and research agents.
3Route · V6 1 Quote
3route.agents.bakingbad.dev
Price a swap without building a transaction. Returns expected input, output, and gas without constructing an executable transaction. Quotes are informational and can change with liquidity and chain state.
svm402-service · Analyze
svm402.com
Full analysis of a Solana token given its mint address — current price, liquidity, safety risk score, honeypot check, and top-holder concentration. Call this when you need a complete due-diligence report on one token. — $0.03 USDC