{"openapi":"3.0.0","info":{"title":"Crypto Tax & Compliance API","version":"1.0.0","description":"Taxable events guide, capital gains calculator, cost basis methods comparison and crypto tax rules by country. Built for AI tax and compliance agents."},"servers":[{"url":"https://crypto-tax-compliance-api.vercel.app"}],"paths":{"/tax/events":{"get":{"summary":"List all taxable crypto events","responses":{"200":{"description":"Events"}}}},"/tax/capital-gains":{"get":{"summary":"Calculate capital gains tax","responses":{"200":{"description":"Tax calc"}}}},"/tax/cost-basis":{"post":{"summary":"Compare cost basis methods","responses":{"200":{"description":"Cost basis"}}}},"/tax/by-country":{"get":{"summary":"Crypto tax rules by country","responses":{"200":{"description":"Country rules"}}}},"/tax/countries":{"get":{"summary":"List supported countries","responses":{"200":{"description":"Countries"}}}},"/openapi":{"get":{"summary":"OpenAPI spec","responses":{"200":{"description":"Spec"}}}}}}