API Online โ€” v2.9.0

1695 Web3 API Endpoints.
No API Keys. Free Tier.

The identity API that AI agents can trust and pay for autonomously. ENS resolution, Farcaster profiles, wallet analytics, DeFi data โ€” all with x402 micropayments. 100 free calls/day, then pay-per-request with USDC on Base.

  • 1695
    API Endpoints
  • 40+
    Categories
  • $0.005
    Starting Price
  • ๐Ÿ›ก๏ธ ERC-8004 Verified
  • โšก x402 Protocol
  • ๐Ÿ’Ž Base Network
  • ๐Ÿ”ต CDP Powered
  • ๐Ÿ“ฆ npm SDK
  • ๐Ÿ” SIWE Auth
20+ Free Endpoints + 100 Free Calls/Day
No wallet needed โ€ข Try it free โ€ข SIWE for 2x rate limits

โšก Quick Start โ€” 2 Minutes

Start making requests immediately. No signup, no API keys required.

1 Try It Free (100 calls/day)

bash
curl https://api.web3identity.com/api/ens/resolve/vitalik.eth

Returns address, avatar, records, expiration โ€” everything in one call.

2 Install SDK (Auto x402 Payments)

javascript
import { ATVClient } from '@atv-eth/x402-sdk';

const client = new ATVClient({
  privateKey: process.env.WALLET_KEY  // USDC on Base for payments
});

// Automatically handles 402 โ†’ payment โ†’ response
const profile = await client.getProfile('vitalik.eth');
// { name, address, avatar, records, followers, following, ... }

3 Optional: SIWE for 2x Rate Limits

javascript
// Sign in with Ethereum for 200 free calls/day
await client.signIn();

// All requests now authenticated
const data = await client.getProfile('nick.eth');
const usage = await client.myUsage();  // Check your usage stats
๐Ÿ“– Full API Docs ๐Ÿ“ฆ npm Package ๐ŸŽฎ Live Demo

๐Ÿ†” Get Your Web3 Identity

Claim your personal .aboutme.eth subname โ€” works everywhere ENS works

yourname.aboutme.eth

  • โœ… First one FREE
  • โœ… Works in any ENS-enabled app
  • โœ… Instant setup โ€” no gas fees
  • โœ… Add avatar, bio, social links
  • โœ… From $0.97/year for additional names
๐ŸŽ‰ Claim Your Free Subname โ†’

๐Ÿ‘ฉโ€๐Ÿ’ป Know a Developer?

They'll love this: 1695 endpoints, one API. ENS, Farcaster, Lens, DeFi data. Free tier + pay-per-request. No monthly fees.

๐Ÿ“ฆ Official SDK

Install the official SDK for seamless x402 payment integration

npm @atv-eth/x402-sdk View on npm โ†’
npm install @atv-eth/x402-sdk

๐Ÿค– Add to Your Agent

One-click configurations for popular AI frameworks

๐Ÿง  OpenAI Plugin

GPT Actions
{ "schema_version": "v1", "name_for_model": "web3_identity_api", "name_for_human": "Web3 Identity API", "description_for_model": "Look up Web3 identities: ENS profiles, Farcaster, Lens, wallet analytics, DeFi data. Supports 1,589+ endpoints. Use for ENS resolution, social graphs, token balances, NFTs.", "description_for_human": "Web3 identity lookup - ENS, social, wallets", "auth": { "type": "none" }, "api": { "type": "openapi", "url": "https://api.web3identity.com/openapi.json" }, "logo_url": "https://web3identity.com/og-image.png" }

๐Ÿฆœ LangChain

JavaScript / TypeScript
import { ATVClient } from '@atv-eth/x402-sdk'; import { DynamicStructuredTool } from '@langchain/core/tools'; import { z } from 'zod'; const client = new ATVClient({ privateKey: process.env.WALLET_KEY }); const tools = [ new DynamicStructuredTool({ name: "web3_identity", description: "Look up Web3 identity (ENS, social, wallet)", schema: z.object({ name: z.string().describe("ENS name or address") }), func: async ({ name }) => { const profile = await client.getProfile(name); return JSON.stringify(profile); } }) ];

๐Ÿ› ๏ธ API Services

40+ categories of endpoints for Web3 identity, social, analytics, and security

Standard New Free Auth Required

Identity & ENS

ENS resolution, profiles, avatars, valuations, batch lookups, contenthash, text records

/profile /ens /reverse /avatar /ens-value /expiration /portfolio /ens/available /ens/expiry /ens/bulk

$0.005 - $0.080 per call โ€ข 1589 Endpoints

Wallet Analytics

Multi-chain balances, tokens, transactions, NFTs, wallet age and nonce

/balance /tokens /txs /transfers /nfts /wallet/age /wallet/nonce

$0.010 - $0.030 per call โ€ข 1589 Endpoints

Security

Contract security scans, rugpull detection, token safety via GoPlus

/security/token /security/address /security/approval /security/nft

$0.020 - $0.050 per call โ€ข 1589 Endpoints

Contract Tools

Fetch ABIs, decode calldata, verify signatures, contract code check

/abi /contract /decode /verify-sig /contract/code

$0.010 - $0.050 per call โ€ข 1589 Endpoints

Blockchain Data

46 chains: gas prices, block data, network stats, L2 data, chain metadata

/block /block/:number /eth/price /chains /gas

FREE - $0.010 per call โ€ข 1589 Endpoints

SIWE Authentication

Sign-In with Ethereum for enhanced rate limits and usage tracking

/auth/siwe/nonce /auth/siwe/verify /auth/siwe/session /auth/siwe/logout /api/me /api/me/usage

