Post Wallet Send Email
Core Prod
https://api-core.deriv.com/v1
Core Prod
https://api-core.deriv.com/v1
POST
/uae/wallet-email
post_wallet_send_email
Last modified:2025-07-11 09:01:34
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-core.deriv.com/v1/uae/wallet-email' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "USD"
}'
Response Response Example
200 - Success
{
"data": [
{
"status": 200,
"code": "Success",
"message": "The email has been sent successfully!"
}
],
"meta": {
"endpoint": "/v1/uae/wallet-email",
"method": "POST",
"timing": 1226
}
}
Request
Header Params
Authorization
string
required
Example:
{{CLIENT_AUTH_TOKEN}}
Body Params application/json
Responses
Modified at 2025-07-11 09:01:34