get-native-currency-balance
Retrieve the native currency balance of a specified blockchain address using MCPilot's secure MetaMask integration, enabling AI-driven blockchain interactions without exposing private keys.
Instructions
Get the native currency balance of an address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"address": {
"type": "string"
}
},
"required": [
"address"
],
"type": "object"
}