Skip to main content
Glama

Alchemy MCP Server

Official

fetchTransfers

Retrieve blockchain transfer data by specifying block range, addresses, contracts, and categories. Use to query transaction details, filter by value, and paginate results efficiently within the Alchemy MCP Server.

Input Schema

NameRequiredDescriptionDefault
categoryNoThe category of transfers to query. e.g. "external" or "internal"
contractAddressesNoThe contract addresses to query. e.g. ["0x1234567890123456789012345678901234567890"]
excludeZeroValueNoWhether to exclude zero value transfers.
fromAddressNoThe wallet address to query the transfer was sent from.
fromBlockNoThe block number to start the search from. e.g. "1234567890". Inclusive from block (hex string, int, latest, or indexed).0x0
maxCountNoThe maximum number of results to return. e.g. "0x3E8".0xA
networkNoThe blockchain network to query. e.g. "eth-mainnet" or "base-mainnet").eth-mainnet
orderNoThe order of the results. e.g. "asc" or "desc".asc
pageKeyNoThe cursor to start the search from. Use this to paginate through the results.
toAddressNoThe wallet address to query the transfer was sent to.
toBlockNoThe block number to end the search at. e.g. "1234567890". Inclusive to block (hex string, int, latest, or indexed).latest
withMetadataNoWhether to include metadata in the results.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "category": { "default": [ "external", "erc20" ], "description": "The category of transfers to query. e.g. \"external\" or \"internal\"", "items": { "type": "string" }, "type": "array" }, "contractAddresses": { "default": [], "description": "The contract addresses to query. e.g. [\"0x1234567890123456789012345678901234567890\"]", "items": { "type": "string" }, "type": "array" }, "excludeZeroValue": { "default": true, "description": "Whether to exclude zero value transfers.", "type": "boolean" }, "fromAddress": { "description": "The wallet address to query the transfer was sent from.", "type": "string" }, "fromBlock": { "default": "0x0", "description": "The block number to start the search from. e.g. \"1234567890\". Inclusive from block (hex string, int, latest, or indexed).", "type": "string" }, "maxCount": { "default": "0xA", "description": "The maximum number of results to return. e.g. \"0x3E8\".", "type": "string" }, "network": { "default": "eth-mainnet", "description": "The blockchain network to query. e.g. \"eth-mainnet\" or \"base-mainnet\").", "type": "string" }, "order": { "default": "asc", "description": "The order of the results. e.g. \"asc\" or \"desc\".", "type": "string" }, "pageKey": { "description": "The cursor to start the search from. Use this to paginate through the results.", "type": "string" }, "toAddress": { "description": "The wallet address to query the transfer was sent to.", "type": "string" }, "toBlock": { "default": "latest", "description": "The block number to end the search at. e.g. \"1234567890\". Inclusive to block (hex string, int, latest, or indexed).", "type": "string" }, "withMetadata": { "default": false, "description": "Whether to include metadata in the results.", "type": "boolean" } }, "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/alchemyplatform/alchemy-mcp-server'

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