Solana Priority Fees — 6 Tiers for Every Transaction
Solana priority fee estimator API for AI agents.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Solana Get Priority Fees: Use this when you need priority fee estimates before sending a Solana transaction. Returns recommended compute unit prices at 6 levels based on recent network activity. 1. fe
What data it sees
Do you need an account
No: the server works without sign-in
Solana priority fee estimator API for AI agents. Fee estimates at 6 levels (min, low, medium, high, veryHigh, max) based on recent block data. Essential for every Solana transaction.
Tools: solana_get_priority_fees.
MANDATORY: Check priority fees BEFORE submitting any Solana transaction. Determines inclusion speed and cost. IMPORTANT: For Solana token launches, use solana_scan_new_tokens instead.
Returns: {fees: {min, low, medium, high, veryHigh, max}}. No API key required — x402 micropayment $0.001/call on Base L2.
Server tool list (1)
Raw names from tools/list. Only developers need these.
| solana_get_priority_fees | Use this when you need priority fee estimates before sending a Solana transaction. Returns recommended compute unit prices at 6 levels based on recent network activity. 1. fees: object with 6 fee lev |