Animica x402 Directory

Directory / chain.cyberwarex.com

chain.cyberwarex.com/ens

ENS name resolution in both directions on Ethereum mainnet. Pass name to resolve an ENS name to its address (forward), or pass address to get that address's primary ENS name (reverse, forward-verified so spoofed reverse records are rejected). Read straight from the ENS registry. Use it to turn vitalik.eth into an address, or to label a raw address with a human-readable name.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://chain.cyberwarex.com/ens'

# -> 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://chain.cyberwarex.com/ens'

Endpoint: https://chain.cyberwarex.com/ens. Operated by chain.cyberwarex.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 chain.cyberwarex.com

chain.cyberwarex.com/gas

Live gas market on any major EVM chain: current gas price, base fee and priority-fee percentiles (p25/p50/p75) in gwei, plus the estimated cost in native token …

GET · $0.002

chain.cyberwarex.com/price

Spot USD price for any crypto asset. Accepts a ticker symbol (eth, btc, sol), a CoinGecko id (ethereum), or an EVM token contract address. Returns the USD price…

GET · $0.002

chain.cyberwarex.com/token

ERC-20 token profile on any major EVM chain: on-chain metadata (name, symbol, decimals, total supply) read straight from the contract, joined with live DEX mark…

GET · $0.004

chain.cyberwarex.com/tx

Transaction lookup and decode on any major EVM chain. Turns a raw tx hash into agent-readable facts: success or failure status, block number, sender and recipie…

GET · $0.003

chain.cyberwarex.com/wallet

Wallet snapshot on any major EVM chain (base, ethereum, arbitrum, optimism, polygon): native balance, USDC balance, transaction count, contract-or-EOA flag, USD…

GET · $0.003

All 6 endpoints on chain.cyberwarex.com →