LLM.txt: https://www.frontrun.pro/api/llm.txt
Table of Contents
- Introduction
- Quick Start
- API Key Management
- Wallet Management
- Create a Wallet
- Import an Existing Wallet
- View Wallet List and Balances
- Export Wallet Private Key
- Executing Trades
- Buy
- Sell
- Confirmation Modes
- API Reference
- Error Handling
- Security Best Practices
1. Introduction
The Frontrun Trading API is a programmatic trading interface for developers, enabling automated execution of Solana token trades through code. Core capabilities include:
- Custodial Wallets: Private keys are encrypted and managed by the platform via KMS — no need to handle key storage yourself
- Programmatic Trading: Execute buy/sell orders via REST API, with automatic routing through direct AMM or Jupiter aggregator
- Dual Confirmation Modes: Asynchronous (returns signature immediately) and synchronous (waits for on-chain confirmation)
- Portal Management: Visually manage API keys and wallets through the web console, no coding required
Service Endpoint:
The base URL for all wallet and trade endpoints is https://solana.frontrun.pro, with all paths prefixed by /api/v1/trading-api.