THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/client/champion/tax-information' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"employment_status": "unemployed",
"is_foreign_taxpayer": true,
"account_opening_reason": "Savings",
"tax_identification_number": "4567-44XAR7",
"tax_residence_country": "gg"
}'
{
"data": [
{
"created_time": "2025-07-16T07:07:08.243437",
"updated_time": "2025-07-17T01:38:22.335733",
"employment_status": "unemployed",
"is_foreign_taxpayer": true,
"tax_residence_country": "gg",
"account_opening_reason": "Hedging",
"tax_identification_number": "4**7-44**R7"
}
],
"meta": {
"endpoint": "/v1/client/champion/tax-information",
"method": "POST",
"timing": 662
}
}