cURL
curl --request GET \ --url https://api.saucerswap.finance/tokens/price-change \ --header 'x-api-key: <x-api-key>'
{ "0.0.731861": -2.5351798847046836, "0.0.786931": 4.047875243039449, "0.0.629591": -12.223518441429796 }
API key for authentication. The demo api key provided is globally rate limited. Do not use in production.
Successful operation
24-hours price change percentage for the given tokenId
Was this page helpful?