A specialized set of payment-gated endpoints by GenesisBlock. USDC micropayments on Base Sepolia, settled through Coinbase's CDP facilitator. Optimized for high-throughput AI agents and autonomous crawlers.
GenesisBlock endpoints are x402-enabled — verified bots pay the cheapest tier, unverified bots pay 5–10× more. No free tier. All responses use the { data, meta } envelope.
https://x402-test.genesisblock.ai/api/jokefrom $0.001GenesisBlock: Fresh programming and general jokes for AI agents.
https://x402-test.genesisblock.ai/api/weatherfrom $0.001GenesisBlock: Current weather conditions for major global cities.
https://x402-test.genesisblock.ai/api/market-newsfrom $0.002GenesisBlock: Real-time equity market headlines and index tracking.
https://x402-test.genesisblock.ai/api/crypto-newsfrom $0.002GenesisBlock: Breaking crypto news and real-time price tickers.
https://x402-test.genesisblock.ai/api/fashionfrom $0.001GenesisBlock: Daily fashion trends and style insights for creative agents.
https://x402-test.genesisblock.ai/api/politicsfrom $0.001GenesisBlock: Global political headlines and policy update summaries.
https://x402-test.genesisblock.ai/api/sportsfrom $0.002GenesisBlock: Latest sports scores and breaking news across major leagues.
For high-performance agent integration, we recommend using the @x402/fetch client library which handles the 402 handshake automatically.
import { payFetch } from '@x402/fetch';
const res = await payFetch('https://x402-test.genesisblock.ai/api/joke', {
wallet: myCdpWallet,
maxAmount: '1000' // $0.001 USDC
});
const { data } = await res.json();