curl --location --request GET '/v1/wallet/list?walletId'{
"status": 0,
"code": "string",
"msg": "string",
"data": [
{
"walletId": 0,
"name": "string",
"walletType": "operation_prime",
"autoCollection": true,
"wallets": [
{
"currency": "string",
"available": 0,
"unavailable": 0
}
]
}
],
"traceId": "string"
}