Skip to main content
Glama

MCP Helius

by dcSpark

helius_get_fee_for_message

Check the transaction fee for a base64-encoded Solana message using commitment levels (confirmed, finalized, processed) with MCP Helius.

Instructions

Get the fee for a serialized message

Input Schema

NameRequiredDescriptionDefault
commitmentNo
messageYesBase64 encoded message string

Input Schema (JSON Schema)

{ "properties": { "commitment": { "enum": [ "confirmed", "finalized", "processed" ], "type": "string" }, "message": { "description": "Base64 encoded message string", "type": "string" } }, "required": [ "message" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dcSpark/mcp-server-helius'

If you have feedback or need assistance with the MCP directory API, please join our Discord server