Convert an amount of one cryptocurrency or fiat currency into one or more different currencies utilizing the latest market rate for each currency. You may optionally pass a historical timestamp as `time` to convert values based on historical rates (as your API plan supports).
- Provider
- CoinMarketCap Cryptocurrency API
- Input summary
- {"name":"amount","type":"number","required":true,"description":"An amount of currency to convert. Example: 10.43"}, {"name":"id","type":"string","required":false,"description":"The CoinMarketCap currency ID of the base cryptocurrency or fiat to convert from. Example: \"1\""}, {"name":"symbol","type":"string","required":false,"description":"Alternatively the currency symbol of the base cryptocurrency or fiat to convert from. Example: \"BTC\". One \"id\" or \"symbol\" is required."}, {"name":"time","type":"string","required":false,"description":"Optional timestamp (Unix or ISO 8601) to reference historical pricing during conversion. If not passed, the current time will be used."}, {"name":"convert","type":"string","required":false,"description":"Pass up to 120 comma-separated fiat or cryptocurrency symbols to convert the source amount to."}, {"name":"convert_id","type":"string","required":false,"description":"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 replac...
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available