🤖 New: DFlow Agent CLI. Give your AI agent a Solana wallet and let it trade. Get started
curl --request POST \
--url https://quote-api.dflow.net/submit-intent \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"quoteResponse": {
"feeBudget": 1,
"inAmount": "<string>",
"inputMint": "<string>",
"minOutAmount": "<string>",
"otherAmountThreshold": "<string>",
"outAmount": "<string>",
"outputMint": "<string>",
"priceImpactPct": "<string>",
"slippageBps": 1,
"lastValidBlockHeight": 1,
"openTransaction": "<string>",
"platformFee": {
"amount": "<string>",
"feeAccount": "<string>",
"feeBps": 1,
"segmenterFeeAmount": "<string>",
"segmenterFeePct": 1
}
},
"signedOpenTransaction": "<string>"
}
'{
"openTransactionSignature": "<string>",
"orderAddress": "<string>",
"programId": "<string>"
}API reference for POST /submit-intent
curl --request POST \
--url https://quote-api.dflow.net/submit-intent \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"quoteResponse": {
"feeBudget": 1,
"inAmount": "<string>",
"inputMint": "<string>",
"minOutAmount": "<string>",
"otherAmountThreshold": "<string>",
"outAmount": "<string>",
"outputMint": "<string>",
"priceImpactPct": "<string>",
"slippageBps": 1,
"lastValidBlockHeight": 1,
"openTransaction": "<string>",
"platformFee": {
"amount": "<string>",
"feeAccount": "<string>",
"feeBps": 1,
"segmenterFeeAmount": "<string>",
"segmenterFeePct": 1
}
},
"signedOpenTransaction": "<string>"
}
'{
"openTransactionSignature": "<string>",
"orderAddress": "<string>",
"programId": "<string>"
}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.
API key for authentication. Contact hello@dflow.net to obtain an API key.