Skip to main content
GET
/
stats
General statistics
curl --request GET \
  --url https://api.saucerswap.finance/stats \
  --header 'x-api-key: <x-api-key>'
{
  "circulatingSauce": "526531284317600",
  "swapTotal": "1600796",
  "tvl": "55577479377624950",
  "tvlUsd": 26773811.729033,
  "volumeTotal": "372768795310667371",
  "volumeTotalUsd": 220524200.282553
}
Hedera NetworkBase URL
Mainnethttps://api.saucerswap.finance
Testnethttps://test-api.saucerswap.finance
PreviewnetNot supported

Headers

x-api-key
string
default:875e1017-87b8-4b12-8301-6aa1f1aa073b
required

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

Response

200 - application/json

Successful response

circulatingSauce
string

Total sauce in circulation in its smallest unit

Example:

"526531284317600"

swapTotal
integer

Total swaps across all pools since inception

Example:

"1600796"

tvl
string

Total value locked priced in Tinybar

Example:

"55577479377624950"

tvlUsd
number

Total value locked in USD

Example:

26773811.729033

volumeTotal
string

Total trading volume since inception priced in Tinybar

Example:

"372768795310667371"

volumeTotalUsd
number

Total volume in USD

Example:

220524200.282553