Skip to main content

Documentation Index

Fetch the complete documentation index at: https://pond.dflow.net/llms.txt

Use this file to discover all available pages before exploring further.

Any Solana wallet that supports standard transaction signing.
Network fees, optional priority fees, optional platform fees if you set them, and any DEX fees baked into the route. Slippage depends on market liquidity and trade size.
Spot trades are non-custodial and don’t require KYC. Trading Kalshi prediction markets requires KYC via Proof before a wallet can receive outcome tokens.
Sync trades settle in one transaction. Async trades span multiple. Prediction market trades are always async because Kalshi market interactions can’t complete atomically onchain.
No. Funds stay in the user’s wallet throughout the trade lifecycle.
Yes. Pass the sponsor parameter on /order to have a sponsor wallet cover the transaction fee.
No. The API factors platformFeeBps into slippage tolerance, so declaring a fee you don’t collect wastes slippage budget and gives users worse pricing. See Platform Fees.
No. The Trading API doesn’t set CORS headers, so browser requests are blocked. Proxy /order through your backend; most builders use an edge function (Cloudflare Workers, Vercel Edge Functions) to keep added latency low.
No.