O

Onesource · Chain ENS

by Onesource

GETBase

$0.005

per call · USD Coin on Base

ENS resolve - turn a .eth name into an address, or an address into its primary .eth name, via eth_call on OneSource live Ethereum RPC

Endpoint

GET https://api.onesource.io/api/chain/ens/:input

1.0k

Calls / 30d

1.0k

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.onesource.io/api/chain/ens/:input", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.onesource.io/api/chain/ens/:input?network=ethereum" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "address": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
    "is_forward": true,
    "is_reverse": false,
    "name": "vitalik.eth",
    "resolver": "0x231b0ee14048e9dccd1d247744d114a4eb5e8e63"
  },
  "meta": {
    "cost_usdc": "0.001",
    "endpoint": "/api/chain/ens/vitalik.eth",
    "payment_chain": "base",
    "payment_token": "USDC",
    "request_id": "00000000abcdef01"
  }
}

Payment details

Pay to0x52e29e0d2aa49bfbfc548c0a9f2196f4aa51f3ea
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact, batch-settlement

Is this your API?

Pin it to the top of Onchain Data and the homepage with a featured placement.

Get featured →

More from Onesource & similar services