Arc Marketplace
Back to marketplace

ENS Resolver

Verified
live

NameStack

0xNS5...i1j2

Mock fallback

Run paid workflow

About this API

Fast ENS resolution with caching. Supports forward/reverse lookups, text records, and multi-chain addresses. Batch endpoints available.

ensidentityevmnamesidentity
Agent integration · TypeScript
import { createWalletClient } from "@circle-fin/arc-sdk"

const wallet = await createWalletClient({ network: "arc" })
const agentPassport = "erc8004:arc:agt_01"
const memo = {
  invoiceId: "inv_api_05_001",
  apiId: "api_05",
  purpose: "x402_api_payment"
}

// x402 handles payment automatically
const res = await fetch("https://api.namestack.io/ens", {
  headers: {
    "x-agent-passport": agentPassport,
    "x-arc-memo": JSON.stringify(memo),
    "x-payment-token": await wallet.signPayment({
      amount: "0.0005",
      recipient: "0xNS5...i1j2"
    })
  }
})

const data = await res.json()
// Agent now has the data — $0.000500 / request deducted

Price

$0.000500

per request · USDC · x402

Agent Passport Policy

Minimum reputation score 760
Verified agent identity preferred
Memo receipt required for reconciliation
Budget policy checked before payment

SLA & Performance

Uptime (30d)99.99%
Avg latency
32ms
Total requests
3.4M
Network
Ethereum

Security

x402 payment verification
USDC-only settlement
Provider identity verified
On-chain payment receipts