> ## Documentation Index
> Fetch the complete documentation index at: https://docs.eigenexplorer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mainnet and Testnet API

> Get restaking data from Ethereum Mainnet or Holesky Testnet

We support both **Ethereum Mainnet** and **Holesky Testnet** API.

The mainnet API uses the following base URL:

```
https://api.eigenexplorer.com
```

while the Holeksy testnet API uses the following base URL:

```
https://api-holesky.eigenexplorer.com
```

The API endpoints are the same for both networks, but the data returned will be different. Please make sure to use the correct base URL when making requests.

<Note>
  Please note that the sample requests and responses in this documentation are
  based on the Ethereum Mainnet API.
</Note>
