Skip to main content
Glama

EDUCHAIN Agent Kit

get_pool_historical_data

Retrieve historical data for a specified liquidity pool on SailFish DEX to analyze past performance or trends. Input the pool address and desired days for customized insights.

Instructions

Get historical data for a liquidity pool on SailFish DEX

Input Schema

NameRequiredDescriptionDefault
daysNoNumber of days of data to return (default: 7)
poolIdYesPool address

Input Schema (JSON Schema)

{ "properties": { "days": { "description": "Number of days of data to return (default: 7)", "type": "number" }, "poolId": { "description": "Pool address", "type": "string" } }, "required": [ "poolId" ], "type": "object" }

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/SailFish-Finance/educhain-ai-agent-kit'

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