GET

/v2/tools/price-conversion

GET /v2/tools/price-conversion is an endpoint of the CoinMarketCap API API, listed on Proxygate by Proxygate. Price Conversion v2 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.

Price

Free / request

Method

GET

Settlement

USDC on Solana

Parameters

ParameterTypeRequiredDescription
idstringNoThe CoinMarketCap currency ID of the base cryptocurrency or fiat to convert from. Example: "1"
timestringNoOptional timestamp (Unix or ISO 8601) to reference historical pricing during conversion. If not passed, the current time will be used. If passed, we'll reference the closest historic values available for this conversion.
amountstringYesAn amount of currency to convert. Example: 10.43
symbolstringNoAlternatively the currency symbol of the base cryptocurrency or fiat to convert from. Example: "BTC". One "id" *or* "symbol" is required. Please note that starting in the v2 endpoint, due to the fact that a symbol is not unique, if you request by symbol each quote response will contain an array of objects containing all of the coins that use each requested symbol. The v1 endpoint will still return a single object, the highest ranked coin using that symbol.
convertstringNoPass up to 120 comma-separated fiat or cryptocurrency symbols to convert the source amount to.
convert_idstringNoOptionally 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.

Call /v2/tools/price-conversion with an AI agent

Proxygate CLI
# Call this endpoint with the Proxygate CLI
proxygate proxy coinmarketcap-api /v2/tools/price-conversion -X GET
MCP / agent
// Call it from an AI agent over the Proxygate MCP server
call_api({
  listing_id: "aebe9acd-a6fc-4796-9402-2e225d55def5",
  method: "GET",
  path: "/v2/tools/price-conversion"
})

CoinMarketCap API /v2/tools/price-conversion: frequently asked questions

Price Conversion v2

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 /v2/tools/price-conversion 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.