GET
/
stats
/
platformData
curl --request GET \
  --url https://api.saucerswap.finance/stats/platformData \
  --header 'x-api-key: <x-api-key>'
[
  {
    "valueHbar": 46701854905030720,
    "timestampSeconds": 1697598000
  }
]
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.

Query Parameters

from
integer
required

From unix seconds

Example:

1697600000

to
integer
required

To unix seconds

Example:

1697610000

interval
enum<string>
default:HOUR
required

Data interval

Available options:
HOUR,
DAY,
WEEK
Example:

"HOUR"

field
enum<string>
default:LIQUIDITY
required

Data type

Available options:
LIQUIDITY,
VOLUME
Example:

"LIQUIDITY"

Response

200 - application/json

Successful response

The response is of type object[].