跳转至主要内容

simulateBundle RPC Method - JITO

正在加载...

更新于
2025年11月12日

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 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)

参数

对象
对象
必填
正在加载...
encodedTransactions
数组
正在加载...
对象
数组
正在加载...
simulationBank
字符串
正在加载...
skipSigVerify
布尔型
正在加载...
replaceRecentBlockhash
布尔型
正在加载...
accounts
对象
正在加载...
地址
字符串
正在加载...
encoding
字符串
正在加载...
preExecutionAccountsConfigs
数组
正在加载...
对象
对象
正在加载...
accountIndex
数字
正在加载...
地址
数组
正在加载...
postExecutionAccountsConfigs
数组
正在加载...
对象
对象
正在加载...
accountIndex
数字
正在加载...
地址
数组
正在加载...

退货

结果
对象
正在加载...
上下文
对象
正在加载...
apiVersion
字符串
正在加载...
插槽
整数
正在加载...
err
字符串
正在加载...
日志
数组
正在加载...
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
“日志”: [
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
“日志”: [
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
}
还没有账号吗?
只需几秒钟即可创建您的 Quicknode 端点,并开始构建
免费开始使用