Skip to main content
Glama

Desk3 MCP Server

Official
by desk3

get_mini_24hr

Retrieve real-time 24-hour mini ticker data for cryptocurrency trading pairs using the symbol parameter. Supports individual symbols like BTCUSDT or fetches all pairs if unspecified. Ideal for monitoring market trends.

Instructions

Get 24-hour mini ticker info, supports symbol parameter

Input Schema

NameRequiredDescriptionDefault
symbolNoTrading pair symbol in format like BTCUSDT, ETHUSDT, etc. Leave empty to get all symbols.

Input Schema (JSON Schema)

{ "properties": { "symbol": { "description": "Trading pair symbol in format like BTCUSDT, ETHUSDT, etc. Leave empty to get all symbols.", "examples": [ "BTCUSDT", "ETHUSDT", "BNBUSDT" ], "pattern": "^[A-Z0-9]+$", "type": "string" } }, "required": [], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/desk3/cryptocurrency-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server