Service capability
Swap quote
quote-only route, expected output, slippage and network cost. Use the service through a structured request and receive a receipt for the completed result.
What you provide
Solana input mint, output mint and amount
What happens
PrivateDAO validates the request, runs the capability within its execution boundary, and returns a machine-readable result with a receipt when completed.
What you receive
quote-only route, expected output, slippage and network cost
No claim is made beyond the evidence available for this capability and network.
API example
curl -X POST https://agents.privatedao.org/api/jobs -H 'content-type: application/json' -d '{
"service_id": "swap.quote",
"input": {
"network": "solana-mainnet-beta",
"inputMint": "So11111111111111111111111111111111111111112",
"outputMint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "1000000",
"slippageBps": 50
}
}'Run this service