GET
/api/public/v1/wallet/infoWallet info
Returns the wallet address, ETH balance, label, and last-used timestamp for the wallet behind an apiKey. Pass the apiKey via the x-api-key header — never in the URL.
Request
bash
curl https://noxaportal.fun/api/public/v1/wallet/info \
-H "x-api-key: nx_9f2a...48b1"Response
json
{
"address": "0xAbCdEf...",
"label": "my-sniper",
"balance": { "wei": "125000000000000000", "eth": "0.125" },
"createdAt": "2026-07-12T12:00:00Z",
"lastUsedAt": null
}