mirrored listing x402 eip155:8453

ERC20 Transfer logs via eth_getLogs - raw Transfer events for a token or wallet

ERC20 Transfer logs via eth_getLogs - raw Transfer events for a token or wallet

Do you run api.onesource.io? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
5000 (raw units)
price
735
calls / 30d
730
unique payers
2026-09-18
updated

Provider

api.onesource.io · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "5000",
    "maxTimeoutSeconds": 3600
  },
  {
    "scheme": "batch-settlement",
    "network": "eip155:8453",
    "payTo": "0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "5000",
    "maxTimeoutSeconds": 3600
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "address": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
          "contract": "0xdac17f958d2ee523a2206206994597c13d831ec7",
          "network": "ethereum"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "data": {
            "count": 1,
            "from_block": "latest",
            "logs": [
              {
                "address": "0xdac17f958d2ee523a2206206994597c13d831ec7",
                "blockNumber": "0x133da1e",
                "data": "0x00000000000000000000000000000000000000000000000000000000000f4240",
                "logIndex": "0x0",
                "topics": [
                  "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
                  "0x000000000000000000000000d8da6bf26964af9d7eed9e03e53415d37aa96045",
                  "0x0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f"
                ],
                "transactionHash": "0xad7e04119ecd85857728205f5b12e95f0bab8e99f9c2f60be5dc79cfc6a8df1f"
              }
            ],
            "to_block": "latest"
          },
          "meta": {
            "cost_usdc": "0.001",
            "endpoint": "/api/chain/erc20-transfers",
            "payment_chain": "base",
            "payment_token": "USDC",
            "request_id": "00000000abcdef01"
          }
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "address": {
                  "pattern": "^0x[a-fA-F0-9]{40}$",
                  "type": "string"
                },
                "contract": {
                  "pattern": "^0x[a-fA-F0-9]{40}$",
                  "type": "string"
                },
                "from_block": {
                  "oneOf": [
                    {
                      "minimum": 0,
                      "type": "integer"
                    },
                    {
                      "enum": [
                        "latest",
                        "pending",
                        "earliest",
                        "safe",
                        "finalized"
                      ],
                      "type": "string"
                    },
                    {
                      "pattern": "^0[xX][a-fA-F0-9]+$",
                      "type": "string"
                    }
                  ]
                },
                "network": {
                  "default": "ethereum",
                  "enum": [
                    "ethereum",
                    "sepolia",
                    "robinhood"
                  ],
                  "type": "string"
                },
                "to_block": {
                  "oneOf": [
                    {
                      "minimum": 0,
                      "type": "integer"
                    },
                    {
                      "enum": [
                        "latest",
                        "pending",
                        "earliest",
                        "safe",
                        "finalized"
                      ],
                      "type": "string"
                    },
                    {
                      "pattern": "^0[xX][a-fA-F0-9]+$",
                      "type": "string"
                    }
                  ]
                }
              },
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "data": {
                  "description": "Endpoint-specific response payload",
                  "properties": {
                    "count": {
                      "type": "integer"
                    },
                    "from_block": {
                      "type": "string"
                    },
                    "logs": {
                      "items": {
                        "properties": {
                          "address": {
                            "type": "string"
                          },
                          "blockNumber": {
                            "type": "string"
                          },
                          "data": {
                            "type": "string"
                          },
                          "logIndex": {
                            "type": "string"
                          },
                          "topics": {
                            "items": {
                              "type": "string"
                            },
                            "type": "array"
                          },
                          "transactionHash": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "type": "array"
                    },
                    "to_block": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "error": {
                  "properties": {
                    "code": {
                      "type": "integer"
                    },
                    "message": {
                      "type": "string"
                    }
                  },
                  "type": [
                    "object",
                    "null"
                  ]
                },
                "meta": {
                  "properties": {
                    "cost_usdc": {
                      "type": "string"
                    },
                    "endpoint": {
                      "type": "string"
                    },
                    "payment_chain": {
                      "type": "string"
                    },
                    "payment_token": {
                      "type": "string"
                    },
                    "request_id": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "endpoint",
                    "request_id"
                  ],
                  "type": "object"
                }
              },
              "required": [
                "data",
                "meta"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.onesource.io/api/chain/erc20-transfers"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.onesource.io/api/chain/erc20-transfers");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.onesource.io/api/chain/erc20-transfers")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/42.json, and this resource appears in /discovery/resources and /discovery/search.