timeboost_getRoundSequence
Request Body
{
"jsonrpc": "2.0",
"id": 1,
"method": "timeboost_getRoundSequence",
"params": [
// [Integer] The starting round number (must be a Kairos-controlled round).
1234,
]
}CURL Example
curl -X POST \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "timeboost_getRoundSequence",
"params": [1234],
"id": 1
}' \
https://rpc.kairos-timeboost.xyzResponse Example
Last updated