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/gas_price
Get the Celestia gas price
Gets the minimum gas price on the requested Celestia network
Query Parameters
networkstringOPTIONAL
The Celestia network to which the data blob should be posted. Can be either 'mainnet' or 'mocha-4'. Defaults to 'mainnet' if no value is specified. Read more about networks on the Celestia Docs here.
Response
gas_pricefloat
The current gas price of the selected Celestia network.
Example Response
Request

curl \
  -H 'Authorization: Bearer <YOUR API KEY>' \
  'https://t.tech/v0/gas_price'
twinkle logo text
Enabling builders