Skip to main content
Glama

DeFi Trading Agent MCP Server

by edkdev

get_gasless_status

Check the status of a gasless swap transaction by providing the trade hash and blockchain ID, enabling efficient tracking and management of DeFi trades on 17+ blockchains.

Instructions

Get the status of a submitted gasless swap

Input Schema

NameRequiredDescriptionDefault
chainIdYesBlockchain ID where the trade was submitted
tradeHashYesTrade hash from gasless swap submission

Input Schema (JSON Schema)

{ "properties": { "chainId": { "description": "Blockchain ID where the trade was submitted", "type": "integer" }, "tradeHash": { "description": "Trade hash from gasless swap submission", "type": "string" } }, "required": [ "tradeHash", "chainId" ], "type": "object" }

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/edkdev/defi-trading-mcp'

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