Skip to main content
GET
Get monthly price, volume and liquidity for token by id

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"

Path Parameters

tokenId
string
required

Token id (shard.realm.num)

Example:

"0.0.731861"

Response

200 - application/json

Successful response

timestampSeconds
integer
required

Unix seconds

Example:

1697677200

tokenId
string
required

Token id (shard.realm.num)

Example:

"0.0.731861"

price
string
required

Token price in tinybar

Example:

"36334886"

liquidity
string
required

Token liquidity in its smallest unit

Example:

"5971792596548121"

volume
string
required

Token volume in its smallest unit

Example:

"100169644699152"