Skip to main content
GET
/
priority-fees
Returns the latest global priority fee estimates for each priority level
curl --request GET \
  --url https://quote-api.dflow.net/priority-fees \
  --header 'x-api-key: <api-key>'
{
  "highMicroLamports": 1,
  "mediumMicroLamports": 1,
  "veryHighMicroLamports": 1
}
Returns the latest priority fee estimates for medium, high, and very high. Response values are micro-lamports per compute unit.

Need Help?

https://mintcdn.com/dflow/a8Yx7HBusmKl4Z7w/images/meteor-icons_discord.svg?fit=max&auto=format&n=a8Yx7HBusmKl4Z7w&q=85&s=0ea834bc8a9fa3fe161ba181329effda

Join Our Discord

Connect with other developers, get help, and stay updated on the latest DFlow developments.
https://mintcdn.com/dflow/a8Yx7HBusmKl4Z7w/images/meteor-icons_telegram.svg?fit=max&auto=format&n=a8Yx7HBusmKl4Z7w&q=85&s=e928c5dd68311ff0d419936a35c86eed

Dev Notifications

Join the DFlow Dev Notifications Telegram group to stay in the loop on new features and other announcements.

Authorizations

x-api-key
string
header
required

API key for authentication. Contact hello@dflow.net to obtain an API key.

Response

200 - application/json

Priority fee estimates

Global priority fee estimates (in micro-lamports per compute unit) for each priority level.

highMicroLamports
integer<int64>
required

Estimated micro-lamports per compute unit for the high priority level

Required range: x >= 0
mediumMicroLamports
integer<int64>
required

Estimated micro-lamports per compute unit for the medium priority level

Required range: x >= 0
veryHighMicroLamports
integer<int64>
required

Estimated micro-lamports per compute unit for the very high priority level

Required range: x >= 0