{"schema_version":"v1","name":"x402-market","display_name":"x402 Market","description":"Machine-payable API marketplace. Every listed API settles per call via the x402 protocol using USDC on Base mainnet. Agents discover, pay, and consume APIs without a human in the loop.","documentation_url":"https://github.com/AsaiShota/x402-market","contact":{"repo":"https://github.com/AsaiShota/x402-market","issues":"https://github.com/AsaiShota/x402-market/issues"},"discovery":{"catalog":"https://x402-market-api.lien-studio-akiyama.workers.dev/catalog","listing_detail":"https://x402-market-api.lien-studio-akiyama.workers.dev/listing/{slug}","openapi":"https://x402-market-api.lien-studio-akiyama.workers.dev/openapi.json","llms_txt":"https://x402-market-api.lien-studio-akiyama.workers.dev/.well-known/llms.txt"},"capabilities":[{"name":"browse_catalog","description":"Enumerate active marketplace listings (optional category filter).","endpoint":"GET /catalog[/{category}]"},{"name":"get_listing_details","description":"Full schema, examples, when_to_use, output_format_description for one listing.","endpoint":"GET /listing/{slug}"},{"name":"pay_and_call_api","description":"Invoke a listing: first call returns 402 with payment instructions; resend with X-Payment header (tx hash) after broadcasting USDC.","endpoint":"POST /api/{seller_slug}/{listing_slug}"},{"name":"claim_refund","description":"Request a refund on a previous paid call. Auto-approved on upstream failure or >30s latency.","endpoint":"POST /refund/{api_call_id}","auth":"X-Wallet-Auth (wallet signature)"}],"payment_methods":[{"type":"x402","version":1,"chains":["base-mainnet"],"chain_ids":[8453],"assets":["USDC"],"asset_addresses":{"USDC":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"},"scheme":"exact","min_amount_usdc":"0.01","max_amount_usdc":"0.1","settlement":"on-chain receipt verification (no facilitator required)"}],"mcp_servers":[{"name":"@x402-market/mcp-server","registry":"npm","transport":"stdio","install":"npx -y @x402-market/mcp-server","registry_id":"io.github.AsaiShota/mcp-server"}],"listings":[{"slug":"test-echo-cdp-high","seller_slug":"seller-4068b8fc","name":"Echo (Coinbase Facilitator) — price-floor test","category":"data","tags":["test","integration","echo","cdp","bazaar","price-floor-test"],"price_usdc":"0.1","endpoint":"https://x402-market-api.lien-studio-akiyama.workers.dev/api/seller-4068b8fc/test-echo-cdp-high","detail":"https://x402-market-api.lien-studio-akiyama.workers.dev/listing/test-echo-cdp-high"},{"slug":"test-echo-cdp-fresh","seller_slug":"seller-4068b8fc","name":"Echo (Coinbase Facilitator) fresh","category":"data","tags":["test","integration","echo","cdp","bazaar","real-time"],"price_usdc":"0.01","endpoint":"https://x402-market-api.lien-studio-akiyama.workers.dev/api/seller-4068b8fc/test-echo-cdp-fresh","detail":"https://x402-market-api.lien-studio-akiyama.workers.dev/listing/test-echo-cdp-fresh"},{"slug":"test-echo-cdp-2","seller_slug":"seller-4068b8fc","name":"Echo (Coinbase Facilitator) #2","category":"data","tags":["test","integration","echo","cdp","bazaar","real-time"],"price_usdc":"0.01","endpoint":"https://x402-market-api.lien-studio-akiyama.workers.dev/api/seller-4068b8fc/test-echo-cdp-2","detail":"https://x402-market-api.lien-studio-akiyama.workers.dev/listing/test-echo-cdp-2"},{"slug":"test-echo-cdp","seller_slug":"seller-4068b8fc","name":"Echo (Coinbase Facilitator)","category":"data","tags":["test","integration","echo","cdp","bazaar","real-time"],"price_usdc":"0.01","endpoint":"https://x402-market-api.lien-studio-akiyama.workers.dev/api/seller-4068b8fc/test-echo-cdp","detail":"https://x402-market-api.lien-studio-akiyama.workers.dev/listing/test-echo-cdp"},{"slug":"test-echo-prod","seller_slug":"seller-4068b8fc","name":"Test Echo API","category":"data","tags":["test","integration","echo","real-time"],"price_usdc":"0.01","endpoint":"https://x402-market-api.lien-studio-akiyama.workers.dev/api/seller-4068b8fc/test-echo-prod","detail":"https://x402-market-api.lien-studio-akiyama.workers.dev/listing/test-echo-prod"},{"slug":"test-echo","seller_slug":"seller-4068b8fc","name":"Test Echo API","category":"data","tags":["test","integration","echo","real-time"],"price_usdc":"0.01","endpoint":"https://x402-market-api.lien-studio-akiyama.workers.dev/api/seller-4068b8fc/test-echo","detail":"https://x402-market-api.lien-studio-akiyama.workers.dev/listing/test-echo"},{"slug":"npb-predict","seller_slug":"platform","name":"NPB Game Outcome Predictor","category":"sports","tags":["sports","baseball","japan","npb","prediction","real-time"],"price_usdc":"0.05","endpoint":"https://x402-market-api.lien-studio-akiyama.workers.dev/api/platform/npb-predict","detail":"https://x402-market-api.lien-studio-akiyama.workers.dev/listing/npb-predict"}]}