Skip to main content
Glama

DeFi Trading Agent MCP Server

by edkdev

get_portfolio_transactions

Retrieve transaction history for a wallet address on Ethereum or Base networks using pagination. Supports queries with optional parameters like cursor and limit, aiding in portfolio analysis for crypto trading.

Instructions

Get transaction history for a wallet address (BETA: 1 address, ETH/BASE only)

Input Schema

NameRequiredDescriptionDefault
addressesYesArray with single address and networks (BETA limitation: 1 address, max 2 networks)
afterNoCursor for pagination - get results after this cursor (optional)
beforeNoCursor for pagination - get results before this cursor (optional)
limitNoNumber of transactions to return (optional, default: 25, max: 50)

Input Schema (JSON Schema)

{ "properties": { "addresses": { "description": "Array with single address and networks (BETA limitation: 1 address, max 2 networks)", "items": { "properties": { "address": { "description": "Wallet address", "type": "string" }, "networks": { "description": "Network identifiers (BETA: only eth-mainnet and base-mainnet supported)", "items": { "enum": [ "eth-mainnet", "base-mainnet" ], "type": "string" }, "type": "array" } }, "required": [ "address", "networks" ], "type": "object" }, "maxItems": 1, "type": "array" }, "after": { "description": "Cursor for pagination - get results after this cursor (optional)", "type": "string" }, "before": { "description": "Cursor for pagination - get results before this cursor (optional)", "type": "string" }, "limit": { "description": "Number of transactions to return (optional, default: 25, max: 50)", "maximum": 50, "minimum": 1, "type": "integer" } }, "required": [ "addresses" ], "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