POST
/
commitments
/
v0
/
preconf_fee
curl --request POST \
  --url https://gateway.taiyi-devnet-0.preconfs.org/commitments/v0/preconf_fee \
  --header 'Content-Type: application/json' \
  --data 53920
{
  "gas_fee": 682000000,
  "blob_gas_fee": 408014488
}

Body

application/json · integer
Slot

The body is of type integer.

Example:

53920

Response

200
application/json
Success

denominated in wei

gas_fee
integer
required
Example:

682000000

blob_gas_fee
integer
required
Example:

408014488