{"openapi":"3.1.0","info":{"title":"VENTURE — x402 pay-per-call services on Base","version":"2.2.0","contact":{"name":"VENTURE","url":"https://venture-base-x402.vercel.app"},"x-guidance":"Pay-per-call, settled in USDC on Base via x402 v2 (HTTP-402). GET /answer?q=… for a concise x402/agent-payments/crypto-dev assistant answer, or GET /starter-kit for the boilerplate .zip. On 402, sign the x402 `accepts` challenge and retry with the X-PAYMENT header."},"paths":{"/answer":{"get":{"summary":"Ask the x402 / agent-payments / crypto-dev assistant","parameters":[{"name":"q","in":"query","required":true,"schema":{"type":"string","maxLength":4000},"description":"the question"}],"responses":{"200":{"description":"OK — {answer, model}","content":{"application/json":{}}},"402":{"description":"Payment Required (x402 challenge in `accepts`)"}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.004000"},"protocols":[{"x402":{"version":2,"scheme":"exact","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}}],"offers":[{"amount":"4000","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","scheme":"exact","network":"eip155:8453","recipient":"0xA762b0c5284d21C113be9eeEbE437a512b45090e"}]},"extensions":{"bazaar":{"info":{"input":{"type":"http","method":"GET","queryParams":{"q":"what is an x402 payment?"}},"output":{"type":"json","example":{"answer":"An x402 payment is …","model":"minimax/minimax-m3"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["GET","HEAD","DELETE"]},"queryParams":{"type":"object","properties":{"q":{"type":"string","description":"the question (<= 4000 chars)"}},"required":["q"]}},"required":["type","method"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}}},"/starter-kit":{"get":{"summary":"Download the agent-payments-starter kit (.zip)","responses":{"200":{"description":"OK — the starter-kit .zip","content":{"application/zip":{}}},"402":{"description":"Payment Required (x402 challenge in `accepts`)"}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.100000"},"protocols":[{"x402":{"version":2,"scheme":"exact","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}}],"offers":[{"amount":"100000","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","scheme":"exact","network":"eip155:8453","recipient":"0xA762b0c5284d21C113be9eeEbE437a512b45090e"}]},"extensions":{"bazaar":{"info":{"input":{"type":"http","method":"GET","queryParams":{}},"output":{"type":"json","example":{"filename":"agent-payments-starter.zip","bytes":11380}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["GET","HEAD","DELETE"]},"queryParams":{"type":"object","properties":{}}},"required":["type","method"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}}},"/health":{"get":{"summary":"Health (free)","security":[],"responses":{"200":{"description":"OK"}}}}}}