Padre Terminal API: Is There a Public trade.padre.gg API for Bots?
Short answer: as of Sep 16, 2026 there is no public, documented Padre Terminal API or API-key system for developers. Everything Padre offers runs inside the app. This page explains what automation exists, why some sites claim to host "Padre API docs", and what to use instead if you are building a bot.
Current status of the Padre gg API
- The official docs and app expose no REST or WebSocket endpoints, no API keys and no SDK for third parties. An independent inspection of the production bundle in August 2026 reached the same conclusion.
- Padre's own backend obviously uses internal APIs to stream token data and route orders, but they are undocumented, authenticated per session and can change without notice. Scripting against them violates the terms of use and can get your account restricted.
- Since the Pump.fun acquisition there has been no announcement of a developer program. We will update this page if that changes.
Beware of "Padre API documentation" pages. Several referral sites publish articles titled "Padre API guide" with endpoints and authentication steps. These are not from Padre and, in the cases we checked, describe endpoints that do not exist. Treat any site asking you to generate a "Padre API key" by entering your wallet password or seed phrase as phishing.
What you can automate inside Padre without an API
Most people searching for a "Padre Terminal API" want one of these, and all of them exist in the app:
| Goal | In-app feature | Where |
|---|---|---|
| Auto-buy new tokens matching criteria | Saved Trenches filters + sound alerts (manual confirm), quick-buy presets | Trenches → filter icon → Save |
| Exit automatically | Take profit / stop loss / trailing orders | Orders tab or drag on chart |
| Mirror another wallet | Copy trading with fixed size and cap | Trackers → Copy |
| Alerts when a wallet trades | Wallet tracker notifications | Trackers |
| One-click sizing, slippage, priority fee | Custom presets (up to several per chain) | Settings → Presets |
Setup for each is covered in the trading guide and the filters guide.
If you are building a bot: real APIs to use instead
Padre is a front end; the liquidity it routes to is public. A developer who wants "the Padre API" usually wants direct access to the same markets:
- Solana RPC providers (Helius, Triton, QuickNode) for transaction submission, webhooks and account monitoring.
- Jupiter Swap API for aggregated routing on Solana; Raydium and Meteora SDKs for direct pool interaction.
- Pump.fun bonding-curve program via community SDKs or PumpPortal-style relays for pre-migration tokens. Verify any third-party relay carefully; it signs with your key.
- Jito bundles for MEV-protected landing, which is roughly what Padre's "MEV protection" mode does under the hood.
- On EVM chains: 0x, 1inch or Uniswap routers plus a Base/Ethereum RPC.
You give up Padre's UI, Smart Scan and cashback, but you get real, documented endpoints and keys you control.
Getting Padre-like data (holders, dev allocation, bundles)
Smart Scan style signals come from on-chain data plus heuristics. Public sources that cover most of it: RugCheck and GoPlus (honeypot, authorities, tax), Helius DAS and token-holder endpoints (top holders, fresh wallets), Birdeye or DexScreener APIs (price, volume, liquidity). Combining these is a weekend project for a developer and gets you close to what Padre shows on the token page.
Quick answers
Does Padre Terminal have an API?
No. As of 2026 there is no public Padre Terminal API, API keys or SDK. Automation is limited to in-app features such as presets, limit and stop orders, saved Trenches filters and copy trading. Sites advertising "Padre API documentation" are not official.
Can I export my trade history from Padre?
The Portfolio/PnL view shows per-token history in the app. There is no CSV export or API at the time of writing; for tax purposes use the wallet address with a blockchain explorer or a tax tool that reads Solana/EVM addresses.
Will Padre ever have an API?
Unknown. Pump.fun has published developer resources for its own launchpad, so an eventual Terminal API is plausible, but nothing has been announced. Follow @TradingTerminal for official news; we update this page when it changes.
Trade manually with the fastest UI instead
No API needed for presets, stop losses and copy trading. Open Padre Terminal and get up to 35% of fees back.