Enable Transfer with Exchange{
"amount": 10.2,
"coinSymbol": "USDT",
"direction": 10,
"exchangeCode": 10,
"exchangeUserId": 842131231,
"parentWalletId": 201108087331,
"requestId": 1640995200000,
"status": 10,
"timestamp": 1640995200000
}curl --location --request POST '/open-api/v1/wallet/transfer/exchange' \
--header 'open-apikey;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 10.2,
"coinSymbol": "USDT",
"direction": 10,
"exchangeCode": 10,
"exchangeUserId": 842131231,
"parentWalletId": 201108087331,
"requestId": 1640995200000,
"status": 10,
"timestamp": 1640995200000
}'{
"data": {
"orderViewId": "23886401831948479677280001",
"status": 10,
"direction": null
},
"code": "000000",
"message": "Success"
}