$0.05
per call · USD Coin on Base
Crypto market tick — BTC, ETH, SOL live price + 24h change, Fear & Greed index, and a deterministic regime verdict (RISK_ON / DRIFT_UP / CHOP / DRIFT_DOWN / RISK_OFF) in ONE $0.05 call. Built for agent loops that need a cheap market pulse every cycle; escalate to /api/scan/crypto ($2) for the institutional deep scan with technicals, derivatives and a directional call. 60s freshness, no LLM in the path.
Endpoint
GET https://signalpulse.theaslangroupllc.com/api/scan/crypto-lite4
Calls / 30d
3
Unique payers / 30d
Sep 10
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://signalpulse.theaslangroupllc.com/api/scan/crypto-lite", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://signalpulse.theaslangroupllc.com/api/scan/crypto-lite" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"deep_scan": "https://signalpulse.theaslangroupllc.com/api/scan/crypto ($2.00)",
"fear_greed": {
"label": "Greed",
"value": 66
},
"majors": [
{
"change_24h_pct": 0.98,
"price_usd": 118240,
"ticker": "BTC"
}
],
"note": "Majors +1.42% avg 24h (BTC +0.98%), sentiment Greed (66).",
"regime": "DRIFT_UP"
}Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Developer Tools and the homepage with a featured placement.
More from SignalPulse & similar services
SignalPulse · Signal Tokenized Eligibility
signalpulse.theaslangroupllc.com
Tokenized-stock / pre-IPO-perp jurisdiction-eligibility check for AI financial & advisor agents — given a user's ISO country and (optionally) a platform (Dinari, xStocks, Ondo Global Markets, Coinbase, Robinhood, Gemini), reports which tokenized-equity/pre-IPO-derivative products they can legally access: US-persons policy, named country exclusions, and confirmed-vs-uncertain launch geography, each with citations and an explicit as-of date. Not legal advice. Nobody else sells this.
SignalPulse · Scan Futures
signalpulse.theaslangroupllc.com
SignalPulse futures market scan (analysis tier) — institutional multi-layer read across the futures complex (equity index, rates, energy, metals, grains): COT positioning (disaggregated + financial), seasonality, term structure, and macro regime, with the best contract, directional bias, confidence and reasoning. Executable entries/stops/targets and post-cost EV are premium-only.
SignalPulse · Signal Tokenized
signalpulse.theaslangroupllc.com
Multi-platform tokenized-equity premium/discount intelligence for AI trading agents — 24/7 on-chain tokenized stocks (xStocks NVDAx, Ondo Global Markets NVDAon, Dinari dShares where readable) vs the underlying share: premium/discount in bps per platform, cross-platform spread when 2+ platforms trade the same name, US session state, on-chain liquidity, and a mean-reversion read. Loud about platforms with no live public price. Executable arbitrage (legs, entry/exit, net capture) is premium-only.