curl --location '/api/wallet/new' \
--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 '{
"name": "string",
"only_api": true
}'{
"code": 1000,
"data": {
"wallet_id": "2086405cdb7f35a02389cb5bd43f19bf9f3c8f5c",
"name": "wallet1",
"type": "asset",
"is_show": false,
"only_api": false,
"sub_wallets": [
{
"sub_wallet_id": "18",
"address": "0x111...",
"chain": "evm",
"remark": "dolore ut cupidatat"
},
{
"sub_wallet_id": "8",
"address": "0x111...",
"chain": "evm",
"remark": "nostrud"
}
]
},
"msg": "esse dolore"
}