get_quotes
Fetch cryptocurrency quotes by providing a slug or symbol. Integrates with Coinmarket API to retrieve accurate pricing data for crypto assets.
Instructions
Get cryptocurrency quotes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
slug | No | ||
symbol | No |
Input Schema (JSON Schema)
{
"properties": {
"slug": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"required": [],
"type": "object"
}