Skip to main content
Glama

Osmosis MCP Server

get-pool-join-exit-records

Retrieve historical liquidity pool join and exit records to analyze user activity, filtered by pool ID and optionally by address or limit.

Instructions

Returns historical join and exit records for a pool

Input Schema

NameRequiredDescriptionDefault
addressNoOptional: filter by specific address
limitNoMaximum number of records to return (default: 50)
poolIdYesThe ID of the liquidity pool

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Optional: filter by specific address", "type": "string" }, "limit": { "description": "Maximum number of records to return (default: 50)", "maximum": 100, "minimum": 1, "type": "number" }, "poolId": { "description": "The ID of the liquidity pool", "type": "string" } }, "required": [ "poolId" ], "type": "object" }

Other Tools from Osmosis MCP Server

Related Tools

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/MyronKoch-dev/osmosis-mcp-server'

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