curl --request POST \
--url https://raptor-beta.solanatracker.io/swap \
--header 'Content-Type: application/json' \
--data '
{
"userPublicKey": "<string>",
"quoteResponse": {
"inputMint": "<string>",
"outputMint": "<string>",
"amountIn": "<string>",
"amountOut": "<string>",
"minAmountOut": "<string>",
"feeAmount": "<string>",
"priceImpact": 123,
"slippageBps": 123,
"routePlan": [
{
"programId": "<string>",
"dex": "<string>",
"pool": "<string>",
"inputMint": "<string>",
"outputMint": "<string>",
"amountIn": "<string>",
"amountOut": "<string>",
"feeAmount": "<string>",
"priceImpact": 123,
"percent": 123
}
],
"contextSlot": 123,
"timeTaken": 123,
"swapUsdValue": "<string>"
},
"wrapUnwrapSol": true,
"txVersion": "v0",
"computeUnitPriceMicroLamports": 123,
"computeUnitLimit": 123,
"priorityFee": "<string>",
"maxPriorityFee": 123,
"tipAccount": "<string>",
"tipLamports": 123,
"feeAccount": "<string>",
"feeBps": 123,
"feeFromInput": false,
"chargeBps": 123
}
'