Re-resolve an attested settlement against the venues right now and report whether it still holds: CONFIRMED, CHANGED, or INDETERMINATE. Exchanges revise candle history and outages end, so an attestation proves what was said while only a fresh resolution proves it is still true. Pass a decision_id issued by /v1/oracle/attest.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://permitverdict.com/v1/oracle/verify' # -> 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/verify'
Endpoint: https://permitverdict.com/v1/oracle/verify. 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…
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…