THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/config/country' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "za"
}'
{
"value": {
"details": {
"releaseId": "56422c20-5d74-49bc-9f15-1a4b6cc18c98",
"versionId": "1a4ef68d-6c48-4ce0-9fd9-00235b62c3be"
},
"performance": "561.5µs",
"result": {
"account": {
"cfd": {
"offerings": [
"standard"
]
}
},
"counterparty": {
"risk": {
"high": [
"dfx"
],
"restricted": [
"dcl",
"diel"
],
"standard": [
"dbvi",
"dvl",
"dml"
]
}
},
"country": {
"affiliates": {
"brands": [
"deriv",
"champion"
]
},
"client": {
"brands": [
"deriv",
"champion"
]
},
"enabled": false
},
"country_code": "za",
"restricted_countries": [
"us",
"gb",
"ug",
"rw",
"ca",
"kp",
"my",
"cy",
"ir",
"mt"
],
"signup": {
"special_disclaimer": false
},
"tin": {
"required": {
"dbvi": true,
"dfx": true,
"diel": true,
"dml": true,
"dvl": true
}
},
"wallet": {
"counterparty": "dsvg",
"currencies": [
"USD",
"BTC",
"ETH",
"LTC",
"USDC"
],
"recommended_currencies": "USD",
"other_currencies": [
"BTC",
"ETH",
"LTC",
"USDC"
]
}
}
},
"meta": {
"endpoint": "/v1/config/country",
"method": "POST",
"timing": 1881
}
}