curl --location --request GET 'https://api.arcanumpay.com/api/v1/wallets/static?currencyName&cryptoNetwork' \
--header 'project-id;' \
--header 'api-key;'{
"success": true,
"data": {
"id": "81ed0513-07db-41a1-bc97-abc308859552",
"balance": "100",
"address": "0:dk3ijfjwefjiejfew",
"isScamWallet": false,
"status": 1,
"projectId": "bf530842-3c43-4426-a269-01e8e8922af1",
"createdAt": "2025-09-13T17:53:57.819Z",
"updatedAt": "2025-09-13T17:53:57.819Z",
"currency": {
"id": "233442",
"currencyName": "USDT",
"cryptoNetwork": 2,
"currencyType": 1,
"isCoin": false,
"isSupportAsyncObserver": true,
"feeFixed": 1,
"feePercent": 0.01
}
},
"error": null
}