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.
/order (with userPublicKey), sign it, and submit it to your RPC.
Set Up
Imports, constants, and the wallet/connection used across every step.
Imports, Constants, and Wallet
Imports, Constants, and Wallet
Request an Order
Request an order from GET /order using
userPublicKey, input/output mints, amount, slippage, and your execution path. The response returns a base64-encoded transaction. Use dexes to enforce a deterministic path (for example, a single venue).Request an Order
Request an Order
Sign the Transaction
Deserialize the base64 transaction and sign it with the user’s keypair.
Sign the Transaction
Sign the Transaction
Submit the Transaction
Submit the signed transaction to a Solana RPC, wait for confirmation, and report success or failure with a link to the transaction on Orb.
Submit and Confirm
Submit and Confirm
API Routes
Cookbook Repository
This recipe, along with many more, is available in the DFlow Cookbook Repo. You can clone it and start coding immediately.Need Help?
Join Our Discord
Connect with other developers, get help, and stay updated on the latest
DFlow developments.
Dev Notifications
Join the DFlow Dev Notifications Telegram group to stay in the loop on
new features and other announcements.