Get market pairs (latest)

GET {{baseUrl}}/v1/cryptocurrency/market-pairs/latest?id=<get>&symbol=<get>&start=<>&limit=<>&convert=<>

Lists all market pairs for the specified cryptocurrency with associated stats. Use the convert option to return market values in multiple fiat and cryptocurrency conversions in the same call.

This endpoint is available on the following API plans: - Starter - Hobbyist - Standard - Professional - Enterprise

Cache / Update frequency: Every ~1 minute.

Request Params

KeyDatatypeRequiredDescription
idstringOne or more comma-separated CoinMarketCap cryptocurrency IDs. Example: "1,2"
symbolstringAlternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" or "symbol" is required.
startstringOptionally offset the start (1-based index) of the paginated list of items to return.
limitstringOptionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.
convertstringPass up to 32 comma-separated fiat or cryptocurrency symbols to convert the source amount to.