Historical Logs

Retrieves historical blockchain logs related to an ERC-20 token for a specified user address within a defined block range. It is designed to capture events such as token approvals and transfers, allowing developers and users to audit past activity, verify transaction histories, and analyze token behavior over time.

💡

Compute Unit Value: 70 (Fixed)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum

The unique ID to direct queries or transactions to the correct blockchain. Find more here.

string

The abbreviated chain name for queries or transactions.

string

The starting block of the range. Default: latestBlock - 100.

string

The ending block of the range. Default: latestBlock.

string
required

The address of the ERC-20 token for which logs are being queried.

string
enum
required

Type of logs to fetch. Must be either Approval or Transfer.

Allowed:
string

The page number to fetch. By default, 1.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json