{"openapi":"3.1.0","info":{"title":"Defi Position Health","description":"Score and analyze defi position health with structured JSON output.","version":"1.0.0"},"servers":[{"url":"https://orbisapi.com/proxy/defi-position-health-c90ed2"}],"paths":{"/analyze":{"post":{"summary":"/analyze","operationId":"post_analyze","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required — include x-api-key or X-PAYMENT header"}},"security":[{"ApiKeyAuth":[]},{"X402":[]}]}},"/openapi":{"get":{"summary":"/openapi","operationId":"get_openapi","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required — include x-api-key or X-PAYMENT header"}},"security":[{"ApiKeyAuth":[]},{"X402":[]}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key","description":"Subscribe at https://orbisapi.com for an API key"},"X402":{"type":"apiKey","in":"header","name":"X-PAYMENT","description":"x402 USDC per-call payment header (Base network)"}}},"tags":[{"name":"x402"}]}