O

Onesource · Chain Block

by Onesource

GETBase

$0.003

per call · USD Coin on Base

Fetch an Ethereum block header and transaction hashes by number, tag, or hex via eth_getBlockByNumber

Endpoint

GET https://api.onesource.io/api/chain/block/:number

694

Calls / 30d

693

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/block/:number", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.onesource.io/api/chain/block/:number?network=ethereum" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "result": {
      "gasLimit": "0x1c9c380",
      "gasUsed": "0xe4e1c0",
      "hash": "0x3f5f8b0a8e9b7c6d4f2a1b5e8c9d7a3f6e4b9d1c5a8f2e7b4d6c3a9e1f0b8d5c",
      "number": "0x133da1e",
      "parentHash": "0x3f5f8b0a8e9b7c6d4f2a1b5e8c9d7a3f6e4b9d1c5a8f2e7b4d6c3a9e1f0b8d5b",
      "timestamp": "0x6567c8e0",
      "transactions": [
        "0xad7e04119ecd85857728205f5b12e95f0bab8e99f9c2f60be5dc79cfc6a8df1f"
      ]
    }
  },
  "meta": {
    "cost_usdc": "0.001",
    "endpoint": "/api/chain/block/latest",
    "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