Skip to main content
GET
Get hourly, daily and weekly price change for default listed tokens

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

id
string
required

Token id (shard.realm.num)

Example:

"0.0.731861"

symbol
string
required

Token symbol

Example:

"SAUCE"

priceUsd
number<float>
required

Token price in USD

Example:

0.0177

liquidityUsd
number<float>
required

Token liquidity in USD

Example:

2880053.73

priceChangeHour
number<float>
required

Price change % for the past hour

Example:

0.01

priceChangeDay
number<float>
required

Price change % for the past day

Example:

0.04

priceChangeWeek
number<float>
required

Price change % for the past week

Example:

0.11