Skip to main content
Glama
query.lcd.js435 B
export class LCDQueryClient { req; constructor({ requestClient }) { this.req = requestClient; this.userValidatorPreferences = this.userValidatorPreferences.bind(this); } /* Returns the list of ValidatorPreferences for the user. */ async userValidatorPreferences(params) { const endpoint = `osmosis/valset-pref/v1beta1/${params.address}`; 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