Navi AI Agents

AI-agent-payable API endpoints. Pay with USDC, receive data instantly.

JSON API: /api/catalog/navi

Network

Base (mainnet)

Total Calls

1,309

Unique Agents

228

Endpoints

15

GET/api/crypto-pricesv1.0
$0.001USDC

Real-time cryptocurrency prices for BTC, ETH, SOL, and other major coins. Data sourced from CoinGecko. Returns current price in USD, 24h change percentage, and market cap.

122 callsCurated

Parameters

coinsstringComma-separated list of coin IDs (e.g. bitcoin,ethereum,solana). Defaults to bitcoin,ethereum,solana if not provided.

Usage

curl "https://bazaar-gateway.vercel.app/api/crypto-prices?coins=..."
GET/api/weatherv1.0
$0.001USDC

Real-time weather data and 3-day forecast for any location worldwide. Accepts city name or lat/lon coordinates. Returns temperature, humidity, wind, precipitation, and conditions. Powered by Open-Meteo.

541 callsCurated

Parameters

latstringLatitude (e.g. 1.3521). Use with lon.
lonstringLongitude (e.g. 103.8198). Use with lat.
locationstringCity or place name (e.g. Singapore, Paris, New York). Alternative to lat/lon.

Usage

curl "https://bazaar-gateway.vercel.app/api/weather?lat=..."
GET/api/url-previewv1.0
$0.001USDC

Fast link preview extractor — returns OpenGraph/Twitter Card metadata (title, description, image, favicon, site name, canonical URL, language) for any public URL. Perfect for agents that need to scan many links quickly before deciding which ones deserve deep analysis via /api/web-intelligence ($0.005). 5x cheaper than full AI analysis. Latency ~300-800ms.

18 callsCurated

Parameters

