अपनी अकाउंट प्रोफ़ाइल प्राप्त करें
cURL
curl --request GET \ --url https://api.example.com/api/v1/account/profile
{ "id": 123, "email": "<string>", "tron_address": "<string>", "balance_trx": "<string>", "totp_enabled": true, "created_at": "<string>" }
curl https://api.tronrental.com/v1/account/profile \ -H "X-API-Key: your_api_key"
{ "id": 1, "email": "user@example.com", "tron_address": "TYourAddress...", "balance_trx": "150.50", "totp_enabled": false, "created_at": "2026-01-15T10:00:00Z" }