Websocket endpoints
Subscribe to recently used tip amounts
This subscription provides you with percentiles for recently used tips.
Please note that using a suggested tip amount does not guarantee your transaction will be included in the next block.
Example request
Request format
Response format
Event result format
Field
Type
Description
timestamp
string
The timestamp when the sample was taken
percentile25
uint64
How much tip was paid at the 25th percentile
percentile50
uint64
How much tip was paid at the 50th percentile
percentile75
uint64
How much tip was paid at the 75th percentile
percentile95
uint64
How much tip was paid at the 95th percentile
percentile99
uint64
How much tip was paid at the 99th percentile
emaPercentile50
uint64
The 1-minute Exponential Moving Average (EMA) for the 50th percentile tip
Subscribe to transaction priority fee stream
This subscription provides you recent priority fee based on the project over the last 100 slots.
Please note that using a suggested priority fee does not guarantee your transaction will be included in the next block.
Example request
Request format
Extra parameters
Parameter
Type
Description
Allowed values
Optional
project
enum
Specify which project to fetch the recent priority fee for
"P_JUPITER"
,"P_RAYDIUM"
no
percentile
double
Specify how much percentile of the previous 100 slot's priority fee. Use 90
, if you want the top 90% percentile. Default value is 55
yes
Response format
Last updated