THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/wallets/transfers/exchange' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
  "request_id": "a977b536-fe78-463a-b6ab-82630909f18f",
  "rate_token": "eyJhbGciOiJIUzI1NiJ9.eyJleGNoYW5nZV9yYXRlIjoiMC4zNDQxNCIsInNvdXJjZV9jdXJyZW5jeSI6IlRSWCIsImRlc3RpbmF0aW9uX2N1cnJlbmN5IjoiVVNEIiwiZGlzcGxheV9yYXRlIjoiMC4zNCIsImlhdCI6MTc1OTc0NDQyNSwibmJmIjoxNzU5NzQ0NDI1LCJleHAiOjE3NTk3NDUwMjV9.owJUoh6lVK7RSKamK3bkHeuBZWVKU0YRIDrREqi3AA4",
  "destination_currency": "USD",
  "source_wallet_id": "66a84222-18b0-42d7-8599-f3dc1381d12a",
  "destination_wallet_id": "66a84222-18b0-42d7-8599-f3dc1381d12a",
  "exchange_rate": "0.34",
  "amount": "7.377545",
  "source_currency": "TRX"
}'{
    "data": {
        "exchange_rate": "1.53",
        "transferred_amount": "15.33",
        "fee": "0",
        "amount_converted": "10"
    },
    "meta": {
        "endpoint": "/v1/wallets/transfers/exchange",
        "method": "POST",
        "timing": 49584
    }
}