Supercharge your Solana-based operations by connecting high-performance workflows to the ecosystem's most powerful protocols. Automate liquidity management, token transfers, and real-time data retrieval across the Solana network with seamless, low-latency integrations.

Get SOL Balance
ActionCheck a wallet's native SOL balance on Solana. Returns both the raw lamport amount and a human-readable SOL value. Supports mainnet and devnet.

Get SPL Token Metadata
ActionFetch metadata for any SPL token on Solana. Returns name, symbol, decimals, and Token-2022 extension info including safety flags (permanent delegate, transfer hook, transfer fee). Ideal for: token discovery, safety checks, display formatting.

Jupiter Swap Quote
ActionGet a swap quote from Jupiter, Solana's leading DEX aggregator. Returns the best route, expected output amount, and price impact for any SPL token pair. Read-only — does not execute a swap. Ideal for: price checks, swap previews, route analysis.

Get SPL Token Balance
ActionCheck a wallet's SPL token balance on Solana. Returns the raw token amount, human-readable balance, and token decimals. Supports any SPL token (USDC, BONK, etc.) on mainnet and devnet. Checks the Associated Token Account (ATA) for the given wallet + mint.

Jupiter Swap
ActionExecute a token swap on Solana via Jupiter, the leading DEX aggregator. Automatically finds the best route across all Solana DEX pools for any SPL token pair. Ideal for: automated swaps, portfolio rebalancing, DCA strategies, and token distribution on Solana.

Send SOL
ActionSend native SOL to another wallet address on Solana. Simple value transfer using SystemProgram. Validates addresses and prevents self-transfers. Ideal for: payments, SOL distribution, funding accounts, automated payouts on Solana.