Skip to main content
Glama

MCP Helius

by dcSpark

helius_get_priority_fee_estimate

Retrieve transaction priority fee estimates on the Solana blockchain using the Helius API. Specify account keys and customize options like priority level to optimize fee calculations for efficient transaction processing.

Instructions

Get priority fee estimate for a transaction

Input Schema

NameRequiredDescriptionDefault
accountKeysNo
optionsNo

Input Schema (JSON Schema)

{ "properties": { "accountKeys": { "items": { "type": "string" }, "type": "array" }, "options": { "properties": { "includeAllPriorityFeeLevels": { "type": "boolean" }, "priorityLevel": { "enum": [ "default", "high", "max" ], "type": "string" } }, "type": "object" } }, "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