O
$0.005
per call · USD Coin on Base
Query Ethereum contract event logs via eth_getLogs - filter by contract, topic, and block range
Endpoint
GET https://api.onesource.io/api/chain/events424
Calls / 30d
423
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/events", {
method: "GET",
});
const data = await res.json();cURL
curl -X GET \
"https://api.onesource.io/api/chain/events?contract=0xdac17f958d2ee523a2206206994597c13d831ec7&network=ethereum" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"data": {
"count": 1,
"from_block": "latest",
"logs": [
{
"address": "0xdac17f958d2ee523a2206206994597c13d831ec7",
"blockNumber": "0x133da1e",
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
"logIndex": "0x0",
"topics": [
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef"
],
"transactionHash": "0xad7e04119ecd85857728205f5b12e95f0bab8e99f9c2f60be5dc79cfc6a8df1f"
}
],
"to_block": "latest"
},
"meta": {
"cost_usdc": "0.001",
"endpoint": "/api/chain/events",
"payment_chain": "base",
"payment_token": "USDC",
"request_id": "00000000abcdef01"
}
}Payment details
Pay to
0x52e29e0d2aa49bfbfc548c0a9f2196f4aa51f3eaAsset
USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913NetworksBase
Schemesexact, batch-settlement
Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from Onesource & similar services
O
Onesource · Chain Block Number
api.onesource.io
Latest Ethereum block height - current chain tip via eth_blockNumber
GETBaseOnchain Data
$0.001 / call1.3k calls / 30d
O
Onesource · Chain Erc20 Balance
api.onesource.io
ERC20 token balance for any Ethereum wallet - USDC, USDT, DAI, or any token - via balanceOf (eth_call) on OneSource live Ethereum RPC
GETBaseOnchain Data
$0.003 / call1.1k calls / 30d
O
Onesource · Chain ENS
api.onesource.io
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
GETBaseOnchain Data
$0.005 / call1.0k calls / 30d