timeboost_getAuctionWinnerByRound (Deprecated)
Sample Request by Round
{
"jsonrpc": "2.0",
"id": 1,
"method": "timeboost_getAuctionWinnerByRound",
"params": [
// [Integer] Specific round you want to find out if we are the winner for.
1234,
]
}Sample Request by Timestamp
{
"jsonrpc": "2.0",
"id": 1,
"method": "timeboost_getAuctionWinnerByTs",
"params": [
// [Integer] UTC timestamp since the epoch.
1761238476,
]
}CURL Example
Response Example
Last updated