← Back to marketplace

Losbeto — cross-asset market data for AI agents

external

Pay-per-call market data for AI agents: multi-oracle price consensus, sentiment consensus, forex, equities, commodities, Brazil macro (BCB/B3) and crypto. No API keys, no accounts. USDC on Base, Solana and Algorand via x402.

by Losbeto21 endpoints100% uptime223ms avg

Price

from $0.0030

up to $4.16 per request

Network

base

Category

ai

On-chain txns

0

Uptime

100%

Avg latency

223ms

Checks

64

Status

Healthy

Base URL

https://api.losbeto.xyz

Endpoints (21)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/.well-known/agent.json
base
POST/.well-known/mcp.json
base
POST/.well-known/x402.json
base
POST/agent-composable
base$0.1800

Bundle: 5 endpoints in 1 request — regime + sentiment + signals + whale flow + risk. 40% cheaper than separate calls.

POST/agent-market
base$0.0050

Mapa comercial real do catálogo: featured, mais baratos, free tier e créditos

POST/analise
base$0.0500

AI deep-dive analysis of any supported asset: technicals, flows and narrative.

POST/backtest
base$0.0600

Backtest com PnL, win rate e leitura da estratégia

POST/bazaar.json
base
POST/commodity-price
base$0.0120

Real futures prices via Yahoo (GC=F, CL=F, SI=F...): gold, silver, WTI, Brent, copper, natgas with daily change.

POST/council-deep
base$4.16

Council of Five extended dossier: full 5-agent votes PLUS deep synthesis — thesis, action plan with ranges, risk map, verdict-flip conditions, 24h watchlist.

POST/deep-think
base$0.1000

Raciocínio estruturado sobre tese, cenário e invalidação

POST/defi-yield
base$0.0250

Top DeFi yield pools by APY and TVL across Solana DEXs, refreshed live.

POST/dex-screen
base$0.0100

Snapshot de pares no DexScreener com liquidez e volume

POST/equity-dossier
base$1.66

Full AI dossier on any stock (?symbol=AAPL): live quote + earnings + macro context + analyst verdict with levels. The canonical agentic 'financial report', as a product.

POST/event-playbook
base$2.49

Scenario playbook for a macro event (?event=FOMC): hawkish/dovish/in-line grids with cross-asset positioning (USD, gold, equities, crypto) + AI strategist narrative.

POST/fear-greed
base$0.0100

Live Crypto Fear & Greed Index (0-100) with classification and AI interpretation. Contrarian signal for trading agents.

POST/get-pricing
base
POST/market-brief
base$0.1500

Bundle premium: regime + sentimento + sinais + risco em JSON previsível

POST/onchain-credit
base$0.0600

On-chain credit score (0-900) for any Solana wallet: age, activity, balance tiers.

POST/pump-monitor
base$0.0250

Freshest token launches across DEXs with initial triage. Memecoin radar for sniper agents.

POST/pyth-price
base$0.0030

Real-time SOL/USD price from Pyth Network oracle with confidence interval. Sub-second freshness.

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10

# call it
npx @apihubio/cli call https://api.losbeto.xyz \
  -X POST \
  -d '{ /* check provider docs for input */ }'

# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://api.losbeto.xyz
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";

const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);

const res = await x402Fetch("https://api.losbeto.xyz", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.