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
}Priority Fees
Get Priority Fees
API reference for GET /priority-fees
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.Authorizations
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.
Estimated micro-lamports per compute unit for the high priority level
Required range:
x >= 0Estimated micro-lamports per compute unit for the medium priority level
Required range:
x >= 0Estimated micro-lamports per compute unit for the very high priority level
Required range:
x >= 0⌘I