THIS SITE IS UNDER CONSTRUCTION
curl --location --request GET 'https://api-core.deriv.com/v1/client/tax-information' \
--header 'Authorization: '{
"data": {
"employment_status": "self-employed",
"account_opening_reason": "additional revenue",
"tin_info": [
{
"tax_residence": "ar",
"tax_identification_number": "123456789"
},
{
"tax_residence": "cr",
"tax_identification_number": "987654321"
}
]
},
"meta": {
"endpoint": "/v1/client/tax-information",
"method": "GET",
"timing": 1227
}
}