MantraChain MCP Server

by allthatjazzleo
Verified

dex-get-pools

Retrieve all available liquidity pools from the DEX by specifying the network name, enabling users to access essential data for trading and asset management on MantraChain.

Instructions

Get all available liquidity pools from the DEX

Input Schema

NameRequiredDescriptionDefault
networkNameYesName of the network to use - must first check available networks through `networks://all`

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "networkName": { "description": "Name of the network to use - must first check available networks through `networks://all`", "type": "string" } }, "required": [ "networkName" ], "type": "object" }

You must be authenticated.

Other Tools from MantraChain MCP Server

Related Tools

ID: p4x6v48lbj