curl --location '/api/wallet/sub/list' \
--header 'timestamp-milli: 1783926654123' \
--header 'request-id: 99352544-bb54-44f9-9310-c5c2d7498e17' \
--header 'team-id: your_team_id' \
--header 'api-id: your_api_id' \
--header 'currency-id: usd' \
--header 'Content-Type: application/json' \
--data '{
"wallet_id": "string",
"chain": "all"
}'{
"code": 1000,
"data": {
"items": [
[
{
"sub_wallet_id": "97",
"address": "0x111...",
"chain": "evm",
"remark": "labore ut incididunt tempor pariatur"
},
{
"sub_wallet_id": "20",
"address": "0x111...",
"chain": "evm",
"remark": "incididunt aliquip in"
}
]
]
},
"msg": "ut"
}