GET
/
instruction
/
estimate
/
max_priority_fee_per_gas
/
{chainId}
curl --request GET \
  --url https://api.otim.com/instruction/estimate/max_priority_fee_per_gas/{chainId} \
  --header 'Authorization: Bearer <token>'
{
  "slowMaxPriorityFeeEstimate": 1000000000,
  "normalMaxPriorityFeeEstimate": 2000000000,
  "fastMaxPriorityFeeEstimate": 3000000000
}

Authorizations

Authorization
string
header
required

JWT token for API authentication

Path Parameters

chainId
integer
required

Chain ID to get estimates for

Response

200 - application/json

Priority fee estimates retrieved successfully

The response is of type object.