curl --request POST \
--url https://api-partner.houdiniswap.com/v2/exchanges/multi \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"orders": [
{
"from": "6689b73ec90e45f3b3e51564",
"to": "6689b73ec90e45f3b3e51558",
"amount": 123,
"addressTo": "<string>",
"anonymous": true,
"destinationTag": "<string>",
"useXmr": true,
"walletInfo": "<string>",
"filters": {
"onlySwaps": [
"<string>"
],
"rotatePayoutWallets": true,
"deviationThreshold": 50,
"rotationLookback": 50,
"inLeg": {
"include": [
"<string>"
],
"exclude": [
"<string>"
]
},
"outLeg": {
"include": [
"<string>"
],
"exclude": [
"<string>"
]
}
}
}
],
"filters": {
"onlySwaps": [
"<string>"
],
"rotatePayoutWallets": true,
"deviationThreshold": 50,
"rotationLookback": 50,
"inLeg": {
"include": [
"<string>"
],
"exclude": [
"<string>"
]
},
"outLeg": {
"include": [
"<string>"
],
"exclude": [
"<string>"
]
}
}
}
'