Kamino lending liquidation risk for any Solana wallet: current LTV vs liquidation LTV, health buffer, per-asset liquidation prices and risk tier. Ported on-chain math, not an estimate.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://pay.ansht.tech/v1/kamino-liquidation' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://pay.ansht.tech/v1/kamino-liquidation'
Endpoint: https://pay.ansht.tech/v1/kamino-liquidation. Operated by pay.ansht.tech, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Decode a Solana transaction into structured instructions, program ids (named), accounts and a human summary. Accepts a base64 serialized transaction (offline) o…
Simulate a Solana transaction against live mainnet state before signing. Returns compute units, logs, state changes and failure reasons - via a paid RPC the age…