O

Onesource · Chain TX

by Onesource

GETBase

$0.008

per call · USD Coin on Base

Full Ethereum transaction details by hash via eth_getTransactionByHash - from, to, value, calldata, block

Endpoint

GET https://api.onesource.io/api/chain/tx/:hash

887

Calls / 30d

872

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

Example response

{
  "data": {
    "receipt": {
      "blockNumber": "0x133da1e",
      "gasUsed": "0x5208",
      "logs": [],
      "status": "0x1",
      "transactionHash": "0xad7e04119ecd85857728205f5b12e95f0bab8e99f9c2f60be5dc79cfc6a8df1f"
    },
    "transaction": {
      "blockNumber": "0x133da1e",
      "from": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
      "gas": "0x5208",
      "hash": "0xad7e04119ecd85857728205f5b12e95f0bab8e99f9c2f60be5dc79cfc6a8df1f",
      "nonce": "0x4d2",
      "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
      "value": "0x0"
    }
  },
  "meta": {
    "cost_usdc": "0.001",
    "endpoint": "/api/chain/tx/0x5c504ed432cb51138bcf09aa5e8a410dd4a1e204ef84bfed1be16dfba1b22060",
    "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