curl --request GET \
--url http://localhost/wallet/api/credit/list{
"code": 123,
"msg": "<string>",
"data": [
{
"createTime": "2023-11-07T05:31:56Z",
"currency": "AUD",
"currencyIcon": "<string>",
"currencyId": 123,
"currencySymbol": "<string>",
"dailyAtmLimit": 123,
"dailyConsumptionLimit": 123,
"decimalPlaces": 123,
"enableActivity": true,
"feature": "<string>",
"feeIssuing": 123,
"feeKyc": 123,
"feeMonth": 123,
"groupName": "<string>",
"id": 123,
"level": 123,
"name": "<string>",
"network": "MASTER",
"rechargeFeeRate": 123,
"status": "DISABLE",
"styleConfig": "<string>",
"type": "PHYSICAL",
"updateTime": "2023-11-07T05:31:56Z",
"channel": "UTGL"
}
]
}curl --request GET \
--url http://localhost/wallet/api/credit/list{
"code": 123,
"msg": "<string>",
"data": [
{
"createTime": "2023-11-07T05:31:56Z",
"currency": "AUD",
"currencyIcon": "<string>",
"currencyId": 123,
"currencySymbol": "<string>",
"dailyAtmLimit": 123,
"dailyConsumptionLimit": 123,
"decimalPlaces": 123,
"enableActivity": true,
"feature": "<string>",
"feeIssuing": 123,
"feeKyc": 123,
"feeMonth": 123,
"groupName": "<string>",
"id": 123,
"level": 123,
"name": "<string>",
"network": "MASTER",
"rechargeFeeRate": 123,
"status": "DISABLE",
"styleConfig": "<string>",
"type": "PHYSICAL",
"updateTime": "2023-11-07T05:31:56Z",
"channel": "UTGL"
}
]
}