cURL
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 }
Get max priority fee per gas estimates for a specified chain
JWT token for API authentication
Chain ID to get estimates for
Priority fee estimates retrieved successfully
The response is of type object.
object