MCP Crypto Wallet EVM

by dcSpark
Verified
MIT License
30
2
  • Apple
  • Linux

wallet_get_transaction_count

Get the number of transactions sent from this account (nonce)

Input Schema

NameRequiredDescriptionDefault
blockTagNoOptional block tag (latest, pending, etc.)
walletNoThe wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set.

Input Schema (JSON Schema)

{ "properties": { "blockTag": { "description": "Optional block tag (latest, pending, etc.)", "type": "string" }, "wallet": { "description": "The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set.", "type": "string" } }, "required": [], "type": "object" }