---
title: "GET /api/v1/celestia/blob"
method: GET
path: "/api/v1/celestia/blob"
tags: ["CelestiaService"]
---

# GET /api/v1/celestia/blob

`GET /api/v1/celestia/blob`

**Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information.

## Query parameters

- `height` string, uint64
- `commitment` string
- `skipData` boolean

## Response `200`

A successful response.

- V1CelestiaBlob
  - `height` string, uint64
  - `namespace` string
  - `commitment` string
  - `timestamp` string, uint64
  - `size` string, uint64
  - `data` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/blockscout/apis/blockscout-pro-api.md) · [All operations](https://skmtc.net/blockscout/apis/blockscout-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockscout/blockscout-pro-api/revisions/59ac5466233b/schema)
