THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/signup' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "+91123456789",
"preferred_language": "en"
}'
{
"data": [
{
"status": 200,
"code": "Success",
"message": "Please check your email or phone for the verification code."
}
],
"meta": {
"endpoint": "/signup",
"method": "POST",
"timing": 100
}
}