Configs
Testing
GET
/configs
configs
Last modified:2025-02-06 08:23:14
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-core.deriv.com/v1/configs' \
--header 'Authorization: {{CLIENT_AUTH_TOKEN}}' \
--header 'x-client-id: {{RL_EXCLUSION_KEY}}'
Response Response Example
{
"data": [
{
"id": 2,
"key": "restricted_countries",
"value": "[\"as\",\"by\",\"be\",\"bv\",\"ca\",\"cu\",\"gg\",\"gu\",\"hk\",\"gs\",\"ae\",\"gb\"]",
"type": "json",
"description": "list of restricted countries",
"created_at": "2024-10-16T05:23:03.593684",
"updated_at": "2024-10-21T03:58:18.196896"
},
{
"id": 201,
"key": "transfer_fee_percentage",
"value": "2",
"type": "numeric",
"description": "specifies the percentage fee applied to transfers involving currency conversion.",
"created_at": "2024-11-19T03:00:15.401322",
"updated_at": null
},
{
"id": 8,
"key": "currency_details",
"value": "[{\"code\":\"USD\",\"cashiers\":[\"premier_cashier\",\"p2p\",\"payment_agents\"],\"label\":\"US Dollar\",\"type\":\"fiat\"},{\"code\":\"EUR\",\"cashiers\":[\"premier_cashier\"],\"label\":\"Euro\",\"type\":\"fiat\"},{\"code\":\"BTC\",\"cashiers\":[\"coinremitter\"],\"label\":\"Bitcoin\",\"type\":\"crypto\"},{\"code\":\"USDC\",\"cashiers\":[\"coinremitter\"],\"label\":\"USD Coin\",\"type\":\"crypto\"},{\"code\":\"ETH\",\"cashiers\":[\"coinremitter\"],\"label\":\"Ethereum\",\"type\":\"crypto\"},{\"code\":\"LTC\",\"cashiers\":[\"coinremitter\"],\"label\":\"Litecoin\",\"type\":\"crypto\"}]",
"type": "json",
"description": "list of currency details",
"created_at": "2024-11-11T08:39:44.72325",
"updated_at": null
}
],
"meta": {
"endpoint": "/configs",
"method": "GET",
"timing": 467
}
}
Request
Header Params
Authorization
string
optional
Example:
{{CLIENT_AUTH_TOKEN}}
x-client-id
string
optional
Default:
{{RL_EXCLUSION_KEY}}
Responses
Modified at 2025-02-06 08:23:14