THIS SITE IS UNDER CONSTRUCTION
curl --location --request GET 'https://api-core.deriv.com/v1/config/currency?currency=USD' \
--header 'Authorization: '
{
"data": [
{
"cashiers": [
"string"
],
"currency": {
"enabled": true
},
"fee": {
"transfer": {
"crypto_percentage": 0,
"fiat_percentage": 0,
"stablecoin_percentage": 0
}
},
"label": "string",
"limit": {
"deposit": {
"min_amount_in_base_currency": 0
},
"transfer": {
"max_amount_per_transaction": 0,
"min_amount_per_transaction": 0,
"number_of_daily_transfers": 0,
"volatility": 0
},
"withdrawal": {
"min_amount_in_base_currency": 0,
"number_of_daily_withdrawal": 0
}
},
"type": "string"
}
],
"meta": {
"endpoint": "string",
"method": "string",
"timing": 0
}
}