A

AIapi · Analyze

by AIapi

POSTBase Sepolia

$0.01

per call · USDC on Base Sepolia

Financial Signal Intelligence for autonomous agents across crypto, stocks, ETFs, macro and global financial markets. Analyze financial news, market rumors, earnings announcements, central bank decisions, regulatory actions, exchange incidents, security events, stablecoins, macroeconomic events, fraud detection signals and market-moving developments to score financial risk, credibility and actionability.

Endpoint

POST https://demo.aiapi.ch/v1/analyze

13

Calls / 30d

1

Unique payers / 30d

Aug 21

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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://demo.aiapi.ch/v1/analyze", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "text": "A widely shared social media claim suggests that a new regulatory proposal could restrict stablecoin usage in several European markets. The claim has not yet been confirmed by official sources."
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://demo.aiapi.ch/v1/analyze" \
  -H "Content-Type: application/json" \
  -d '{"text":"A widely shared social media claim suggests that a new regulatory proposal could restrict stablecoin usage in several European markets. The claim has not yet been confirmed by official sources."}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "actionability": 90,
  "analysis": "A practical explanation of why the signal matters.",
  "credibility_risk": "MEDIUM",
  "execution_urgency": 84,
  "market_relevance": 88,
  "sentiment": "NEUTRAL",
  "sources": [],
  "summary": "A concise summary of the signal."
}

Payment details

Pay to0x64842cd797198143a8ff191e4bdbde7e0fbf7f6d
AssetUSDC · 0x036cbd53842c5426634e7929541ec2318f3dcf7e
NetworksBase Sepolia
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from AIapi & similar services