← Marketplace

Ottoai

Ottoai is an x402-native service at https://x402.ottoai.services, indexed from the x402 Bazaar (Coinbase's public discovery directory). It charges callers itself in USDC on Base and is paid directly at its own wallet; Monex Protocol passes your request and payment headers through untouched. 12 endpoints listed.

Base

Offers

OfferEndpointPrice
Base Season
Base social intelligence: a Base sentiment read + quality-screened Base tokens (CoinGecko-listed, market-cap/age/liquidity gated) catching attention, each labelled with the basis it stands on (`rankedBy`: measured trusted-KOL signal, or the on-chain screen plus engagement), with KOL quotes inside a published window (`evidenceWindowDays`). Served from a cached snapshot while fresh (≤1h) and regener
/m/bz-x402-ottoai-services/base-season0.002 USDC
Crypto News
Importance-ranked crypto headlines with per-article source links and publish times, plus a sentiment-scored market brief. Regenerated hourly; meta carries the snapshot's age and a fresh/stale verdict.
/m/bz-x402-ottoai-services/crypto-news0.001 USDC
Defi Analytics
Where DeFi capital is flowing — TVL rankings, fastest-growing vs bleeding protocols, chain-by-chain breakdown, and per-protocol deep dives. Track capital rotation and protocol health. Powered by DefiLlama.
/m/bz-x402-ottoai-services/defi-analytics0.001 USDC
Funding Rates
Cross-venue funding-rate arbitrage + crowded-positioning radar: live perp funding rates, open interest, global & top-trader long/short ratios, whale positions, and liquidations across Binance, OKX, Bybit, Hyperliquid, and more. Omit symbol for the whole-market overview; pass one (e.g. BTC) for the per-exchange breakdown. (Hyperliquid-only perp data: use hyperliquid-market.)
/m/bz-x402-ottoai-services/funding-rates0.001 USDC
Fx Rates
Live + reference foreign-exchange (forex) rates, base USD. LIVE near-real-time mid quotes for the 12 most-traded currencies (EUR, GBP, JPY, CHF, CAD, AUD, NZD, CNY, HKD, SGD, SEK, KRW), refreshed every minute with an honest market-open/stale flag, PLUS the official ECB daily reference table for ~30 currencies. Derive any cross-rate or pair. For agents pricing cross-border ops, treasury, invoicing
/m/bz-x402-ottoai-services/fx-rates0.001 USDC
Hyperliquid Market
Hyperliquid perpetuals market data: live mark/oracle price, funding rate, open interest, max leverage, and size specs for any tradable asset.
/m/bz-x402-ottoai-services/hyperliquid-market0.001 USDC
Token Details
Token price, market cap, volume, supply, and basic metrics. Works for any listed token.
/m/bz-x402-ottoai-services/token-details0.001 USDC
Tradfi Data
TradFi macro intelligence: indices, VIX, DXY, treasury yields, commodities, and individual stock quotes with moving average context.
/m/bz-x402-ottoai-services/tradfi-data0.003 USDC
Tweet Search
Search X/Twitter for any query and get the actual matching tweets — keyword, $CASHTAG, from:handle (a user timeline), @handle (mentions), or boolean OR. Each tweet returns author, full text (long-form note tweets included), timestamp, likes and retweets (reply/quote counts when available). Most-recent-first for real-time monitoring and alerting. Live X search backend, pay-per-call USDC, structured
/m/bz-x402-ottoai-services/tweet-search0.005 USDC
Twitter Summary
Quick pulse check from crypto Twitter. Breaking news, trending narratives, and sentiment shifts at a glance.
/m/bz-x402-ottoai-services/twitter-summary0.001 USDC
Weather
Live weather for any city or lat/lon worldwide. Returns current conditions — temperature, feels-like, humidity, wind and sky — plus a 5-day forecast with daily highs/lows and precipitation probability. City names auto-geocode (no coordinates needed). Refreshed hourly with transparent freshness metadata. Keyless, pay-per-call, agent-ready JSON.
/m/bz-x402-ottoai-services/weather0.002 USDC
Yield Markets
DeFi yield farming markets with live APYs across Aave V3 and Morpho on Base, Ethereum, and other major chains. Find the best stablecoin yield (USDC) and ETH yield for idle capital: returns supply APY, TVL, and vault/market addresses per token, filterable by protocol, chain, or token symbol. Compare DeFi yield rates across lending markets and vaults before depositing.
/m/bz-x402-ottoai-services/yield-markets0.001 USDC

Machine-readable: openapi.json with x-payment-info offers.

Try it live

Run the full MPP flow from your browser: catch the 402, sign the payment with your wallet, and watch it settle on-chain.

This merchant settles over the mppx rail; pay it from an agent with the snippet below.

Pay with an agent

Any MPP or x402-compatible client works. With mppx, payment is automatic:

import { Mppx, evm } from 'mppx/client'
import { privateKeyToAccount } from 'viem/accounts'

const mppx = Mppx.create({
  methods: [evm({
    account: privateKeyToAccount(process.env.KEY),
    currencies: [evm.assets.base.USDC],
  })],
})

const res = await mppx.fetch('https://api.meshgateway.co/m/bz-x402-ottoai-services/base-season')
// 402 challenge signed and settled automatically; response includes Payment-Receipt

Or inspect the challenge yourself:

curl -i https://api.meshgateway.co/m/bz-x402-ottoai-services/base-season
# HTTP/1.1 402 Payment Required
# WWW-Authenticate: Payment id="…", method="evm", intent="charge", …