{"openapi":"3.1.0","info":{"title":"Claim SOL Read-only Recovery API","version":"1.0.0","description":"Public-address scans and product facts. This API never accepts private keys and never signs or broadcasts transactions.","license":{"name":"Proprietary preview"}},"servers":[{"url":"https://recoversolrent.com","description":"Configured canonical production host"}],"tags":[{"name":"Discovery","description":"Read-only blockchain reserve discovery"},{"name":"Product","description":"Stable product facts and launch state"}],"paths":{"/api/scan":{"post":{"operationId":"scanSolanaWallet","tags":["Discovery"],"summary":"Scan Solana token accounts","description":"Reads both SPL Token and Token-2022 accounts owned by a public Solana address.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"wallet":{"type":"string"}},"required":["wallet"],"additionalProperties":false}}}},"responses":{"200":{"description":"Current public token-account state","content":{"application/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid public address","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"RPC unavailable","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"],"additionalProperties":false}}}}}}},"/api/recovery-scan":{"post":{"operationId":"scanCryptoReserves","tags":["Discovery"],"summary":"Scan non-Solana reserve candidates","description":"Reads current public state for Algorand, Stellar, XRP Ledger, NEAR, or Sui. NEAR and Sui results are estimates.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"properties":{"chain":{"type":"string","enum":["algorand","stellar","xrpl","near","sui"]},"address":{"type":"string"},"contract":{"type":"string","description":"Required only for NEAR."}},"required":["chain","address"]}}}},"responses":{"200":{"description":"Current candidates and reserve estimate","content":{"application/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid input","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"],"additionalProperties":false}}}},"404":{"description":"Address not found","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"],"additionalProperties":false}}}},"503":{"description":"Network endpoint unavailable","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"],"additionalProperties":false}}}}}}},"/api/pricing":{"get":{"operationId":"getPricing","tags":["Product"],"summary":"Get disclosed success-fee terms","responses":{"200":{"description":"Pricing and referral split","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/api/health":{"get":{"operationId":"getHealth","tags":["Product"],"summary":"Get capability and launch readiness","responses":{"200":{"description":"Current readiness state","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/api/capabilities":{"get":{"operationId":"getCapabilities","tags":["Product"],"summary":"Discover web, API, MCP, CLI, and chain capabilities","responses":{"200":{"description":"Machine-readable product capabilities","content":{"application/json":{"schema":{"type":"object"}}}}}}}}}