B

Blockscout · Addresses Logs

by Blockscout

GETBase

$0.003

per call · USD Coin on Base

Access to api/v2/addresses/:address_hash/logs. List event logs emitted by or involving a specific address

Endpoint

GET https://api.blockscout.com/:chain_id/api/v2/addresses/:address_hash_param/logs

5

Calls / 30d

1

Unique payers / 30d

Aug 31

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.blockscout.com/:chain_id/api/v2/addresses/:address_hash_param/logs", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.blockscout.com/:chain_id/api/v2/addresses/:address_hash_param/logs?block_number=0&index=0&items_count=0&topic=string" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "items": [
    {
      "address": {
        "ens_domain_name": "string",
        "hash": "string",
        "implementations": [
          {
            "address_hash": "string",
            "name": "string"
          }
        ],
        "is_contract": true,
        "is_scam": true,
        "is_verified": true,
        "metadata": {},
        "name": "string",
        "private_tags": [
          {
            "address_hash": "string",
            "display_name": "string",
            "label": "string"
          }
        ],
        "proxy_type": "string",
        "public_tags": [
          {
            "address_hash": "string",
            "display_name": "string",
            "label": "string"
          }
        ],
        "reputation": "string",
        "watchlist_names": [
          {
            "display_name": "string",
            "label": "string"
          }
        ]
      },
      "block_hash": "string",
      "block_number": 0,
      "block_timestamp": "string",
      "data": "string",
      "decoded": {},
      "index": 0,
      "smart_contract": {},
      "topics": [
        "string"
      ],
      "transaction_hash": "string"
    }
  ],
  "next_page_params": {}
}

Payment details

Pay to0xd441d9f4c59cb26253e2f0a7a62ac9ce7823b4b4
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from Blockscout & similar services