Skip to main content
Glama

MCP Crypto Wallet EVM

by dcSpark

wallet_populate_transaction

Populate incomplete Ethereum or EVM-compatible blockchain transactions by auto-filling missing fields such as gasLimit, nonce, or gasPrice, ensuring transactions are ready for signing and execution.

Instructions

Populate a transaction with missing fields

Input Schema

NameRequiredDescriptionDefault
transactionYesThe transaction to populate
walletNoThe wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set.

Input Schema (JSON Schema)

{ "properties": { "transaction": { "description": "The transaction to populate", "properties": { "data": { "type": "string" }, "from": { "type": "string" }, "gasLimit": { "type": "string" }, "gasPrice": { "type": "string" }, "maxFeePerGas": { "type": "string" }, "maxPriorityFeePerGas": { "type": "string" }, "nonce": { "type": "number" }, "to": { "type": "string" }, "type": { "type": "number" }, "value": { "type": "string" } }, "required": [ "to" ], "type": "object" }, "wallet": { "description": "The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set.", "type": "string" } }, "required": [ "transaction" ], "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/dcSpark/mcp-cryptowallet-evm'

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