Enterprise grade onchain data across 60+ chains - token prices, NFTs, portfolios, onchain search, Farcaster and more.
Price
from $0.0011
up to $0.0045 per request
Network
base
Category
search
On-chain txns
1,797
Uptime
100%
Avg latency
205ms
Checks
160
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
Get social identity (ENS, Farcaster, Lens, Basenames) for a specific address.
Get DeFi balances (Liquidity Pools, Yield Farming, Lending, etc.) for a single address, or a list of addresses.
Get a real-time feed of swap activity across Farcaster, including token trades, volume, and social context.
Get the price of a token at a specific point in time.
Get individual NFT balances and estimated values for a single address, or a list of addresses.
Get NFT collection data including market stats, holders, events, and a sample of NFTs.
Get a ranked list of NFT collections based on rading activity and collection popularity, optionally tailored for a farcaster user.
Get detailed metadata, traits, media, and holder info for a specific NFT
Get aggregated portfolio totals (Tokens, Apps, NFTs) broken down by network for a single address, or a list of addresses.
Search for ERC20 tokens, NFTs, Users, Apps, or Gas Tokens.
Get a combined activity feed for a specific token, including swaps and top Farcaster casts, personalized for a given user.
Get detailed token balances for a single address, or a list of addresses, optionally filtering by chain.
Get token holders with balances and identity information for a specific token.
Get real-time token price and market cap
Get a ranked list of tokens based on swap activity and velocity of adoption, optionally tailored for a farcaster user.
Get human-readable interpretation, metadata, and balance changes for a specific transaction.
Get transaction history with interpretations and metadata for a single address, or a list of addresses.
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10
# call it
npx @apihubio/cli call https://public.zapper.xyz \
-X POST \
-d '{ /* check provider docs for input */ }'
# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://public.zapper.xyzimport { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";
const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);
const res = await x402Fetch("https://public.zapper.xyz", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.