FREE โ€ข 2x rate limits when authenticated

Discovery

AI recommendations, leaderboards, badges, trending names

/recommend /leaderboard /badges /trending

$0.010 - $0.030 per call โ€ข 1589 Endpoints

Free Endpoints

Always free: health, status, gas, chains, analytics, timestamp, SIWE auth

/health /block /chains /timestamp /usage /analytics /auth/* /api/me*

Always FREE โ€ข 20+ endpoints

DeFi Analytics

TVL, yields, protocols, stablecoins, lending rates, DEX volumes, bridges

/defi/tvl /defi/yields /defi/protocols /defi/stablecoins /defi/lending /defi/dex

$0.010 - $0.030 per call โ€ข 200+ endpoints

Token Prices

Real-time prices for 100+ tokens: ETH, BTC, stables, DeFi, memecoins

/price/eth /price/btc /price/batch /price/history /market/trending

$0.005 - $0.020 per call โ€ข 80+ endpoints

Protocol Data

Stats for Aave, Uniswap, Lido, Compound, MakerDAO, GMX, and 70+ protocols

/protocol/aave /protocol/uniswap /protocol/lido /protocol/gmx /protocols/list

$0.010 - $0.030 per call โ€ข 1589 Endpoints

๐Ÿ’ก Why Pay When Data Is Free?

Raw data is free. Intelligence is valuable.

Unified Identity

One call returns ENS + Farcaster + Lens + Passport + POAPs. No juggling 5 different APIs, rate limits, and auth systems.

Instant Access

No API keys, no OAuth, no accounts, no billing dashboards. Just pay per request with USDC and start building immediately.

Agent-Native

Built for AI agents. x402 payments mean your bot can authenticate itself and pay without human intervention.

Trust Scoring

We correlate data across platforms to compute trust scores. Raw APIs don't tell you if someone is trustworthy โ€” we do.

Normalized Data

Consistent JSON schemas across all platforms. No parsing different formats from Farcaster vs Lens vs EFP.

Micropayments

Pay $0.005 per call, not $99/month for a tier you'll never use. True usage-based pricing via x402.

๐Ÿ’ฐ Simple Pricing

Pay per request. No monthly fees. No API keys.

๐ŸŽ Free Tier

$0
  • โœ… 100 free API calls per day
  • โœ… No wallet needed
  • โœ… SIWE for 2x limits
Try Free โ†’

๐Ÿข Enterprise

Custom
  • โœ… Volume discounts
  • โœ… SLA guarantee
  • โœ… Dedicated support
  • โœ… Custom endpoints
Contact Us โ†’

Endpoint Pricing

Category Price Range Endpoints
๐ŸŽ Free$0.0020+
๐Ÿชช Identity & ENS$0.005 - $0.08028
๐Ÿ‘ฅ Social & Reputation$0.010 - $0.03037
๐Ÿ’ฐ Wallet Analytics$0.010 - $0.03030
๐Ÿ” Security$0.020 - $0.05015
๐Ÿ“œ Contract Tools$0.010 - $0.05022
โ›“๏ธ Blockchain$0.00 - $0.01080
๐Ÿ”‘ SIWE Auth$0.006
๐Ÿ” Discovery$0.010 - $0.03018
๐Ÿ“ˆ DeFi Analytics$0.010 - $0.03091
๐Ÿ’ฒ Token Prices$0.005 - $0.02064
๐Ÿ›๏ธ Protocols$0.010 - $0.03082
๐Ÿ“Š Yields & Staking$0.010 - $0.03059
๐Ÿ”„ DEX & Volume$0.010 - $0.03081
๐Ÿ’ต Stablecoins$0.010 - $0.02031
๐ŸŒ‰ Bridges$0.010 - $0.03020
๐Ÿ”ง Utilities$0.00 - $0.010250

๐Ÿ“š Developer Resources

Everything you need to integrate

โ“ Frequently Asked Questions

Everything you need to know about Web3 Identity API

What is Web3 Identity API?

Web3 Identity API helps apps know who they're dealing with. When someone connects their wallet, you get a hex address like 0x1234... which tells you nothing. Our API turns that into their ENS name, social profiles (Farcaster, Lens), reputation (POAPs, badges), transaction history, and security risk assessment. One API call, complete identity picture.

How much does it cost?

Free tier: 100 API calls per day, no payment required.
Pay-per-request: From $0.005 per call using USDC on Base. No monthly fees, no commitments. You only pay for what you use.

Do I need crypto to use the API?

Not for the free tier! You get 100 calls/day without any payment. For higher volume, you'll need USDC on Base network for pay-per-request billing via the x402 protocol.

What data sources do you support?

We aggregate data from 15+ sources including ENS, Farcaster, Lens Protocol, Gitcoin Passport, POAPs, DefiLlama, CoinGecko, and many more. One API, 1695 endpoints, all the Web3 data you need.

Can AI agents use this API?

Absolutely! We're designed for AI agents. Use our SDK or integrate via direct API calls. The x402 payment protocol enables autonomous payments without human intervention.

What is aboutme.eth?

aboutme.eth is our ENS subname service. Get your own Web3 identity like yourname.aboutme.eth โ€” first one free, then from $0.97/year. Instant setup, works everywhere ENS works.

๐Ÿ” Try SIWE Authentication

Experience Sign-In with Ethereum on our AboutMe.eth service

Connect your wallet, sign a message, prove you're you. No passwords, no accounts โ€” just cryptographic proof.

Try SIWE on AboutMe.eth โ†’

Claim a free subname while you're there: yourname.aboutme.eth

๐Ÿ“ฌ Contact

Reach out via your preferred channel