Skip to main content
Glama
questflowai

Aster Finance MCP Server

by questflowai

getTradeList

Retrieve cryptocurrency trade history for a specific trading pair and account on Aster Finance, allowing users to analyze transaction data within specified timeframes and parameters.

Instructions

Get trades for a specific account and symbol.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endTimeNo
fromIdNo
limitNo
startTimeNo
symbolYes

Implementation Reference

  • The handler logic for 'getTradeList' tool, which makes a signed GET request to the Aster API endpoint '/fapi/v1/userTrades'.
    case 'getTradeList': return makeRequest('GET', '/fapi/v1/userTrades', args, true);
  • src/index.ts:461-475 (registration)
    Registration of the 'getTradeList' tool in the ListTools response, including name, description, and input schema definition.
    { name: 'getTradeList', description: 'Get trades for a specific account and symbol.', inputSchema: { type: 'object', properties: { symbol: { type: 'string' }, startTime: { type: 'number' }, endTime: { type: 'number' }, fromId: { type: 'number' }, limit: { type: 'number' }, }, required: ['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