v1

latestOpenAPI 3.0.42026-07-26432241.7 KB
Stats

Single-Sided Staking statistics

get/stats/sss

Headers

x-api-keystring required

API key for authentication. The demo api key provided is globally rate limited. Do not use in production.

Response

Successful response

avg5daynumber float

5-day average APR

rationumber float

XSAUCE to SAUCE ratio

saucestring

SAUCE amount in its smallest unit

timestampSecondsinteger

Unix timestamp in seconds

xsaucestring

XSAUCE amount in its smallest unit

Example response

{
  "avg5day": 0.0462,
  "ratio": 1.1172,
  "sauce": "242601707456381",
  "xsauce": "217150119725425"
}