跳至主要內容

qn_estimatePriorityFees RPC Method - Priority Fee

載入中...

更新於
May 28, 2026

qn_estimatePriorityFees RPC Method - Priority Fee

Please note that this RPC method requires the Solana Priority Fee API add-on enabled on your Quicknode endpoint.
Solana Kit includes the ability to customize RPC methods and transports, allowing you to seamlessly integrate Quicknode Marketplace add-ons into your applications. For more information on how to use Quicknode Marketplace add-ons with Solana Kit, check out these guides: How to Use Quicknode Add-ons using Solana Kit (Part 1) and How to Use Quicknode Add-ons using Solana Kit (Part 2)

參數

last_n_blocks
字串
載入中...
帳戶
字串
載入中...
api_version
整數
載入中...

退貨

結果
物件
載入中...
context
物件
載入中...
插槽
整數
載入中...
recommended
整數
載入中...
per_compute_unit
物件
載入中...
extreme
整數
載入中...
high
整數
載入中...
medium
整數
載入中...
low
整數
載入中...
percentiles
物件
載入中...
per_transaction
物件
載入中...
extreme
整數
載入中...
high
整數
載入中...
medium
整數
載入中...
low
整數
載入中...
percentiles
物件
載入中...
請求
回應
1
{
2
"id": 1,
3
"jsonrpc": "2.0",
4
"result": {
5
"context": {
6
"slot": 335501774
7
},
8
"per_compute_unit": {
9
"extreme": 1432990,
10
"high": 615532,
11
"low": 36050,
12
"medium": 89430,
13
"percentiles": {
14
"0": 1,
15
"5": 2402,
16
"10": 9401,
17
"15": 12322,
18
"20": 21923,
19
"25": 36050,
20
"30": 38531,
21
"35": 40000,
22
"40": 51500,
23
"45": 66941,
24
"50": 89430,
25
"55": 142355,
26
"60": 277047,
27
"65": 387306,
28
"70": 515332,
29
"75": 615532,
30
"80": 653795,
31
"85": 877892,
32
"90": 1432990,
33
"95": 2778906,
34
"100": 17916371
35
}
36
},
37
"per_transaction": {
38
"extreme": 309996858926,
39
"high": 78616978104,
40
"low": 4999945143,
41
"medium": 19888064000,
42
"percentiles": {
43
"0": 120000,
44
"5": 499874760,
45
"10": 999958640,
46
"15": 1548200000,
47
"20": 3253218636,
48
"25": 4999945143,
49
"30": 6999918885,
50
"35": 8256257445,
51
"40": 9939500000,
52
"45": 16000000000,
53
"50": 19888064000,
54
"55": 30843970682,
55
"60": 53838500000,
56
"65": 75000030666,
57
"70": 75000149536,
58
"75": 78616978104,
59
"80": 96519726324,
60
"85": 155542584183,
61
"90": 309996858926,
62
"95": 500000830995,
63
"100": 20195000000000
64
}
65
},
66
"recommended": 877892
67
}
68
}
1
{
2
"id": 1,
3
"jsonrpc": "2.0",
4
"result": {
5
"context": {
6
"slot": 335501774
7
},
8
"per_compute_unit": {
9
"extreme": 1432990,
10
"high": 615532,
11
"low": 36050,
12
"medium": 89430,
13
"percentiles": {
14
"0": 1,
15
"5": 2402,
16
"10": 9401,
17
"15": 12322,
18
"20": 21923,
19
"25": 36050,
20
"30": 38531,
21
"35": 40000,
22
"40": 51500,
23
"45": 66941,
24
"50": 89430,
25
"55": 142355,
26
"60": 277047,
27
"65": 387306,
28
"70": 515332,
29
"75": 615532,
30
"80": 653795,
31
"85": 877892,
32
"90": 1432990,
33
"95": 2778906,
34
"100": 17916371
35
}
36
},
37
"per_transaction": {
38
"extreme": 309996858926,
39
"high": 78616978104,
40
"low": 4999945143,
41
"medium": 19888064000,
42
"percentiles": {
43
"0": 120000,
44
"5": 499874760,
45
"10": 999958640,
46
"15": 1548200000,
47
"20": 3253218636,
48
"25": 4999945143,
49
"30": 6999918885,
50
"35": 8256257445,
51
"40": 9939500000,
52
"45": 16000000000,
53
"50": 19888064000,
54
"55": 30843970682,
55
"60": 53838500000,
56
"65": 75000030666,
57
"70": 75000149536,
58
"75": 78616978104,
59
"80": 96519726324,
60
"85": 155542584183,
61
"90": 309996858926,
62
"95": 500000830995,
63
"100": 20195000000000
64
}
65
},
66
"recommended": 877892
67
}
68
}
還沒有帳號嗎?
只需幾秒鐘即可建立您的 Quicknode 端點,並開始建置
立即免費開始使用