/v1/cryptocurrency/listings/latest
GET /v1/cryptocurrency/listings/latest is an endpoint of the CoinMarketCap API API, listed on Proxygate by Proxygate. Listings Latest AI agents call it per request through a transparent proxy and pay Free per request in USDC on Solana, with no subscription and no API key to manage.
Free / request
GET
USDC on Solana
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| aux | string | No | Optionally specify a comma-separated list of supplemental data fields to return. Pass `num_market_pairs,cmc_rank,date_added,tags,platform,max_supply,circulating_supply,total_supply,market_cap_by_total_supply,volume_24h_reported,volume_7d,volume_7d_reported,volume_30d,volume_30d_reported,is_market_cap_included_in_calc` to include all auxiliary fields. |
| tag | string | No | The tag of cryptocurrency to include. |
| sort | string | No | What field to sort the list of cryptocurrencies by. |
| limit | string | No | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |
| start | string | No | Optionally offset the start (1-based index) of the paginated list of items to return. |
| convert | string | No | Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found [here](#section/Standards-and-Conventions). Each conversion is returned in its own "quote" object. |
| sort_dir | string | No | The direction in which to order cryptocurrencies against the specified sort. |
| price_max | string | No | Optionally specify a threshold of maximum USD price to filter results by. |
| price_min | string | No | Optionally specify a threshold of minimum USD price to filter results by. |
| convert_id | string | No | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when `convert` is used. |
| market_cap_max | string | No | Optionally specify a threshold of maximum market cap to filter results by. |
| market_cap_min | string | No | Optionally specify a threshold of minimum market cap to filter results by. |
| volume_24h_max | string | No | Optionally specify a threshold of maximum 24 hour USD volume to filter results by. |
| volume_24h_min | string | No | Optionally specify a threshold of minimum 24 hour USD volume to filter results by. |
| cryptocurrency_type | string | No | The type of cryptocurrency to include. |
| circulating_supply_max | string | No | Optionally specify a threshold of maximum circulating supply to filter results by. |
| circulating_supply_min | string | No | Optionally specify a threshold of minimum circulating supply to filter results by. |
| percent_change_24h_max | string | No | Optionally specify a threshold of maximum 24 hour percent change to filter results by. |
| percent_change_24h_min | string | No | Optionally specify a threshold of minimum 24 hour percent change to filter results by. |
| unlocked_market_cap_max | string | No | Optionally specify a threshold of maximum unlocked market cap to filter results by. |
| unlocked_market_cap_min | string | No | Optionally specify a threshold of minimum unlocked market cap to filter results by. |
| self_reported_market_cap_max | string | No | Optionally specify a threshold of maximum self reported market cap to filter results by. |
| self_reported_market_cap_min | string | No | Optionally specify a threshold of minimum self reported market cap to filter results by. |
| unlocked_circulating_supply_max | string | No | Optionally specify a threshold of maximum unlocked circulating supply to filter results by. |
| unlocked_circulating_supply_min | string | No | Optionally specify a threshold of minimum unlocked circulating supply to filter results by. |
| self_reported_circulating_supply_max | string | No | Optionally specify a threshold of maximum self reported circulating supply to filter results by. |
| self_reported_circulating_supply_min | string | No | Optionally specify a threshold of minimum self reported circulating supply to filter results by. |
Call /v1/cryptocurrency/listings/latest with an AI agent
# Call this endpoint with the Proxygate CLI
proxygate proxy coinmarketcap-api /v1/cryptocurrency/listings/latest -X GET// Call it from an AI agent over the Proxygate MCP server
call_api({
listing_id: "aebe9acd-a6fc-4796-9402-2e225d55def5",
method: "GET",
path: "/v1/cryptocurrency/listings/latest"
})CoinMarketCap API /v1/cryptocurrency/listings/latest: frequently asked questions
Listings Latest
It costs Free per request, settled in USDC on Solana. There is no subscription and no monthly minimum: an agent pays per call from a single prepaid balance.
The agent calls GET /v1/cryptocurrency/listings/latest through the Proxygate gateway with the Proxygate CLI, SDK, or MCP server. Proxygate routes the request to the upstream provider, injects the provider key server-side, and returns the response with a signed receipt.
No. The upstream provider key never leaves the Proxygate gateway. Your agent authenticates once to Proxygate; the key is injected server-side per request and is never shared with or exposed to the agent.