---
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`

## 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-api.md) · [All operations](https://skmtc.net/blockscout/apis/blockscout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockscout/blockscout-api/revisions/0f86c8091304/schema)
