メインコンテンツへスキップ

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
ブール値
読み込み中...
accounts
オブジェクト
読み込み中...
addresses
文字列
読み込み中...
encoding
文字列
読み込み中...
preExecutionAccountsConfigs
配列
読み込み中...
オブジェクト
オブジェクト
読み込み中...
accountIndex
番号
読み込み中...
addresses
配列
読み込み中...
postExecutionAccountsConfigs
配列
読み込み中...
オブジェクト
オブジェクト
読み込み中...
accountIndex
番号
読み込み中...
addresses
配列
読み込み中...

返します

結果
オブジェクト
読み込み中...
context
オブジェクト
読み込み中...
apiVersion
文字列
読み込み中...
slot
整数
読み込み中...
err
文字列
読み込み中...
logs
配列
読み込み中...
preExecutionAccounts
配列
読み込み中...
オブジェクト
オブジェクト
読み込み中...
lamports
整数
読み込み中...
owner
文字列
読み込み中...
データ
文字列
読み込み中...
executable
ブール値
読み込み中...
rentEpoch
整数
読み込み中...
postExecutionAccounts
配列
読み込み中...
オブジェクト
オブジェクト
読み込み中...
lamports
整数
読み込み中...
owner
文字列
読み込み中...
データ
文字列
読み込み中...
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
}
まだアカウントをお持ちではありませんか?
Create your Quicknode endpoint in seconds and start building
今すぐ無料で始めましょう