{"components": {"securitySchemes": {"X402Payment": {"description": "Base64 x402 v2 payment payload; X-PAYMENT is also accepted for v1 clients.", "in": "header", "name": "PAYMENT-SIGNATURE", "type": "apiKey"}}}, "externalDocs": {"description": "MCP and API quickstart", "url": "https://liquilens-undertow.com/developers/"}, "info": {"description": "Cross-market liquidity, exit-cost and attestation data. Free discovery and summaries; full-fidelity routes use x402. Research and market data, not investment advice.", "title": "Undertow Attested Feed API", "version": "1.9.0"}, "openapi": "3.1.0", "paths": {"/undertow/x402/": {"get": {"operationId": "discoverUndertowFeed", "responses": {"200": {"content": {"application/json": {"schema": {"additionalProperties": true, "type": "object"}}}, "description": "Successful JSON response"}}, "summary": "Discover free and paid feed routes"}}, "/undertow/x402/.well-known/x402": {"get": {"operationId": "getX402Manifest", "responses": {"200": {"content": {"application/json": {"schema": {"additionalProperties": true, "type": "object"}}}, "description": "Successful JSON response"}}, "summary": "Read the machine-payment manifest"}}, "/undertow/x402/board": {"get": {"operationId": "getFullLiquidityBoard", "responses": {"200": {"content": {"application/json": {"schema": {"additionalProperties": true, "type": "object"}}}, "description": "Successful JSON response"}, "402": {"description": "Payment required; body and headers carry an x402 offer"}, "503": {"description": "Payment rail is not configured on this deployment"}}, "security": [{}, {"X402Payment": []}], "summary": "Read the full board or a bounded free taste"}}, "/undertow/x402/feed": {"get": {"operationId": "getAttestedFeed", "responses": {"200": {"content": {"application/json": {"schema": {"additionalProperties": true, "type": "object"}}}, "description": "Successful JSON response"}, "402": {"description": "Payment required; body and headers carry an x402 offer"}, "503": {"description": "Payment rail is not configured on this deployment"}}, "security": [{}, {"X402Payment": []}], "summary": "Buy the full attested feed bundle"}}, "/undertow/x402/flows": {"get": {"operationId": "getInstitutionalFlows", "responses": {"200": {"content": {"application/json": {"schema": {"additionalProperties": true, "type": "object"}}}, "description": "Successful JSON response"}}, "summary": "Read public UST futures positioning and wake detection"}}, "/undertow/x402/health": {"get": {"operationId": "getUndertowFeedHealth", "responses": {"200": {"content": {"application/json": {"schema": {"additionalProperties": true, "type": "object"}}}, "description": "Successful JSON response"}}, "summary": "Check artifact freshness and payment-rail state"}}, "/undertow/x402/pack/{name}": {"get": {"operationId": "getUndertowPack", "parameters": [{"in": "path", "name": "name", "required": true, "schema": {"enum": ["crossover", "crypto_desk", "exit_cost_bands", "invariance", "quantum_watch", "reconcile", "sealed_calls", "slippage_dist", "strategy"], "type": "string"}}], "responses": {"200": {"content": {"application/json": {"schema": {"additionalProperties": true, "type": "object"}}}, "description": "Successful JSON response"}, "402": {"description": "Payment required; body and headers carry an x402 offer"}, "404": {"description": "Unknown pack"}, "503": {"description": "Payment rail is not configured on this deployment"}}, "security": [{}, {"X402Payment": []}], "summary": "Read a named free pointer or paid full-fidelity pack"}}, "/undertow/x402/reconcile": {"get": {"operationId": "getVenueReconciliation", "responses": {"200": {"content": {"application/json": {"schema": {"additionalProperties": true, "type": "object"}}}, "description": "Successful JSON response"}}, "summary": "Read the free venue-dislocation headline"}}, "/undertow/x402/riptide": {"get": {"operationId": "getRiptideDossier", "responses": {"200": {"content": {"application/json": {"schema": {"additionalProperties": true, "type": "object"}}}, "description": "Successful JSON response"}, "402": {"description": "Payment required; body and headers carry an x402 offer"}, "503": {"description": "Payment rail is not configured on this deployment"}}, "security": [{}, {"X402Payment": []}], "summary": "Read the conditional SOFR-pop dossier"}}, "/undertow/x402/summary": {"get": {"operationId": "getUndertowSummary", "responses": {"200": {"content": {"application/json": {"schema": {"additionalProperties": true, "type": "object"}}}, "description": "Successful JSON response"}}, "summary": "Read the free cross-market liquidity tier row"}}}, "servers": [{"url": "https://api.seiche.info"}]}