Get upcoming seed hash

Returns the server hash of the upcoming seed pair. This hash commits to a server seed before it becomes active.

Body·
required
application/json
Responses
  • application/json
  • application/json
Request Example for post/seed/upcoming
curl https://rgs.jackpot.studio/seed/upcoming \
  --request POST \
  --header 'Content-Type: application/json' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
  --data '{}'
{
  "$schema": "https://example.com/schemas/SeedUpcomingOutputBody.json",
  "serverHash": "string"
}