Animica x402 Directory

Directory / defi.halowerk.com

defi.halowerk.com/dex/quote

For a given chain, token pair and input amount, every connected DEX is queried through its own contracts: Uniswap V3 through the Quoter via eth_call across all fee tiers, constant-product pools through the pool maths on live reserves, Solidly-style pools through their own getAmountOut. Two-hop routes through the wrapped native token and the chain USDC are included, priced by chaining the hops exactly as a real swap would traverse them. Nothing is executed, submitted or handed to a router — every

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://defi.halowerk.com/dex/quote'

# -> 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://defi.halowerk.com/dex/quote'

Endpoint: https://defi.halowerk.com/dex/quote. Operated by defi.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 defi.halowerk.com

defi.halowerk.com/bridge/quote

Fetches live offers from a public bridge aggregator and reports for every option what arrives, what it costs in fees and gas, and how long it usually takes. The…

GET · $0.008

defi.halowerk.com/lending/health

Resolves pool, price oracle and data provider through the protocol address provider rather than hard-coded addresses, then reads every reserve the wallet touche…

GET · $0.006

defi.halowerk.com/mev/risk

Takes chain, token pair, input amount and slippage tolerance, finds the pool the trade would most likely use and reads its live state. The maximum the caller ca…

GET · $0.006

defi.halowerk.com/oracle/crosscheck

Reads a Chainlink aggregator directly from the chain, pulls Pyth and RedStone, queries public exchange tickers and derives spot plus a 30-minute TWAP from the d…

GET · $0.004

defi.halowerk.com/pool/liquidity

Resolves a pool either by address or by chain, token pair and DEX, then reads token0, token1, fee tier, reserves, in-range liquidity and the current tick straig…

GET · $0.005

defi.halowerk.com/yield/normalize

Resolves a pool in a public yield directory by chain, protocol and pool id or symbol, then rebuilds the number a buyer actually needs. Advertised total APY and …

GET · $0.006

All 7 endpoints on defi.halowerk.com →