Trading API
Fast Solana execution without trapping the user inside the platform
Corto.Fun gives teams fast server-side trading without locking user funds inside the platform. Generate the wallet once, keep the private key with the user, fund the wallet directly, and use the paired API key for trading.
Why teams choose this model: if Corto.Fun goes offline, user funds do not get trapped in a platform-only balance. The private and API keys are shown once during generation, stay with the user, and keep the exit path outside Corto.Fun. See why this is safer.
Start here: create the key bundle on Wallet Tools, import the private key into your wallet, fund it, then use the paired API key here. If you want signing to stay on the wallet side, use Local Build.
Execution Form
Build and send trade
Request Preview
Request snippets
Change form fields — request example updates automatically.
Snippet follows the current action field and selected language.
Response
Raw JSON response
Status: —
{}
Pricing and API fees
| Flow | API fee | Network costs | Notes |
|---|---|---|---|
| WebSocket Data Stream | Free | Your own client infra only | 1 connection per IP, filters reconfigured via control messages without reconnect |
| Lightning trade | 0.5% | Priority fee + optional Jito tip + DEX costs | Fastest execution path with server-side send |
| Local build | 0.1% | Priority fee + DEX costs | Unsigned transaction for client wallet signing |
| Transfer execute | 0.5% | Priority fee + network fee | Native SOL transfer with server-side execution for agent wallets |
| Dedicated swap | 0.5% when SOL is the input or output side, otherwise 0% | Priority fee + optional Jito tip + DEX costs + possible rent | Real exact-in swap. Pure token-to-token swaps currently do not add platform fee. |
| Partner payout | No platform cap on partner fee size | Added as extra transfer in same transaction | User is fully responsible for partner fee values |
Detailed legal boundaries and fee responsibility are defined in Terms of Service and Legal Notices.
Developer quick links
Why this is easier to trust
Your funds are not trapped inside a platform subaccount. If Corto.Fun is unavailable, the wallet still remains under your control through the private key you saved.
See wallet flowFree Data Stream
Inspect live WebSocket JSON, copy control messages, and reconfigure event filters without reconnecting.
Open data streamDev analytics
Query partner and project performance windows with summary and user rows.
Open analytics