Skip to main content
GET
Returns the latest global priority fee estimates for each priority level
Returns the latest priority fee estimates for medium, high, and very high. Response values are micro-lamports per compute unit.

Authorizations

x-api-key
string
header
required

API key for authentication. Apply for one at https://pond.dflow.net/get-started/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