THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST '/core/business/config/currencies' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"data": {
"BTC": {
"cashiers": [
""
],
"currency": {
"enabled": true
},
"decimal": {
"maximum": 8,
"minimum": 2
},
"features": {
"convert": {
"destination_enabled": true,
"source_enabled": true
},
"deposit": {
"enabled": false
},
"withdrawal": {
"enabled": false
}
},
"fee": {
"transfer": {
"crypto_percentage": 2,
"fiat_percentage": 2,
"stablecoin_percentage": 2
}
},
"label": "Bitcoin",
"limit": {
"deposit": {
"min_amount_in_base_currency": 0.0002
},
"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": 0.0002,
"number_of_daily_withdrawal": 5
}
},
"type": "cryptocurrency"
},
"TRX": {
"cashiers": [
"crypto_cashier",
"p2p"
],
"currency": {
"enabled": true
},
"decimal": {
"maximum": 6,
"minimum": 0
},
"features": {
"convert": {
"destination_enabled": true,
"source_enabled": true
},
"deposit": {
"enabled": true
},
"withdrawal": {
"enabled": true
}
},
"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",
"p2p"
],
"currency": {
"enabled": true
},
"decimal": {
"maximum": 2,
"minimum": 2
},
"features": {
"convert": {
"destination_enabled": true,
"source_enabled": true
},
"deposit": {
"enabled": true
},
"withdrawal": {
"enabled": true
}
},
"fee": {
"transfer": {
"crypto_percentage": 2,
"fiat_percentage": 0,
"stablecoin_percentage": 1
}
},
"label": "US Dollar",
"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": [
"crypto_cashier",
"p2p"
],
"currency": {
"enabled": true
},
"decimal": {
"maximum": 8,
"minimum": 2
},
"features": {
"convert": {
"destination_enabled": true,
"source_enabled": true
},
"deposit": {
"enabled": true
},
"withdrawal": {
"enabled": true
}
},
"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
}
}