curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getRecentPrioritizationFees",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": [
{
"prioritizationFee": 0,
"slot": 418262940
},
{
"prioritizationFee": 1,
"slot": 418262941
}
]
}Returns the prioritization-fee paid in recent slots, optionally filtered by accounts your transaction will write-lock.
curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getRecentPrioritizationFees",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": [
{
"prioritizationFee": 0,
"slot": 418262940
},
{
"prioritizationFee": 1,
"slot": 418262941
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.raze.bot/llms.txt
Use this file to discover all available pages before exploring further.