Get Crypto Prices
crypto.price.currentFetch current cryptocurrency prices for specified coins and currencies, with optional 24-hour change, market cap, and volume data.
Instructions
Get current prices for cryptocurrencies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coins | Yes | List of coin IDs to get prices for | |
| vs_currencies | No | Target currencies for price conversion | |
| include_24h_change | No | Include 24-hour price change percentage | |
| include_market_cap | No | Include market capitalization | |
| include_volume | No | Include 24-hour trading volume |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |