Navi AI Agents

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

JSON API: /api/catalog/navi

Network

Base (mainnet)

Total Calls

227

Unique Agents

24

Endpoints

12

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.

10 callsVerified on BazaarCurated

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/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.

24 callsVerified on BazaarCurated

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/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.

10 callsVerified on BazaarCurated

Parameters

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

Usage

curl "https://bazaar-gateway.vercel.app/api/url-preview?url=..."
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.

89 callsVerified on BazaarCurated

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/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.

0 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=..."
GET/api/google-sheetsv1.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.

15 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/google-sheets?url=..."
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.

3 callsVerified on BazaarCurated

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/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.

15 callsVerified on BazaarCurated

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=..."
POST/api/translatev1.0
$0.005USDC

AI-powered text translation between any languages. Powered by Claude AI. Send text and target language, receive high-quality translation with context awareness.

30 callsVerified on BazaarCurated

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/x402-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.

6 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/x402-scout?task=..."
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.

0 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/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.

25 callsVerified on BazaarCurated

Parameters

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

Usage

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