Prioritization Fees
Endpoint
GET https://pro.circular.fi/market/priorization/fees
This endpoint retrieves percentile information for priorization fees (in lamports)
Headers
{
"Content-Type": "application/json",
"x-api-key": "your-api-key"
}Parameters
{
"programs": [ // Optional | filter by a list of wallets, if the field is not specified the data is based on the entire market
"MEViEnscUm6tsQRoGd9h6nLQaQspKj7DB2M5FwM3Xvz",
...
],
"percentile": 5000 // Percentile of 50%
}Response
{
"prioritizationFee": 11610
}Informations:
Requests per minute: 60/300
More technical information here
Last updated