cURL
curl --request GET \ --url https://api.modo.link/canton-mainnet/v1/market/get-price \ --header 'x-api-key: <api-key>'
{ "price": 123, "change24h": 123, "updateTimestamp": 123 }
Retrieve the current token price
OK