---
title: "Get rollup providers info"
method: GET
path: "/rollup/{id}/providers"
tags: ["rollup"]
---

# Get rollup providers info

`GET /rollup/{id}/providers`

Returns a list of data availability providers associated with the rollup (e.g. Celestia addresses used for blob submission).

## Path parameters

- `id` integer, required

## Response `200`

OK

- ResponsesRollupProvider[]
  - `address` string, string
  - `namespace` string, string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/celenium-io/apis/celenium-api.md) · [All operations](https://skmtc.net/celenium-io/apis/celenium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celenium-io/celenium-api/versions/df8fa3d17ac3/schema)
