Stop paying 1% to trade memecoins through an API. We build the transaction for 0.25%, you sign it, it lands. Every launchpad on Solana, BNB Chain and Robinhood Chain, with a free real-time stream and a free trade archive.
You're overpaying 4x
Most trading APIs take 1% of every trade and sell the data on top. Here the fee is a quarter of that, the data is free, and there is no account to open.
| shrine.trade | the usual API | |
|---|---|---|
| Trade fee, Solana | 0.25% | 1% |
| Your private key | stays on your machine | held for you, or pasted into a form |
| Real-time trades, launches, migrations | free, every venue, one socket | paid tier or rate-capped |
| Historical replay | free hourly archive of every trade | not offered |
| Sign-up | none, no API key for trading | account and key |
| Landing | Jito bundles with guaranteed delivery, or the relay | bring your own RPC |
| Chains | Solana, BNB Chain, Robinhood Chain | Solana |
Every launchpad, one call
Pass a mint and an amount. The API finds the pool, follows migrations and returns an unsigned transaction for the right venue.
Three steps, no custody
The private key stays in your script. We never see it, and there is nothing to withdraw.
Ask for a transaction
POST the action, your public key, the mint and the amount to /api/local-trade. No API key.
Sign it locally
Your wallet signs the returned bytes on your machine, in Node, Python or the browser.
Send it
Post the signed transaction to /api/send and we broadcast it, or use your own RPC.
PancakeSwap
Pons