Get Recent Priority Fee
This endpoint gives you the top percentile of the recent priority fee based on the project over the last 100 slots.
Be aware that using a suggested priority fee does not guarantee your transaction will be included in the future slot.
Request
Method:
GET ./api/v2/system/priority-fee
Parameters:
Parameter | Type | Description |
---|---|---|
| enum | Define which project to fetch the recent priority fee. Potential value: |
| double | OPTIONAL. Define how much percentile of the previous 100 slot's priority fee. Type |
* Recommended fees are capped at 0.1 SOL.
Request example:
Response:
Fields:
Fields | Type | Description |
---|---|---|
| enum | Name of the project fetching. |
| double | How much percentile of the previous 100 slot's priority fee. |
| uint64 | The priority fee at the defined percentile. In micro lamport. |
Response Example:
Last updated