
Ethplorer is a public API providing ethereum tokens, balances, addresses, history of transactions, contracts, and custom structures.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://github.com/EverexIO/Ethplorer/wiki/Ethplorer-API | Primary API endpoint. |
curl -X GET "https://github.com/EverexIO/Ethplorer/wiki/Ethplorer-API" \ -H "Accept: application/json"