Skip to main content
Glama
questflowai

Aster Finance MCP Server

by questflowai

getAdlQuantile

Calculate position ADL quantile estimation to assess liquidation risk for cryptocurrency trading positions on the Aster exchange.

Instructions

Get Position ADL Quantile Estimation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo

Implementation Reference

  • Executes the getAdlQuantile tool by dispatching a signed GET request to the Binance Futures API endpoint '/fapi/v1/adlQuantile'.
    case 'getAdlQuantile': return makeRequest('GET', '/fapi/v1/adlQuantile', args, true);
  • Defines the input schema for the getAdlQuantile tool, which expects an object with a 'symbol' property of type string.
    inputSchema: { type: 'object', properties: { symbol: { type: 'string' }, }, },
  • src/index.ts:500-509 (registration)
    Registers the getAdlQuantile tool in the list of available tools, including its name, description, and input schema.
    { name: 'getAdlQuantile', description: 'Get Position ADL Quantile Estimation.', inputSchema: { type: 'object', properties: { symbol: { type: 'string' }, }, }, },

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