getCryptoQuotes
Track real-time cryptocurrency prices, trading volumes, and price changes using the FMP Full Cryptocurrency Quotes API.
Instructions
Access real-time cryptocurrency quotes with the FMP Full Cryptocurrency Quotes API. Track live prices, trading volumes, and price changes for a wide range of digital assets.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
short | No | Whether to use short format |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"short": {
"description": "Whether to use short format",
"type": "boolean"
}
},
"type": "object"
}