ListCryptoQuotes
ListCryptoQuotes retrieves cryptocurrency quotes from CoinGecko.
Authorizations
User-issued WorldMonitor API key.
Query Parameters
Cryptocurrency IDs to retrieve (CoinGecko IDs). Empty returns the default crypto set. At most 25 IDs are accepted; the handler resolves them seed-first and fetches the remainder (gap) from the upstream provider.
Optional JMESPath expression applied server-side to project or reduce the JSON response before it is returned (mirrors the MCP jmespath argument). Invalid expressions, expressions larger than 1024 UTF-8 bytes, or projections that exceed the 256 KB output cap return HTTP 400 with a {_jmespath_error, original_keys} envelope. Grammar and worked examples: https://www.worldmonitor.app/docs/mcp-jmespath.
Response
Successful response
ListCryptoQuotesResponse contains cryptocurrency quotes.
CoinGecko IDs that were requested but could not be resolved from the seed or the upstream provider. Omitted IDs are never silently dropped.
Data source for this response: "seed" (default set/seed hits only), "upstream" (at least one gap ID fetched from the provider), "mixed" (seed hits plus fetched gaps), or "degraded" (a gap fetch failed).
