v0/headerGET
v0/data_root_inclusion_proofGET
v0/blobPOST
v0/blobGET
v0/blob/get_allPOST
v0/blob/statusGET
v0/blob/get_commitmentPOST
v0/gas_priceGET

GET v0/blob/status
Get the Status of a Blob
Checks the status of a blob submitted to the Celestia blockchain.
Query Parameters
twinkleRequestIduuid stringREQUIRED
The ID of the request received in the blob submission response. This is used to query the status of the blob.
Response
statusstring
The current status of the blob.
submittedstring
The timestamp when the blob was successfully submitted.
finishedstring
The timestamp when the transaction finished.
blockExplorer.transactionURI
A block explorer link to the transaction in which the data blob was included.
blockExplorer.blockURI
A block explorer link to the block in which the transaction containing the data blob was included.
Example Response
Request

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