Reveal server seed

Reveals the server seed for a retired seed pair. Only works on retired pairs — active and upcoming pairs keep their server seed hidden.

Body·
required
application/json
  • seedPairId
    Type: string
    required

    ID of the retired seed pair to reveal

Responses
  • application/json
  • application/json
Request Example for post/seed/reveal
curl https://rgs.jackpot.studio/seed/reveal \
  --request POST \
  --header 'Content-Type: application/json' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
  --data '{
  "seedPairId": ""
}'
{
  "$schema": "https://example.com/schemas/SeedRevealOutputBody.json",
  "clientSeed": "string",
  "nonce": 0,
  "serverHash": "string",
  "serverSeed": "string"
}