跳至主要內容

simulateBundle RPC Method - JITO

載入中...

更新於
Aug 09, 2026

simulateBundle RPC Method - JITO

Please note that this RPC method requires the Lil' JIT - JITO Bundles and transactions add-on enabled on your Quicknode endpoint.
Solana Kit includes the ability to customize RPC methods and transports, allowing you to seamlessly integrate Quicknode add-ons into your applications. For more information on how to use Quicknode 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)

參數

物件
物件
必填
載入中...
encodedTransactions
陣列
載入中...
物件
陣列
載入中...
simulationBank
字串
載入中...
skipSigVerify
布林值
載入中...
replaceRecentBlockhash
布林值
載入中...
帳戶
物件
載入中...
addresses
字串
載入中...
encoding
字串
載入中...
preExecutionAccountsConfigs
陣列
載入中...
物件
物件
載入中...
accountIndex
數字
載入中...
addresses
陣列
載入中...
postExecutionAccountsConfigs
陣列
載入中...
物件
物件
載入中...
accountIndex
數字
載入中...
addresses
陣列
載入中...

退貨

結果
物件
載入中...
context
物件
載入中...
apiVersion
字串
載入中...
slot
整數
載入中...
err
字串
載入中...
日誌
陣列
載入中...
preExecutionAccounts
陣列
載入中...
物件
物件
載入中...
lamports
整數
載入中...
所有者
字串
載入中...
資料
字串
載入中...
executable
布林值
載入中...
rentEpoch
整數
載入中...
postExecutionAccounts
陣列
載入中...
物件
物件
載入中...
lamports
整數
載入中...
所有者
字串
載入中...
資料
字串
載入中...
executable
布林值
載入中...
rentEpoch
整數
載入中...
unitsConsumed
整數
載入中...
returnData
物件
載入中...
programId
字串
載入中...
資料
字串
載入中...
請求
回應
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"context": {
6
"apiVersion": "1.16.3",
7
"slot": 202851945
8
},
9
"err": null,
10
"logs": [
11
"Program 11111111111111111111111111111111 invoke [1]",
12
"Program 11111111111111111111111111111111 success",
13
"Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]",
14
"Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success"
15
],
16
"preExecutionAccounts": [
17
{
18
"lamports": 1000000000,
19
"owner": "11111111111111111111111111111111",
20
"data": "",
21
"executable": false,
22
"rentEpoch": 371
23
}
24
],
25
"postExecutionAccounts": [
26
{
27
"lamports": 998000000,
28
"owner": "11111111111111111111111111111111",
29
"data": "",
30
"executable": false,
31
"rentEpoch": 371
32
}
33
],
34
"unitsConsumed": 200000,
35
"returnData": {
36
"programId": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA",
37
"data": "AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASjD8="
38
}
39
}
40
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"context": {
6
"apiVersion": "1.16.3",
7
"slot": 202851945
8
},
9
"err": null,
10
"logs": [
11
"Program 11111111111111111111111111111111 invoke [1]",
12
"Program 11111111111111111111111111111111 success",
13
"Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]",
14
"Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success"
15
],
16
"preExecutionAccounts": [
17
{
18
"lamports": 1000000000,
19
"owner": "11111111111111111111111111111111",
20
"data": "",
21
"executable": false,
22
"rentEpoch": 371
23
}
24
],
25
"postExecutionAccounts": [
26
{
27
"lamports": 998000000,
28
"owner": "11111111111111111111111111111111",
29
"data": "",
30
"executable": false,
31
"rentEpoch": 371
32
}
33
],
34
"unitsConsumed": 200000,
35
"returnData": {
36
"programId": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA",
37
"data": "AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASjD8="
38
}
39
}
40
}
還沒有帳號嗎?
endpoint 幾秒鐘endpoint 建立您的Quicknode endpoint ,並開始建置
立即免費開始使用