Skip to main content
GET
/
api
/
market
/
v1
/
list-crypto-quotes
ListCryptoQuotes
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
    }
  ]
}

Query Parameters

ids
string

Cryptocurrency IDs to retrieve (CoinGecko IDs). Empty returns defaults.

Response

Successful response

ListCryptoQuotesResponse contains cryptocurrency quotes.

quotes
object[]