Resolves an address into its ENS reverse record on a given chain, with batch support up to 50 addresses and per-address chain scoping via interop addresses.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://api.justaname.id/ens/v2/reverse' # -> 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://api.justaname.id/ens/v2/reverse'
Endpoint: https://api.justaname.id/ens/v2/reverse. Operated by api.justaname.id, 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.
Resolves an ENS name into its addresses, text records, and content hash, with batch support up to 50 names and per-name chain scoping via interop addresses.