We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DaunteEth/woofi-pro-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
account.d.ts•293 B
/**
* Get account information (using key info endpoint)
*/
export declare function getAccountInfo(): Promise<any>;
/**
* Get account positions
*/
export declare function getAccountPositions(): Promise<any>;
/**
* Get open orders
*/
export declare function getOpenOrders(): Promise<any>;