{"openapi":"3.1.0","info":{"title":"Base Launch Intelligence API","version":"0.1.0","description":"Base launch screening and token due diligence with verified evidence, market-quality analysis, risk flags, exclusions, and ranked conclusions. Paid per request with x402. Price: $0.01 USDC on eip155:8453."},"servers":[{"url":"https://x402-crypto-research-api-production.up.railway.app"}],"paths":{"/research":{"post":{"operationId":"researchCryptoTopic","summary":"Generate Base launch intelligence or token due diligence","description":"Requires an x402 payment of $0.01 USDC on eip155:8453.","x-payment-info":{"price":"$0.01","currency":"USDC","network":"eip155:8453","protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"topic":{"type":"string","minLength":3,"maxLength":500}},"required":["topic"],"additionalProperties":false}}}},"responses":{"200":{"description":"Fresh research report after successful payment","content":{"application/json":{"schema":{"type":"object","properties":{"topic":{"type":"string"},"report":{"type":"string"},"sources":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string"},"url":{"type":"string","format":"uri"}},"required":["title","url"]}},"researchedAt":{"type":"string","format":"date-time"}},"required":["topic","report","sources","researchedAt"]}}}},"400":{"description":"Invalid topic"},"402":{"description":"x402 payment required"},"502":{"description":"Research provider failed; payment is not settled"}}}},"/demo":{"get":{"operationId":"getDemoReport","summary":"Inspect a free static response example","responses":{"200":{"description":"Static example; not current research"}}}},"/health":{"get":{"operationId":"getHealth","summary":"Check service availability","responses":{"200":{"description":"Service is running"}}}}}}