cURL
curl --request GET \ --url https://api.modo.link/canton-mainnet/v1/market/get-market-info \ --header 'x-api-key: <api-key>'
{ "circulatingSupply": { "valueCoin": 123 }, "dominanceDto": { "valuePercent": 123 }, "marketCapDto": { "changePercent": 123, "valueUsd": 123, "period": "<string>" }, "totalSupplyDto": { "valueCoin": 123, "valueUsd": 123 }, "totalStakeDto": { "valueCoin": 123, "valueUsd": 123 }, "tokenPriceDto": { "price": 123, "change24h": 123, "updateTimestamp": 123 }, "updateTimestamp": 123 }
Retrieve general market information
OK
Show child attributes