getCryptocurrencyBatchQuotes
Retrieve real-time cryptocurrency price data, market changes, and trading volumes in a single request, enabling efficient monitoring of multiple digital assets for financial analysis.
Instructions
Access live price data for a wide range of cryptocurrencies with the FMP Real-Time Cryptocurrency Batch Quotes API. Get real-time updates on prices, market changes, and trading volumes for digital assets in a single request.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
short | No | Get short quotes instead of full quotes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"short": {
"description": "Get short quotes instead of full quotes",
"type": "boolean"
}
},
"type": "object"
}