get-account
Retrieve the currently active Ethereum account from MetaMask, enabling secure interaction with blockchain applications without exposing private keys.
Instructions
Get the current account.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}