Get platform historical liquidity or volume data
Stats
REST API: Platform liquidity and volume history
Query historical platform-wide liquidity or volume in tinybar over hourly, daily, or weekly intervals between two unix-second timestamps you choose.
GET
Get platform historical liquidity or volume data
Authorizations
API key provisioned by the SaucerSwap team. Request one from [email protected] and send it in the x-api-key header with every request.
Headers
API key for authentication. Request a key from [email protected].
Example:
"YOUR_API_KEY"
Query Parameters
From unix seconds
Example:
1697600000
To unix seconds
Example:
1697610000
Data interval
Available options:
HOUR, DAY, WEEK Example:
"HOUR"
Data type
Available options:
LIQUIDITY, VOLUME Example:
"LIQUIDITY"