Animica x402 Directory

Directory / x402.halowerk.com

x402.halowerk.com/settlement/verify

Reads the receipt of a transaction on Ethereum, Base, Base Sepolia, OP Mainnet, Arbitrum One, Polygon PoS or Avalanche C-Chain and compares it with what you expected to be paid. The comparison runs against the ERC-20 transfer events in the receipt, not against the transaction recipient, because in a token payment the transaction recipient is the token contract and never the seller. Returns every transfer event with sender, recipient, token, raw amount and human amount computed with that token de

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://x402.halowerk.com/settlement/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://x402.halowerk.com/settlement/verify'

Endpoint: https://x402.halowerk.com/settlement/verify. Operated by x402.halowerk.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 x402.halowerk.com

x402.halowerk.com/benchmark/price

Reads the public x402 Bazaar catalogue and finds offers comparable to yours, either from a resource_url whose 402 challenge is fetched without paying, or from a…

GET · $0.006

x402.halowerk.com/channel/audit

Checks vouchers of a payment channel by computation only - nothing is ever claimed, redeemed or refunded. Signatures are verified cryptographically against the …

GET · $0.006

x402.halowerk.com/facilitator/health

Asks every known facilitator what it supports and measures how long that answer takes. Reachability, supported chains, supported assets, supported schemes and t…

GET · $0.003

x402.halowerk.com/guard/replay

A stateful duplicate check for agents that settle x402 payments. Supply any of payment_id, payload_hash and nonce; each is hashed with SHA-256 before storage, s…

GET · $0.002

x402.halowerk.com/offer/parse

Fetches the 402 challenge of a foreign endpoint without paying anything — no payment header, no signature, no settlement — or parses a challenge you already hol…

GET · $0.002

x402.halowerk.com/offer/validate

Validates a 402 challenge — fetched from a URL without paying, or supplied directly — against PaymentRequiredV1Schema and PaymentRequiredV2Schema of the install…

GET · $0.002

x402.halowerk.com/policy/check

A stateless rule check for agents that pay for x402 endpoints. You supply the proposed payment, your policy and the amounts already spent this hour and this day…

GET · $0.002

x402.halowerk.com/receipt/verify

Cryptographic verification of the offer-receipt extension of x402. Accepts a signed offer in eip712, jws or eip191 form — either bundled as {format, payload, si…

GET · $0.003

x402.halowerk.com/reconcile

Reads all incoming ERC-20 transfers of one token to one address within a block or time window and matches them against the receipts you supply. Matching runs fi…

GET · $0.008

x402.halowerk.com/route/optimize

Takes what the caller holds and what the seller accepts and works out which combinations can settle the amount. All costs are brought into USD, otherwise no com…

GET · $0.005

All 11 endpoints on x402.halowerk.com →