Skip to main content
Glama

Aptos Blockchain MCP

by cuongpo
MIT License

get_account_transactions

Retrieve detailed transaction history for any Aptos account address. View recent activities, including transaction details, using this tool for blockchain account monitoring.

Instructions

Get recent transactions for an Aptos account. This is used for viewing transaction history and activity for an account. Returns a list of recent transactions with details.

Input Schema

NameRequiredDescriptionDefault
account_addressYesAptos account address, e.g., 0x1 or 0x742d35Cc6634C0532925a3b8D6Ac0C4db9c8b3
limitNoMaximum number of transactions to return (optional, default: 10, max: 100)

Input Schema (JSON Schema)

{ "properties": { "account_address": { "description": "Aptos account address, e.g., 0x1 or 0x742d35Cc6634C0532925a3b8D6Ac0C4db9c8b3", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of transactions to return (optional, default: 10, max: 100)", "type": "number" } }, "required": [ "account_address" ], "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/cuongpo/aptos-mcp'

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