defi.halowerk.com publishes 7 machine-payable endpoints over the x402 protocol, priced from $0.004 to $0.008 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /bridge/quote | GET | $0.008 | 402 |
| /dex/quote | GET | $0.005 | 402 |
| /lending/health | GET | $0.006 | 402 |
| /mev/risk | GET | $0.006 | 402 |
| /oracle/crosscheck | GET | $0.004 | 402 |
| /pool/liquidity | GET | $0.005 | 402 |
| /yield/normalize | GET | $0.006 | 402 |
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 security model is given equal weight to…
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 throug…
Resolves pool, price oracle and data provider through the protocol address provider rather than hard-coded addresses, then reads every reserve the wallet touches: collateral amounts, variable and stab…
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 can lose is arithmetic and exact: the gap …
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 deepest Uniswap V3 pool of the asset agai…
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 straight from the contract. Exit impact is not…
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 a conservative APY are reported separate…