Skip to main content
Glama
query.lcd.js372 B
export class LCDQueryClient { req; constructor({ requestClient }) { this.req = requestClient; this.params = this.params.bind(this); } /* Params queries the parameters of x/consensus_param module. */ async params(_params = {}) { const endpoint = `cosmos/consensus/v1/params`; return await this.req.get(endpoint); } }

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

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