Settlement verdict for a crypto price event: did the asset trade or close above/below a threshold in a window? Returns YES/NO/DISPUTED/UNRESOLVED with per-venue evidence, touch-vs-close handling, and stated confidence. Built for prediction-market settlement and conditional-order agents.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://permitverdict.com/v1/oracle/resolve' # -> 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://permitverdict.com/v1/oracle/resolve'
Endpoint: https://permitverdict.com/v1/oracle/resolve. Operated by permitverdict.com, 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.
Attested settlement record: the full resolution plus a signed decision_id, an integrity hash over the evidence, and every candle that determined the outcome — a…
Re-resolve an attested settlement against the venues right now and report whether it still holds: CONFIRMED, CHANGED, or INDETERMINATE. Exchanges revise candle …