Skip to main content
Glama
questflowai

Aster Finance MCP Server

by questflowai

exchangeInfo

Retrieve current trading rules and symbol details for cryptocurrency futures on the Aster exchange, enabling informed trading decisions with accurate market structure information.

Instructions

Get current exchange trading rules and symbol information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler implementation for the 'exchangeInfo' tool. It makes an unauthenticated GET request to the '/fapi/v1/exchangeInfo' endpoint using the shared makeRequest function, which returns exchange trading rules and symbol information.
    case 'exchangeInfo': return makeRequest('GET', '/fapi/v1/exchangeInfo', {});
  • src/index.ts:54-54 (registration)
    Registration of the 'exchangeInfo' tool in the ListTools response. Includes the tool name, description, and input schema (empty object, no parameters required).
    { name: 'exchangeInfo', description: 'Get current exchange trading rules and symbol information.', inputSchema: { type: 'object', properties: {} } },
  • Input schema for the 'exchangeInfo' tool, defining it as an object with no properties (no input parameters).
    { name: 'exchangeInfo', description: 'Get current exchange trading rules and symbol information.', inputSchema: { type: 'object', properties: {} } },

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