ToolAssay

ERC20 Transfer logs via eth_getLogs

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

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.005listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.onesource.io/api/chain/erc20-transfers

CategoryMarket data
Provider hostapi.onesource.io
Networkseip155:8453
Payment schemesbatch-settlement, exact
Self-reported calls, 30 days677 from 650 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "address": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
    "contract": "0xdac17f958d2ee523a2206206994597c13d831ec7",
    "network": "ethereum"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$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"
}

This page as JSON