Solana Priority Fees — 6 Tiers for Every Transaction
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.
Token OHLCV — Historical Crypto Candles & Charts
Historical crypto OHLCV candle data API for AI agents. Daily, 4-hour, and 1-hour candles for any token via CoinGecko and GeckoTerminal. Open, high, low, close, volume — ready for charting or backtesting.
Tools: token_get_ohlcv_history.
Use this for technical analysis, backtesting trading strategies, building charts, or calculating indicators (MA, RSI, MACD). IMPORTANT: For current price only, use finance_get_token_price — it's faster and cheaper.
Returns: {candles: [{time, open, high, low, close, volume}]}. No API key required — x402 micropayment $0.002/call on Base L2.
Barcode Generator — EAN-13, UPC-A, Code128
Barcode generation API for AI agents. Generate EAN-13, UPC-A, Code128, and Code39 barcodes as base64 SVG with custom width and height. Ready for print or display.
Tools: utility_generate_barcode.
Use this for product labeling, inventory management, or retail applications. IMPORTANT: For QR codes, use utility_generate_qr_code instead.
Returns: {barcode (base64 SVG), format, dimensions}. No API key required — x402 micropayment $0.001/call on Base L2.
Slug Generator — URL-Friendly Text Conversion
URL slug generator API for AI agents. Convert any text into clean, URL-friendly slugs with accent transliteration, custom separators, and lowercase normalization.
Tools: text_generate_slug.
Use this for generating URL paths, file names, or database-friendly identifiers from user input or titles.
Returns: {slug, original}. No API key required — x402 micropayment $0.001/call on Base L2.
Jupiter Swap Quotes — Best Solana DEX Routes
Solana swap quote API via Jupiter aggregator for AI agents. Best route, price impact, slippage estimate, and priority fee for any SPL token swap. Jupiter routes through all Solana DEXes for optimal execution.
Tools: jupiter_get_swap_quote.
MANDATORY: Get a Jupiter quote BEFORE any Solana token swap. Essential for route optimization and slippage control. IMPORTANT: For EVM DEX quotes (Uniswap), use dex_get_swap_quote instead.
Returns: {route, amountOut, priceImpact, fee}. No API key required — x402 micropayment $0.002/call on Base L2.
Gas Oracle — Live Gwei Prices & USD Estimates
Ethereum gas price oracle API for AI agents. Live gas prices in 3 tiers (slow/standard/fast) with gwei values, USD cost estimates, and network congestion level. Time your transactions for minimum cost.
Tools: gas_get_current_price.
Use this BEFORE submitting any on-chain transaction. Essential for cost estimation, transaction timing, and gas budget management. IMPORTANT: For multi-chain gas comparison, use crypto_estimate_gas instead.
Returns: {slow, standard, fast, baseFee, congestion}. No API key required — x402 micropayment $0.001/call on Base L2.