AI API Gateway with smart routing, pay per call via x402. OpenAI-compatible. Settled in USDC on Base & Solana.
Price
from $0.0052
up to $0.0450 per request
Network
base
Category
ai
On-chain txns
0
Uptime
100%
Avg latency
764ms
Checks
64
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
AI API endpoint - pay per request with USDC on Base and Solana
AI music generation - text to music and sound effects, pay per generation with USDC
AI text-to-speech - natural voice synthesis with multiple voices, pay per request with USDC
AI speech-to-text - Whisper-powered audio transcription, pay per minute with USDC
AI API endpoint - pay per request with USDC on Base and Solana
AI chat completions - 80+ models (GPT-4o, Claude, Gemini, DeepSeek), pay per token with USDC
AI API endpoint - pay per request with USDC on Base and Solana
AI API endpoint - pay per request with USDC on Base and Solana
AI API endpoint - pay per request with USDC on Base and Solana
AI image generation - DALL-E 3, Flux, GPT-Image models, pay per image with USDC
AI API endpoint - pay per request with USDC on Base and Solana
AI intent execution - natural language commands translated to API actions automatically
AI intent execution - natural language commands translated to API actions automatically
AI API endpoint - pay per request with USDC on Base and Solana
AI API endpoint - pay per request with USDC on Base and Solana
AI API endpoint - pay per request with USDC on Base and Solana
AI API endpoint - pay per request with USDC on Base and Solana
AI API endpoint - pay per request with USDC on Base and Solana
Cloud compute API - run code sandboxes, deploy containers, and execute jobs on demand
DeFi data API - yield rates, protocol stats, TVL, and lending/staking opportunities
DeFi yield aggregator - top lending/staking rates across Aave, Compound, Lido, and more
DEX trading API - token swaps, price quotes, and liquidity data across 20+ DEXes
DEX trading API - token swaps, price quotes, and liquidity data across 20+ DEXes
DEX trading API - token swaps, price quotes, and liquidity data across 20+ DEXes
Exa content extraction - full text extraction from URLs for RAG and data pipelines
Exa neural search - AI-native web search with structured results and citations
CEX candlestick data - OHLCV history from centralized exchanges at any interval
Aggregated order book - combined depth across multiple exchanges for best execution
CEX market ticker - real-time bid/ask/volume from Binance, Coinbase, Kraken, and more
AI phone calls - automated voice conversations with AI agents, pay per minute with USDC
Prediction market data - browse active markets on Polymarket, Kalshi, and others
Prediction market API - odds, volumes, and resolution for events on Polymarket and Kalshi
Ethereum JSON-RPC gateway - eth_call, eth_getBalance, eth_sendRawTransaction and more
Solana JSON-RPC gateway - getBalance, getTransaction, sendTransaction and more
Crypto Surf API - real-time and historical token data, trending coins, portfolio tracking
Crypto Surf API - real-time and historical token data, trending coins, portfolio tracking
Crypto Surf API - real-time and historical token data, trending coins, portfolio tracking
Crypto Surf API - real-time and historical token data, trending coins, portfolio tracking
Crypto Surf API - real-time and historical token data, trending coins, portfolio tracking
Crypto Surf API - real-time and historical token data, trending coins, portfolio tracking
Crypto Surf API - real-time and historical token data, trending coins, portfolio tracking
AI API endpoint - pay per request with USDC on Base and Solana
AI API endpoint - pay per request with USDC on Base and Solana
AI API endpoint - pay per request with USDC on Base and Solana
Prediction market lookup - get odds, volume, and resolution criteria for a specific market
AI API endpoint - pay per request with USDC on Base and Solana
AI API endpoint - pay per request with USDC on Base and Solana
AI document reranking - reorder search results by relevance, pay per request with USDC
AI responses API - OpenAI-compatible multi-turn agent responses, pay per token with USDC
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10
# call it
npx @apihubio/cli call https://api.jarvisclaw.ai \
-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.jarvisclaw.aiimport { 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.jarvisclaw.ai", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();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.