{
"currencies": [
{
"symbol": "EUR",
"decimals": 2,
"type": 1,
"deposit_methods": [
"SEPA"
],
"withdraw_methods": [
"SEPA"
],
"config": {
"debit": {
"allow": false,
"min": "-1",
"max": "-1"
},
"credit": {
"allow": false,
"min": "-1",
"max": "-1"
},
"transfer_debit": {
"allow": false,
"min": "-1",
"max": "-1"
},
"conversion": {
"allow": true,
"min": "10",
"max": "200000"
},
"deposit": [
{
"method": "SEPA",
"approach": "API"
}
]
},
"fees": {
"debit_fee": {
"is_single": false,
"object": "",
"method": "",
"value": "",
"original_value": ""
},
"credit_fee": {
"is_single": false,
"object": "",
"method": "",
"value": "",
"original_value": ""
},
"transfer_debit_fee": {
"is_single": false,
"object": "",
"method": "",
"value": "",
"original_value": ""
}
}
},
{
"symbol": "USDT",
"decimals": 6,
"type": 2,
"deposit_methods": [
"ERC20"
],
"withdraw_methods": [
"ERC20"
],
"config": {
"debit": {
"allow": true,
"min": "20",
"max": "200000"
},
"credit": {
"allow": true,
"min": "20",
"max": "200000"
},
"transfer_debit": {
"allow": false,
"min": "-1",
"max": "-1"
},
"conversion": {
"allow": true,
"min": "20",
"max": "200000"
},
"deposit": []
},
"fees": {
"debit_fee": {
"is_single": true,
"object": "customer",
"method": "fixed",
"value": "0",
"original_value": "0.99"
},
"credit_fee": {
"is_single": true,
"object": "customer",
"method": "fixed",
"value": "0",
"original_value": "0.99"
},
"transfer_debit_fee": {
"is_single": false,
"object": "",
"method": "",
"value": "",
"original_value": ""
}
}
},
{...}
],
"pairs": [
{
"pair": "USDT-EUR"
},
{...}
],
"buy": {
"fiat": [
{
"symbol": "AUD",
"config": {
"allow": true,
"min": "15",
"max": "4500"
},
"decimals": 2
},
{...}
],
"crypto": [
{
"symbol": "USDT"
}
],
"fee": [
{
"issuing_country": "US",
"processing_fee": [
{
"org": "VISA",
"method": "percent",
"value": "3.75"
},
{
"org": "Mastercard",
"method": "percent",
"value": "3.75"
}
]
},
{
"issuing_country": "US",
"processing_fee": [
{
"org": "VISA",
"method": "percent",
"value": "1.85"
},
{
"org": "Mastercard",
"method": "percent",
"value": "1.85"
}
]
},
{...}
]
}
}