THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/core/business/config/currencies' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"data": {
"TRX": {
"cashiers": [
""
],
"currency": {
"enabled": true
},
"decimal": {
"maximum": 6,
"minimum": 0
},
"fee": {
"transfer": {
"crypto_percentage": 2,
"fiat_percentage": 2,
"stablecoin_percentage": 2
}
},
"label": "TRX",
"limit": {
"deposit": {
"min_amount_in_base_currency": 30
},
"transfer": {
"max_amount_per_transaction": 10000,
"min_amount_per_transaction": 1,
"number_of_daily_transfers": 10,
"volatility": 0.1
},
"withdrawal": {
"min_amount_in_base_currency": 30,
"number_of_daily_withdrawal": 5
}
},
"type": "cryptocurrency"
},
"USD": {
"cashiers": [
"premier_cashier"
],
"currency": {
"enabled": true
},
"decimal": {
"maximum": 2,
"minimum": 2
},
"fee": {
"transfer": {
"crypto_percentage": 2,
"fiat_percentage": 0,
"stablecoin_percentage": 1
}
},
"label": "US Dollar (USD)",
"limit": {
"deposit": {
"min_amount_in_base_currency": 10
},
"transfer": {
"max_amount_per_transaction": 10000,
"min_amount_per_transaction": 1,
"number_of_daily_transfers": 10,
"volatility": 0.1
},
"withdrawal": {
"min_amount_in_base_currency": 10,
"number_of_daily_withdrawal": 5
}
},
"type": "fiat"
},
"USDT": {
"cashiers": [
""
],
"currency": {
"enabled": true
},
"decimal": {
"maximum": 8,
"minimum": 2
},
"fee": {
"transfer": {
"crypto_percentage": 2,
"fiat_percentage": 1,
"stablecoin_percentage": 1
}
},
"label": "USDT (Tron)",
"limit": {
"deposit": {
"min_amount_in_base_currency": 8
},
"transfer": {
"max_amount_per_transaction": 10000,
"min_amount_per_transaction": 1,
"number_of_daily_transfers": 10,
"volatility": 0.01
},
"withdrawal": {
"min_amount_in_base_currency": 8,
"number_of_daily_withdrawal": 5
}
},
"type": "stablecoin"
}
},
"meta": {
"endpoint": "/v1/core/business/config/currencies",
"method": "POST",
"timing": 438
}
}