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

# Find provider (bundler) addresses by name

### API URL

```
https://bundlers.network/api/bundler-providers?provider={provider}&apiKey={apiKey}
```

### Parameters

<ParamField path="provider" type="string" required>
  Example: Alchemy, Biconomy, Candide, Etherspot, Pimlico, Particle, Stackup etc. \[case sensitive]
</ParamField>

<ParamField path="apiKey" type="string" required>
  Request API key here: [https://request.bundlers.network/](https://request.bundlers.network/)
</ParamField>

### Response

<ResponseField name="addresses" type="array">
  Data regarding bundler providers are taken from [BundleBear](https://bundlebear.xyz) - [Operator Registry](https://docs.google.com/spreadsheets/d/1QJEYDOr-AMD2bNAoupfjQJYJabFgdb2TRSyekdIfquM/) by Kofi.
</ResponseField>

<ResponseExample>
  ```json 200 Response example theme={null}
  {
      "addresses": [
          "0xfb925186f787694009ab6404b9caab95bc7ae377",
          "0x175a9777c6cf26e26947210bd8bab324d60dcf3c",
          "0xdcdd0ddeaa0407c26dfcd481de9a34e1c55f8d54",
          "0x9776cab4a2dce3dc96db55c919eee822c40b94ee",
          "0x4e0df48f7584ad9ae9978c60178ef726345cc48a",
          "0x29830065d28765e34c19eb774794f010e7b50cf9",
          "0x7c1c87d06f88786d4da52a0e81f82aea9d90e1ec",
          "0xc360e1da5b9bdb9a8879a0cfa1180556426e2305",
          "0x6baad70fc330c22cf26b51897b84fd3281d283a2",
          "0xc85a109221d6b3593b01b36d5b2b6719d2ab7518"
      ]
  }
  ```
</ResponseExample>
