Skip to main content
Glama
query.lcd.js774 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LCDQueryClient = void 0; class LCDQueryClient { req; constructor({ requestClient }) { this.req = requestClient; this.params = this.params.bind(this); this.getAuthenticators = this.getAuthenticators.bind(this); } /* Parameters queries the parameters of the module. */ async params(_params = {}) { const endpoint = `osmosis/smartaccount/params`; return await this.req.get(endpoint); } /* GetAuthenticators */ async getAuthenticators(params) { const endpoint = `osmosis/smartaccount/authenticators/${params.account}`; return await this.req.get(endpoint); } } exports.LCDQueryClient = LCDQueryClient;

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