GET v0/blob/status

Get the Status of a Blob

Checks the status of a blob submitted to the Celestia blockchain.

Request

curl \
  -H 'Authorization: Bearer <YOUR API KEY>' \
  'https://t.tech/v0/blob/status?twinkleRequestId=f0dbf522-5f1b-47cb-8965-640430f7fbcb'

Query Parameters

twinkleRequestId
uuid stringrequired

The ID of the request received in the blob submission response. This is used to query the status of the blob.

Response

JSON object
blockExplorerJSON object
blockURI

A block explorer link to the block in which the transaction containing the data blob was included.

transactionURI

A block explorer link to the transaction in which the data blob was included.

commitmentstring

The data commitment to this particular blob, if the blob has been included.

finishedstring

The timestamp when the transaction finished.

heightinteger

The height of the block in which the blob was included, if the blob has been included. This property is not present if the blob has not been included.

networkstring

The network on which this blob was included.

statusstring

The current status of the blob.

submittedstring

The timestamp when the blob was successfully submitted.

txIdstring

The identifier of the transaction in which the blob was included. This property is not present if the blob has not been included.

Example Response