Connect to the Solana blockchain and access its data seamlessly. Retrieve account balances, transaction details, and blockchain information with ease. Enhance your applications by integrating real-time Solana data and functionalities.
Tools
get_balance
Returns the balance of the account of provided Pubkey. Args: address (str): Pubkey of account to query Returns: str: Account balance response in the format "Balance of {address}: {balance}"
get_transaction
Returns transaction details for a confirmed transaction. Args: hash (str): Transaction signature as base-58 encoded string Returns: str: Transaction details in the format "Transaction: {transaction}"
get_block
Returns identity and transaction information about a confirmed block in the ledger. Args: slot (int): Slot number as u64 integer Returns: str: Block information in the format "Block: {block}"
get_block_height
Returns the current block height of the node. Returns: str: Current block height in the format "Block height: {height}"
Installation
Login to configure client