Skip to main content
Glama
questflowai

Aster Finance MCP Server

by questflowai

ticker_price

Get current cryptocurrency trading prices for specific symbols to monitor market movements and inform trading decisions on the Aster exchange.

Instructions

Latest price for a symbol or symbols.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNoTrading symbol

Implementation Reference

  • Handler case for the 'ticker_price' tool, which makes a GET request to the Aster API endpoint '/fapi/v1/ticker/price' with the provided arguments.
    case 'ticker_price': return makeRequest('GET', '/fapi/v1/ticker/price', args);
  • src/index.ts:195-204 (registration)
    Tool registration for 'ticker_price' in the ListTools response, including description and input schema requiring an optional 'symbol' parameter.
    { name: 'ticker_price', description: 'Latest price for a symbol or symbols.', inputSchema: { type: 'object', properties: { symbol: { type: 'string', description: 'Trading symbol' }, }, }, },

Latest Blog Posts

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/questflowai/aster-mcp-server'

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