THIS SITE IS UNDER CONSTRUCTION
curl --location --request GET 'https://api-core.deriv.com/v1/client/address' \
--header 'Authorization: '
{
"data": [
{
"id": 1208,
"client_id": 1403,
"address_line_1": "No. 12, Urugan Mubuye",
"address_line_2": "Senjda Taimnye Street",
"state_province": "BR-SP",
"city": "Abadia dos Dourados",
"zip_postal_code": "90999",
"created_time": "2025-07-09T07:46:15.862239",
"updated_time": "2025-07-09T09:29:37.016236",
"staff_identifier": null,
"reason": null,
"residence_country": "ae"
}
],
"meta": {
"endpoint": "/v1/client/address",
"method": "GET",
"timing": 987
}
}