Bir TRON adresi icin Akilli Mod’u etkinlestirin
cURL
curl --request POST \ --url https://api.example.com/api/v1/smart-mode/activate \ --header 'Content-Type: application/json' \ --data ' { "address": "<string>", "label": "<string>", "bw_guarantee": true } '
id
address
status
curl -X POST https://api.tronrental.com/v1/smart-mode/activate \ -H "X-API-Key: your_api_key" \ -H "Content-Type: application/json" \ -d '{ "address": "TYourAddress...", "label": "Main wallet", "bw_guarantee": true }'
{ "id": 42, "address": "TYourAddress...", "label": "Main wallet", "status": "active", "bw_guarantee": true, "subscription_fee_trx": "3.0", "transfer_fee_trx": "2.7", "created_at": "2026-03-05T12:00:00Z" }