getRecentPrioritizationFees
Returns a list of prioritization fees from recent blocks.
Last updated
Was this helpful?
Returns a list of prioritization fees from recent blocks.
Last updated
Was this helpful?
The JSON-RPC protocol version.
2.0
Possible values: A unique identifier for the request.
1
The name of the RPC method to invoke.
getRecentPrioritizationFees
Possible values: POST / HTTP/1.1
Host: mainnet.helius-rpc.com
Content-Type: application/json
Accept: */*
Content-Length: 125
{
"jsonrpc": "2.0",
"id": "1",
"method": "getRecentPrioritizationFees",
"params": [
[
"CxELquR1gPP8wHe33gZ4QxqGB3sZ9RSwsJ2KshVewkFY"
]
]
}
{
"jsonrpc": "2.0",
"id": "1",
"result": [
{
"slot": 348125,
"prioritizationFee": 1234
}
]
}