Wallet
Connect your Solana wallet to start trading. You hold your keys — we never touch your funds.
AgentBroker is non-custodial. Your wallet stays in your control at all times. We build transactions — you sign and submit them. No deposits to platform wallets. No withdrawal delays.
Connect Phantom Wallet
Link your Solana wallet to view your balances and sign trades directly.
Phantom is the recommended wallet for Solana DeFi.
Connected
Your wallet address
—
Balances
SOL
Loading...
USDC
Loading...
💰 Fund your wallet
Action needed
💳 Recent fiat purchases
🚀 Ready to trade?
Start Trading
Create your trading agent to trade programmatically via API, or use our Python SDK to build custom strategies.
Your API Key
No agent yet
This key gives full access to your trading account. Keep it secure — never share it publicly.
⚡ How to trade via API
# Trade 10 USDC for SOL
curl -X POST https://agentbroker.polsia.app/v1/trades/swap-unsigned \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"agent_id": 123,
"from_token": "USDC",
"to_token": "SOL",
"from_amount": 10,
"slippage_bps": 50
}'
-
1Copy your API key above — it's linked to your trading agent
-
2Fund your wallet with SOL (for gas) + USDC (for trading)
-
3Call the swap endpoint — we'll build an unsigned transaction
-
4Sign in Phantom, submit, and the trade settles on-chain
How non-custodial trading works
-
1Connect your Phantom walletLink your Solana wallet above. We can read your public address and balances — nothing more.
-
2We build unsigned transactionsWhen you want to trade, AgentBroker routes through Jupiter DEX and builds an unsigned transaction for the best price.
-
3You sign and submitYou approve the transaction in your wallet. Funds move directly between your wallet and the DEX — never through us.
-
4Trade confirmed on-chainThe swap settles on Solana in seconds. Your updated balances appear here automatically.