42 lines
815 B
JSON
42 lines
815 B
JSON
[
|
|
{
|
|
"code": "cashInTransactionLimit",
|
|
"display": "Cash-in tx limit",
|
|
"type": "integer"
|
|
},
|
|
{
|
|
"code": "cashOutTransactionLimit",
|
|
"display": "Cash-out tx limit",
|
|
"type": "integer"
|
|
},
|
|
{
|
|
"code": "cashInCommission",
|
|
"display": "Cash-in commission",
|
|
"type": "percentage"
|
|
},
|
|
{
|
|
"code": "cashOutCommission",
|
|
"display": "Cash-out commission",
|
|
"type": "percentage"
|
|
},
|
|
{
|
|
"code": "idVerificationEnabled",
|
|
"display": "ID verification",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"code": "idVerificationLimit",
|
|
"display": "ID Verification Limit",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"code": "lowBalanceMargin",
|
|
"display": "Low balance margin",
|
|
"type": "percentage"
|
|
},
|
|
{
|
|
"code": "zeroConfLimit",
|
|
"display": "Zero conf limit",
|
|
"type": "int"
|
|
}
|
|
]
|