v1

latestOpenAPI 3.0.42026-07-26432241.7 KB
Stats

General statistics

get/stats

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

circulatingSaucestring

Total sauce in circulation in its smallest unit

swapTotalinteger

Total swaps across all pools since inception

tvlstring

Total value locked priced in Tinybar

tvlUsdnumber float

Total value locked in USD

volumeTotalstring

Total trading volume since inception priced in Tinybar

volumeTotalUsdnumber float

Total volume in USD

Example response

{
  "circulatingSauce": "526531284317600",
  "tvl": "55577479377624950",
  "tvlUsd": 26773811.729033,
  "volumeTotal": "372768795310667371",
  "volumeTotalUsd": 220524200.282553
}