Skip to main content
GET
Get yearly volume and liquidity for pools

Authorizations

x-api-key
string
header
required

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

x-api-key
string
required

API key for authentication. Request a key from [email protected].

Example:

"YOUR_API_KEY"

Response

200 - application/json

Successful response

poolId
integer
required

Pool id

Example:

502

timestampSeconds
integer
required

Timestamp in unix seconds

Example:

1697760000

liquidity
string
required

Pool liquidity in its smallest unit

Example:

"1268297620467"

volume
string
required

Pool volume in its smallest unit

Example:

"178297285042"