Native Endpoints

All native endpoints accept an optional ?chainId=369|943 query parameter and return {"success":true,"data":...} (or {"success":true,"data":[],"meta":{...}} for lists).

List Response Format

List endpoints (/contracts, /logs, /search, /source-search, /contracts/{address}/events) use the native envelope with top-level meta:

{"success":true,"data":[...],"meta":{"limit":50,"offset":0,"total":10}}

Etherscan-Compatible Endpoints

These endpoints return the flat {"status":"1","message":"OK","result":...} shape expected by Etherscan clients.

Example

curl "https://contractlab.g4mm4.net/api/v1/contracts/0x..."