cURL
curl --request GET \ --url https://api.example.com/api/market/v1/list-crypto-quotes
{ "quotes": [ { "symbol": "<string>", "name": "<string>", "price": 123, "change": 123, "sparkline": [ 123 ], "change7d": 123 } ] }
ListCryptoQuotes retrieves cryptocurrency quotes from CoinGecko.
Cryptocurrency IDs to retrieve (CoinGecko IDs). Empty returns defaults.
Successful response
ListCryptoQuotesResponse contains cryptocurrency quotes.
Show child attributes
Was this page helpful?