pay.ansht.tech publishes 3 machine-payable endpoints over the x402 protocol, priced from $0.005 to $0.05 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /v1/decode | GET | $0.005 | 402 |
| /v1/kamino-liquidation | GET | $0.05 | 402 |
| /v1/simulate | GET | $0.005 | 402 |
Decode a Solana transaction into structured instructions, program ids (named), accounts and a human summary. Accepts a base64 serialized transaction (offline) or a landed signature (RPC jsonParsed). U…
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.
Simulate a Solana transaction against live mainnet state before signing. Returns compute units, logs, state changes and failure reasons - via a paid RPC the agent does not have.