API Documentation

API Overview
The EVMLookup API provides programmatic access to our database of Ethereum function selectors and event topics.

Base URL

https://evmlookup.web3resear.ch/api

Authentication

No authentication is required to access the API.

Response Format

All API responses are returned in JSON format with the following structure:

{
  "status": "success",
  "data": { ... }, // or [ ... ]
  "meta": {
    "offset": 0,
    "limit": 10,
    "total": 100
  }
}