helius_get_slot
Retrieve the current slot of the Solana blockchain using the MCP Helius server, with optional commitment levels for accuracy. Facilitates real-time blockchain data access and transaction processing.
Instructions
Get the current slot of the Solana blockchain
Input Schema
Name | Required | Description | Default |
---|---|---|---|
commitment | No |
Input Schema (JSON Schema)
{
"properties": {
"commitment": {
"enum": [
"confirmed",
"finalized",
"processed"
],
"type": "string"
}
},
"required": [],
"type": "object"
}