urlstringFull URL to preview (http:// or https://)

Usage

curl "https://bazaar-gateway.vercel.app/api/url-preview?url=..."
GET/api/timestampv1.0
$0.001USDC

Current date, time, and timestamp for any timezone worldwide. Returns UTC and local timestamps, unix epoch, day of week. Useful for scheduling, logging, and time-aware operations.

34 callsCurated

Parameters

timezonestringIANA timezone name (e.g. America/New_York, Europe/Paris, Asia/Singapore, Asia/Tokyo). Defaults to UTC.

Usage

curl "https://bazaar-gateway.vercel.app/api/timestamp?timezone=..."
GET/api/usd-fx-ratesv1.0
$0.002USDC

Real-time USD exchange rates to 160+ currencies (EUR, GBP, JPY, CNY, and more), updated daily. Useful for AI agents that pay in USDC and need to convert or display prices in other currencies. Returns the rate of 1 USD against every supported currency plus the last-update timestamp. No API key required.

4 calls

Parameters

Usage

curl "https://bazaar-gateway.vercel.app/api/usd-fx-rates?undefined=..."
GET/api/crypto-indicatorv1.0
$0.003USDC

Deep dive on one crypto macro indicator: definition, formula, exact status thresholds, current value, recent stats and a 30-point history, plus an agent reading guide. Valid names: fear-greed, btc-dominance, funding-rates, mvrv-zscore, hash-rate, active-addresses, net-liquidity, stablecoin-supply, altcoin-mcap.

6 callsCurated

Parameters

namestringIndicator id: fear-greed | btc-dominance | funding-rates | mvrv-zscore | hash-rate | active-addresses | net-liquidity | stablecoin-supply | altcoin-mcap

Usage

curl "https://bazaar-gateway.vercel.app/api/crypto-indicator?name=..."
GET/api/sheets-readerv1.0
$0.003USDC

Reads any shared online spreadsheet as typed JSON: paste the document URL or ID, get typed columns, rows, pagination, optional per-cell formatting (colors, bold). Works with view-only share links; private documents get clear setup instructions before any payment.

3 callsCurated

Parameters

urlstringFull spreadsheet URL or just the document ID
limitnumberMax rows to return (default 500, max 2000)
sheetstringTab name or gid (default: first tab)
offsetnumberRows to skip for pagination (default 0)
include_formattingbooleanIf true, adds per-cell formatting: colors, bold, alignment (default false)

Usage

curl "https://bazaar-gateway.vercel.app/api/sheets-reader?url=..."
POST/api/translatev1.0
$0.004USDC

AI-powered text translation between any languages. Powered by Claude AI. Send text and target language, receive a high-quality translation with context awareness. Usage-based pricing from $0.004, scaled by text length and target language (up to $0.020 for long or non-Latin text). The exact price for your text is returned in the 402 payment challenge before you pay.

426 callsCurated

Parameters

textstringText to translate
target_languagestringTarget language (e.g. french, spanish, arabic, japanese)

Usage

curl "https://bazaar-gateway.vercel.app/api/translate?text=..."
GET/api/service-scoutv1.0
$0.005USDC

Finds the best paid services for a task. Describe what you need; returns the top 3 pay-per-call services ranked by real 30-day usage (calls, unique payers), price fit and metadata quality, with price, network and why_recommended for each. Live data from the agent-economy service index. The trust layer for agents deciding which service to pay.

4 callsCurated

Parameters

taskstringNatural-language description of what you need, e.g. 'translate text to japanese' or 'get crypto price history'
categorystringOptional category filter: inference | data | search | media | social | trading | infra
max_pricenumberOptional maximum price per call in USDC, e.g. 0.01

Usage

curl "https://bazaar-gateway.vercel.app/api/service-scout?task=..."
GET/api/page-contextv1.0
$0.005USDC

Production-grade web page intelligence for AI agents. Single canonical analysis block, structured repository sub-object for github/gitlab pages (stars/forks/language/topics), link taxonomy (internal | external | social_media | navigation | asset), links_summary aggregator, contextual next actions, 16+ boolean signals. Clean v2 response shape.

5 callsCurated

Parameters

urlstringThe URL of the web page to analyze (article, repo, product page, etc.)

Usage

curl "https://bazaar-gateway.vercel.app/api/page-context?url=..."
GET/api/crypto-healthv1.0
$0.005USDC

Instant crypto market health check: 9 macro indicators (Fear & Greed, BTC dominance, funding rates, MVRV Z-Score, hash rate, active addresses, US net liquidity, stablecoin supply, altcoin cap) each scored favorable/neutral/unfavorable with exact values, plus a global risk_on/mixed/risk_off verdict and a deterministic summary. No LLM, sub-second. Per-indicator deep dives available.

26 callsCurated

Parameters

Usage

curl "https://bazaar-gateway.vercel.app/api/crypto-health?undefined=..."
GET/api/web-intelligencev1.0
$0.005USDC

Zero-transform web page intelligence for AI agents. Extracts OpenGraph + Twitter Card + Article metadata + JSON-LD structured data. Generates AI analysis via Claude Haiku tool_use: summary (one_line/three_lines/key_points), entities (orgs/people/products/locations/money/dates), classification (sentiment, credibility, content_type, bias_indicators, is_opinion, is_sponsored). Returns 16+ boolean signals for programmatic decisions. One call replaces 7 agent steps.

18 callsCurated

Parameters

urlstringThe URL of the web page to analyze (e.g. https://techcrunch.com/article)

Usage

curl "https://bazaar-gateway.vercel.app/api/web-intelligence?url=..."
GET/api/hype-signalv1.0
$0.005USDC

Deep dive on one HYPE engine signal: definition, why it matters for the flywheel, buy/neutral/sell thresholds and the raw inputs behind the current status. Valid names include fees-30d, revenue-annualized, ps-ratio, funding, market-share, price-7d, open-interest, volume-24h, tvl-bridge, hip3-rwa, buybacks-af, staking, auction-hip3, mcap-fdv, momentum-rsi.

8 callsCurated

Parameters

namestringSignal id, e.g. fees-30d | ps-ratio | funding | market-share | buybacks-af | staking | hip3-rwa | momentum-rsi

Usage

curl "https://bazaar-gateway.vercel.app/api/hype-signal?name=..."
GET/api/hype-enginev1.0
$0.01USDC

Fundamentals engine for the HYPE token (Hyperliquid): live price, funding and open interest, fees and buyback flywheel, P/S valuation percentile, perp market share, unlock absorption and RSI timing - scored into 3 axes (engine health, climate, momentum) with a synthesized buy/hold/lighten recommendation and buy-zone detection. Proprietary methodology, deterministic, no LLM.

15 callsCurated

Parameters

Usage

curl "https://bazaar-gateway.vercel.app/api/hype-engine?undefined=..."
GET/api/market-reportv1.0
$0.02USDC

AI-generated cryptocurrency market analysis report. Fetches real-time prices from CoinGecko then uses Claude AI to generate a professional market analysis with trends, risks, and opportunities.

55 callsCurated

Parameters

coinsstringComma-separated coin IDs to analyze. Defaults to bitcoin,ethereum,solana.

Usage

curl "https://bazaar-gateway.vercel.app/api/market-report?coins=..."