
Watchdata is a public API providing provide simple and reliable api access to ethereum blockchain.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://docs.watchdata.io | Primary API endpoint. |
curl -X GET "https://docs.watchdata.io" \ -H "Accept: application/json"