{"name":"Cryptrum Tron Webhook Service","version":"3.0.0","service":"API","description":"Real-time TRON address tracking with webhook notifications","baseUrl":"/api/webhook","authentication":{"header":"X-Auth-Token","note":"All routes except /create require authentication"},"endpoints":{"webhook":{"create":"POST /api/webhook/create","get":"GET /api/webhook/get","update":"POST /api/webhook/update","activate":"POST /api/webhook/activate","deactivate":"POST /api/webhook/deactivate","regenerateSecret":"POST /api/webhook/regenerate-secret"},"address":{"list":"GET /api/webhook/address/list","add":"POST /api/webhook/address/add","addBulk":"POST /api/webhook/address/add-bulk","update":"POST /api/webhook/address/update","remove":"POST /api/webhook/address/remove","removeBulk":"POST /api/webhook/address/remove-bulk"},"transaction":{"list":"GET /api/webhook/transaction/list"},"status":"/api/status"}}