get-block-number
Retrieve the current block number of a specified blockchain using chain ID. Enable AI-driven blockchain interactions securely via MetaMask integration, without exposing private keys.
Instructions
Get the block nunber of a chain
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chainId | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"chainId": {
"type": "number"
}
},
"type": "object"
}