get_exit_quote
EXIT LIQUIDITY on seized collateral: what a liquidator ACTUALLY realises selling a Kamino reserve into live routing, versus the oracle price the protocol marks it at. Returns max_exitable_usd (largest clip whose liquidator margin is still positive, found by bisection, with its resolution width), the exitable fraction, the conservative bound at the 2% penalty floor, and for the nearest clip actually probed: realised USD, haircut bps and liquidator margin bps. Distinguishes a router that REFUSES to quote a token (permissioning, not illiquidity) from a book with no route (a real liquidity finding) - they are different facts and were one status until this split. A terminal verdict requires six consecutive agreeing observations from the symbol's own tape, so a single bad quote cannot produce a finding; withheld verdicts fall back to the last corroborated measurement with its age rather than returning null. Zero bad debt today does not disprove any of this - it means nobody has been forced to test it at size. Method, corroboration rules and row counts are free via get_exit_method. Costs $0.02 USDC per call (x402, Solana mainnet).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | reserve symbol e.g. SPYx, cbBTC, FWDI, CRCLx (get_exit_method lists all covered) | |
| size_usd | No | clip size in USD you would need to exit; the nearest MEASURED clip is returned, never interpolated |