Registry Detail · v0.3
Market Data API
Structured registry metadata for this demo x402 API — static preview only. No real payment execution.
Demo · static metadata preview
Example market data endpoint with x402 payment requirements on Base.
Example curl request
curl -i "https://server.api20.xyz/market"
Example HTTP 402 response
{
"x402Version": 1,
"error": "Payment Required",
"message": "This is a demo x402 endpoint on server.api20.xyz",
"accepts": [
{
"scheme": "exact",
"network": "base",
"maxAmountRequired": "2000",
"resource": "https://server.api20.xyz/market",
"description": "Market Data API — demo endpoint (0.002 USDC per request)",
"payTo": "0x0000000000000000000000000000000000000000",
"asset": "USDC",
"mimeType": "application/json"
}
]
}
Registry metadata JSON
{
"id": "market-data-api",
"name": "Market Data API",
"category": "Finance",
"endpoint": "https://server.api20.xyz/market",
"network": "base",
"asset": "USDC",
"price": "0.002",
"paymentProtocol": "x402",
"mcpReady": "planned",
"builderCode": "planned",
"attributionStandard": "ERC-8021 research",
"status": "demo",
"description": "Example market data endpoint with x402 payment requirements on Base."
}
Disclaimer: Demo/static registry preview only. No real payment execution. MCP support and Builder Codes support are research/planned only. API20 is not affiliated with Coinbase, Base, or any official x402 organization.