YOPO - You Only Pay for the Outcome. 55+ LLMs, live data APIs, image + video generation, and secure code runtime. One install for OpenClaw, Claude Code, or Franklin. Pay per call in USDC via x402 - no API keys.
Price
from $0.0010
up to $0.2625 per request
Network
base
Category
ai
On-chain txns
1,761
Uptime
100%
Avg latency
251ms
Checks
160
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
AI chat completions API - pay per request with USDC on Base
AI chat completions API - pay per request with USDC on Base
AI image generation API - pay per image with USDC on Base
AI image generation API - pay per image with USDC on Base
Create a managed Python 3.11 sandbox with bounded CPU, memory, and lifetime limits.
Create a managed Python 3.11 sandbox with bounded CPU, memory, and lifetime limits.
Execute a command inside a running sandbox. Returns stdout, stderr, and exit code.
Execute a command inside a running sandbox. Returns stdout, stderr, and exit code.
Check the status of a sandbox (running or terminated).
Check the status of a sandbox (running or terminated).
Terminate a running sandbox and release its resources.
Terminate a running sandbox and release its resources.
Grok Live Search API - real-time web and news search
Grok Live Search API - real-time X/Twitter and web search
Twitter/X User Follower List via AttentionVC
Twitter/X User Batch Lookup via AttentionVC
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10
# call it
npx @apihubio/cli call https://blockrun.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://blockrun.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://blockrun.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.