curl "https://api.trusset.org/stocks/api/fetch/balance/0x1234.../0xAbC123..." \ -H "X-API-Key: trusset_abc123xy_secret..."
{ "success": true, "data": { "account": "0xAbC123dEf456789012345678901234567890AbCd", "total": "5000", "transferable": "4200", "frozen": "800" }, "metadata": { "requestId": "550e8400-e29b-41d4-a716-446655440000", "timestamp": "2025-06-15T12:00:00.000Z", "instanceId": "inst_abc123" } }
Retrieve the total, transferable, and frozen balance for an account
Show child attributes