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.
During development, you can use the developer endpoints without an API key. For production use, you’ll need an API key to avoid rate limits.
Fixed Fees with platformFeeBps
Use
platformFeeBps to specify a fixed fee in basis points. Control which token the fee is collected from using platformFeeMode.Basic Example
Basic Example
Collect Fee from Input Mint
Collect Fee from Input Mint
Other Endpoints
Other Endpoints
Fee Account Setup
The
feeAccount parameter is required and must match the fee mint. The account must exist before the trade executes.For prediction market outcome token trades, fees use
platformFeeScale instead, and the fee account must be a settlement mint token account. See Add Platform Fees (Prediction Markets).Related Resources
Platform Fees
How platform fees work, fee modes, and accepted denominations.
Spot Quickstart
Execute your first spot swap end-to-end.
Add Priority Fees
Control execution speed with priority fees.
Authenticate Requests
Authenticate requests for production rate limits.