Explorer

Get gas values

Get the gas fee values.

GET
/api/oc/v1/gas-values

Authorization

AuthorizationRequiredBearer <token>

In: header

curl -X GET "https://sandbox-api.okto.tech/api/oc/v1/gas-values" \
  -H "Authorization: Bearer <token>"

Fetched

{
  "status": "success",
  "data": {
    "maxPriorityFeePerGas": "100000000",
    "maxFeePerGas": "100000000"
  }
}