Animica x402 Directory

Directory / permitverdict.com

permitverdict.com/v1/oracle/attest

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 citable artifact for disputes and audit trails. The decision_id is signed by the same wallet that receives payment, so a counterparty can verify its origin offline.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://permitverdict.com/v1/oracle/attest'

# -> 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/attest'

Endpoint: https://permitverdict.com/v1/oracle/attest. 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.

Other endpoints on permitverdict.com

permitverdict.com/v1/oracle/resolve

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…

GET · $0.05

permitverdict.com/v1/oracle/verify

Re-resolve an attested settlement against the venues right now and report whether it still holds: CONFIRMED, CHANGED, or INDETERMINATE. Exchanges revise candle …

GET · $0.02

All 3 endpoints on permitverdict.com →