跳转到主要内容
POST
getSlotLeader

授权

api_key
string
query
必填

请求体

application/json
jsonrpc
enum<string>
默认值:2.0
必填

The JSON-RPC protocol version.

可用选项:
2.0
示例:

"2.0"

id
string
默认值:1
必填

A unique identifier for the request.

示例:

"1"

method
enum<string>
默认值:getSlotLeader
必填

The name of the RPC method to invoke.

可用选项:
getSlotLeader
示例:

"getSlotLeader"

params
object[]
必填

Optional configuration object.

响应

200 - application/json

Successfully retrieved the slot leader.

jsonrpc
enum<string>

The JSON-RPC protocol version.

可用选项:
2.0
示例:

"2.0"

id
string

Identifier matching the request.

示例:

"1"

result
string

The Solana validator identity (public key) scheduled as block producer for this slot.

示例:

"q9XWcZ7T1wP4bW9SB4XgNNwjnFEJ982nE8aVbbNuwot"