{"info":{"_postman_id":"bddb22ed-1601-4286-a6f2-45a9ab85e244","name":"Tronix API Documentation","description":"<html><head></head><body><h2 id=\"api-documentation-request-for-tronix-integration\">API Documentation Request for Tronix Integration</h2>\n<h2 id=\"overview\">Overview</h2>\n<p>The Tronix API provides seamless integration for payment processing, transaction management, and fee structure optimization. This API enables companies to manage their financial operations efficiently while ensuring security and reliability.</p>\n<p>Base URL for requests - <a href=\"https://tronixbot.tech/\">https://api.tronixbot.tech</a></p>\n<h2 id=\"authentication\">Authentication</h2>\n<h3 id=\"to-obtain-api-request-permissions-please-provide-your-servers-ip-address-through-our-support-channel-at-tmetronixenergy_manager\">To obtain API request permissions, please provide your server’s IP address through our support channel at <a href=\"https://t.me/TronixEnergy_manager\">t.me/TronixEnergy_manager</a></h3>\n<p>The Tronix API uses API keys to authenticate requests. An API key verifies that a request is made on your behalf and grants access to all Tronix services.</p>\n<p>You can obtain an API key in the account settings of <a href=\"https://t.me/TronixEnergy_manager\">t.me/TronixEnergy_manager</a>. Treat the key as confidential information and do not share it with third parties. If your key has been compromised, contact support at <a href=\"https://t.me/TronixEnergy_manager\">t.me/TronixEnergy_manager</a> immediately.</p>\n<h2 id=\"tronix-api\">Tronix API</h2>\n<h3 id=\"the-key-is-passed-as-the-token-parameter-with-every-request\">The key is passed as the <strong>token</strong> parameter with every request.</h3>\n<p>To send requests to the Tronix API you must use a valid API key.</p>\n<ul>\n<li><strong>Authentication:</strong> Use the API key as a query parameter:</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">https://api.tronixbot.tech/balance?token=[YOUR-API-KEY]\n\n</code></pre>\n<ul>\n<li><p><strong>Protocol:</strong> All requests are made via <strong>HTTPS</strong></p>\n</li>\n<li><p><strong>Response format:</strong> The API returns data in <strong>JSON</strong>; errors are returned under the key <code>err</code></p>\n</li>\n<li><p><strong>API version:</strong> The current version is <strong>v1</strong> — send requests to:</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">https://api.tronixbot.tech/\n\n</code></pre>\n<ul>\n<li><strong>Time zone:</strong> All timestamps are in <strong>GMT+0</strong>.</li>\n</ul>\n<h2 id=\"support\">Support</h2>\n<p>For assistance with connecting to the Tronix API, please contact us on Telegram: <a href=\"https://t.me/TronixEnergy_manager\">t.me/TronixEnergy_manager</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15911588","collectionId":"bddb22ed-1601-4286-a6f2-45a9ab85e244","publishedId":"2sB34fkfiY","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-07-10T13:07:10.000Z"},"item":[{"name":"Collections","item":[{"name":"Common","item":[{"name":"Refill","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Username</th>\r","        <th>Full Name</th>\r","        <th>Balance</th>\r","        <th>Address</th>\r","        <th>Message</th>\r","        <th>IP</th>\r","    </tr>\r","    <tr>\r","        <td>{{response.userName}}</td>\r","        <td>{{response.full_name}}</td>\r","        <td>{{response.balance}}</td>\r","        <td>{{response.address}}</td>\r","        <td>{{response.message}}</td>\r","        <td>{{response.ip}}</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return {response: pm.response.json()}\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{}}}],"id":"5c00d153-bb63-437e-8b7d-9ee99f0244b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/refill?token","description":"<p>Account balance top-up</p>\n<p>Parameter descriptions (in the query string):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>Your API key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userName</code></td>\n<td><strong>JustinSunTron</strong> - Telegram username</td>\n</tr>\n<tr>\n<td><code>full_name</code></td>\n<td><strong>JustinSun</strong> - Name</td>\n</tr>\n<tr>\n<td><code>balance</code></td>\n<td><strong>0</strong> - user balance</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td><strong>TD5h9FBtWhqjSoYWKaPe3QDUwf1234567</strong> - deposit address</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><strong>Refill Balance</strong> - request type</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td><strong>100.10.150.30</strong> - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["refill"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":null}],"variable":[]}},"response":[{"id":"7f81f3af-a5e1-4909-afa5-1b091b740bf2","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/refill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"JustinSunTron\",\n  \"full_name\": \"JustinSun\",\n  \"balance\": 0,\n  \"address\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf1234567\",\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\"\n}"},{"id":"9eb1fe45-7800-4efb-9319-36395f7ccd7c","name":"403","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/refill"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"No User by token\"\n}"}],"_postman_id":"5c00d153-bb63-437e-8b7d-9ee99f0244b9"},{"name":"Balance","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"a381341b-1491-4987-b9c1-7caa29f398f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/balance?token=","description":"<p>Get the current account balance  </p>\n<p>Parameter descriptions (in the query string):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>Your API key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Request description JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value (Description)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userName</code></td>\n<td><strong>JustinSunTron</strong> - Telegram username</td>\n</tr>\n<tr>\n<td><code>full_name</code></td>\n<td><strong>JustinSun</strong> - Name</td>\n</tr>\n<tr>\n<td><code>balance</code></td>\n<td><strong>0</strong> - balance</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><strong>Check Balance</strong> - request type</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td><strong>100.10.150.30</strong> - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["balance"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":""}],"variable":[]}},"response":[{"id":"72923119-5b2e-4059-b329-0af059a58962","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"JustinSunTron\",\n  \"full_name\": \"JustinSun\",\n  \"balance\": 0,\n  \"message\": \"Check Balance\",\n  \"ip\": \"100.10.150.30\"\n}"},{"id":"f6ee14d2-ee2c-479e-a79d-ca63f624b39b","name":"403","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/balance"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Check Balance\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"No User by token\"\n}"}],"_postman_id":"a381341b-1491-4987-b9c1-7caa29f398f6"}],"id":"8d18b97b-29cf-4472-b12e-4c076bc9f3b9","_postman_id":"8d18b97b-29cf-4472-b12e-4c076bc9f3b9","description":""},{"name":"Buy Energy","item":[{"name":"Precount Order","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":[""],"type":"text/javascript","packages":{}}}],"id":"70178992-a7a4-4d9c-951c-bc4c71b62ee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/precountOrder?token&days=1h&volume=65000","description":"<p>Make a preliminary order calculation</p>\n<p><strong>Description of parameters (in the request string):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>token</code></td>\n<td>Your API key</td>\n</tr>\n<tr>\n<td><code>days</code></td>\n<td>Duration (1h, 1d, 3d, 1w, 1m)</td>\n</tr>\n<tr>\n<td><code>volume</code></td>\n<td>Vol (32 000 - 1 000 000)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>duration</code></td>\n<td><strong>1h</strong> - Rental duration</td>\n</tr>\n<tr>\n<td><code>volume</code></td>\n<td><strong>65000</strong> - Vol</td>\n</tr>\n<tr>\n<td><code>price</code></td>\n<td><strong>87</strong> - Price per energy volume (in SUN)</td>\n</tr>\n<tr>\n<td><code>summa</code></td>\n<td><strong>5.75</strong> - Amount to be paid for the order in TRX</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><strong>Precount Order</strong> - type of request</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td><strong>100.10.150.30</strong> - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["precountOrder"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":null},{"description":{"content":"<p>Rental time (1h, 1d, 3d, 1w, 1m)</p>\n","type":"text/plain"},"key":"days","value":"1h"},{"description":{"content":"<p>Vol (32000-1000000)</p>\n","type":"text/plain"},"key":"volume","value":"65000"}],"variable":[]}},"response":[{"id":"3ebb91d5-7b39-4a61-8ba2-e64c21c77a9b","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/precountOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"duration\": \"1h\",\n  \"volume\": 65000,\n  \"price\": 87,\n  \"summa\": 5.75,\n  \"message\": \"Precount Order\",\n  \"ip\": \"100.10.150.30\"\n}"},{"id":"40d39532-e1bf-4273-bef8-1075b22e1ad2","name":"403 not valid token","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/precountOrder"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Precount Order\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"No User by token\"\n}"},{"id":"597133c1-0ef6-4312-8fe3-577253e33fa6","name":"403 not valid days","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/precountOrder"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Precount Order\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"➖ Возможные варианты: 1h, 1d, 3d, 1w, 1m\"\n}"},{"id":"ae280922-a456-41fd-8b9f-f9f3f8107197","name":"403 not valid volume","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/precountOrder"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Precount Order\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"Minimal volume 32 000 energy\"\n}"}],"_postman_id":"70178992-a7a4-4d9c-951c-bc4c71b62ee9"},{"name":"Precount Commission","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5e0d4922-e8c3-4442-a403-76d4fa18c620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/precountCommission?token=&target=","description":"<p>Make a preliminary calculation of the energy order amount to perform a transaction to the address</p>\n<p>Description of parameters (in the request string):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>token</code></td>\n<td>Your API key</td>\n</tr>\n<tr>\n<td><code>target</code></td>\n<td>Address</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>target</code></td>\n<td>TT2ebtVjf7r9y75Dkbjqu4dfgdfD34P8P - Address</td>\n</tr>\n<tr>\n<td><code>summa</code></td>\n<td>5.64 - Amount to be paid for the order in TRX</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><strong>Precount Commission</strong> - type of request</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td><strong>100.10.150.30</strong> - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["precountCommission"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":""},{"description":{"content":"<p>Address</p>\n","type":"text/plain"},"key":"target","value":""}],"variable":[]}},"response":[{"id":"d469b089-b09d-4bbb-8356-1bf7067260d9","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/precountCommission"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"target\": \"TT2ebtVjf7r9y75Dkbjqu4dfgdfD34P8P\",\n    \"summa\": 5.64,\n    \"message\": \"Precount Commission\",\n    \"ip\": \"100.10.132.200\"\n}"},{"id":"2478f82a-9383-4b74-aa0a-39dca4346299","name":"403 not valid token","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/precountCommission"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Precount Commission\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"No User by token\"\n}"},{"id":"022ad0bd-0517-40c5-8669-7129b6b0e3ae","name":"403 not valid target","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/precountCommission"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Precount Commission\",\n  \"ip\": \"111.21.199.101\",\n  \"err\": \"UnCorrect address\"\n}"}],"_postman_id":"5e0d4922-e8c3-4442-a403-76d4fa18c620"},{"name":"Buy Energy","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1571b25a-6c3a-45e2-891d-2195aee515cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/buyEnergy?token&days=1h&volume=65000&target","description":"<p><strong>Buy Energy</strong>  </p>\n<p>If the target address is not activated, it will be activated automatically and 2 TRX will be deducted from the balance. Address activation is performed via a smart contract, so the address does not inherit any AML labeling.</p>\n<p><strong>Order statuses:</strong></p>\n<ul>\n<li><p><strong>Filled</strong> – Energy has been fully delegated.</p>\n</li>\n<li><p><strong>Created</strong> – Order is created, but energy has not been delegated yet. It is in the queue.</p>\n</li>\n<li><p><strong>Reclaimed</strong> – The energy rental period has expired, and our service has reclaimed the energy.</p>\n</li>\n</ul>\n<p><strong>Description of parameters (in the request string):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>token</code></td>\n<td>Your API key</td>\n</tr>\n<tr>\n<td><code>days</code></td>\n<td>Duration (1h, 1d, 3d, 1w, 1m)</td>\n</tr>\n<tr>\n<td><code>volume</code></td>\n<td>Vol (32 000 - 1 000 000)</td>\n</tr>\n<tr>\n<td><code>target</code></td>\n<td>Wallet address for ordering energy</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>days</code></td>\n<td><strong>1h</strong> - rental duration</td>\n</tr>\n<tr>\n<td><code>volume</code></td>\n<td><strong>65000</strong> - vol</td>\n</tr>\n<tr>\n<td><code>price</code></td>\n<td><strong>87</strong> - Price per energy volume (in SUN)</td>\n</tr>\n<tr>\n<td><code>summa</code></td>\n<td><strong>5.75</strong> - Amount to be paid for the order in TRX</td>\n</tr>\n<tr>\n<td><code>target</code></td>\n<td><strong>TGSLskKKdjB5KsdfNzbowTmkZ8fgVfg123456</strong> - Address receiving the energy</td>\n</tr>\n<tr>\n<td><code>balance</code></td>\n<td><strong>94.25</strong> - Remaining balance</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><strong>Filled</strong> - Order status. Possible values: Filled, Created, Reclaimed</td>\n</tr>\n<tr>\n<td><code>order_id</code></td>\n<td><strong>5345345343</strong> - Unique order identifier</td>\n</tr>\n<tr>\n<td><code>txid</code></td>\n<td><strong>dc9ec5e5bc395320d298ef385e1200e22d15b2ee44ff97385dfde341234552737ebd</strong> - Transaction hash (can be NULL if energy hasn’t been delegated)</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td><strong>123.111.236.181</strong> - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["buyEnergy"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":null},{"description":{"content":"<p>Rental Time (1h, 1d, 3d, 1w, 1m)</p>\n","type":"text/plain"},"key":"days","value":"1h"},{"description":{"content":"<p>Vol (min 32000, max 1000000)</p>\n","type":"text/plain"},"key":"volume","value":"65000"},{"description":{"content":"<p>Wallet address for ordering energy</p>\n","type":"text/plain"},"key":"target","value":null}],"variable":[]}},"response":[{"id":"0e2d6c78-d1dc-4b36-80ca-28c68c7f9292","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/buyEnergy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"days\": \"1h\",\n  \"volume\": 65000,\n  \"price\": 87,\n  \"summa\": 5.75,\n  \"target\": \"TGSLskKKdjB5KsdfNzbowTmkZ8fgVfgemWFZg\",\n  \"balance\": 94.25,\n  \"status\": \"Filled\",\n  \"order_id\": 5345345343,\n  \"txid\": \"dc9ec5e5bc395320d298ef385e1200e22d15b2ee44ff97385dfde345f40052737ebd\",\n  \"message\": \"Buying Energy\",\n  \"ip\": \"123.111.236.181\"\n}"},{"id":"52d14bf7-a37e-4d94-aa1e-22591527a050","name":"403 not valid token","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/buyEnergy"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Buying Energy\",\n  \"ip\": \"123.234.070.34\",\n  \"err\": \"No User by token\"\n}"},{"id":"d95d9509-9b76-4e97-8961-b52643b8baf2","name":"403 not valid days","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/buyEnergy"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Buying Energy\",\n  \"ip\": \"123.23.199.218\",\n  \"err\": \"➖ Возможные варианты: 1h, 1d, 3d, 1w, 1m\"\n}"},{"id":"1ba771cb-f76d-4f02-98cf-01d34bb75cb5","name":"403 not valid volume","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/buyEnergy"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Buying Energy\",\n  \"ip\": \"123.103.16.19\",\n  \"err\": \"Minimal volume 32 000 energy\"\n}"},{"id":"9ed54c59-46a6-497f-81d7-aaa8ef2ff5a4","name":"403 not valid target","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/buyEnergy"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Buying Energy\",\n  \"ip\": \"111.21.199.101\",\n  \"err\": \"UnCorrect address\"\n}"}],"_postman_id":"1571b25a-6c3a-45e2-891d-2195aee515cf"},{"name":"Get Status","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":[""],"type":"text/javascript","packages":{}}}],"id":"382dc281-d607-487c-b955-af3d0f4add28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/status?token&order_id=777777","description":"<p>Check Order Status</p>\n<p>Description of parameters (in the request string):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>token</code></td>\n<td>Your API key</td>\n</tr>\n<tr>\n<td><code>order_id</code></td>\n<td>Id order</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>duration</code></td>\n<td><strong>1h</strong> - duration</td>\n</tr>\n<tr>\n<td><code>volume</code></td>\n<td><strong>66000</strong> - vol</td>\n</tr>\n<tr>\n<td><code>summa</code></td>\n<td><strong>5.75</strong> - Amount to be paid for the order in TRX</td>\n</tr>\n<tr>\n<td><code>target</code></td>\n<td><strong>TGSLskKKdjB5KsdfNzbowTmkZ8fgVfg123456</strong> - Address receiving the energy</td>\n</tr>\n<tr>\n<td><code>order_id</code></td>\n<td><strong>5345345343</strong> - Unique order identifier</td>\n</tr>\n<tr>\n<td><code>txid</code></td>\n<td>dc9ec5e5bc395320d298ef385e1200e22d15b2ee44ff97385dfde345f40052737ebd - Transaction hash (can be NULL if energy hasn’t been delegated)</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><strong>Filled</strong> - Order status. Possible values: Filled, Created, Reclaimed</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>Status order - type of request</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td>114.123.70.37 - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["status"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":null},{"description":{"content":"<p>Id order</p>\n","type":"text/plain"},"key":"order_id","value":"777777"}],"variable":[]}},"response":[{"id":"0e3af9e3-9383-4948-998e-b2820c57bab1","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"duration\": \"1h\",\n  \"volume\": 65000,\n  \"summa\": 5.75,\n  \"target\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf453DfdBVauBc\",\n  \"order_id\": 28352,\n  \"txid\": \"c2f9cf888c37fc3d1d9d6b723453sdfsdc992ca16652f5df4c6b9abe8b3abf0f\",\n  \"status\": \"Reclaimed\",\n  \"message\": \"Status order\",\n  \"ip\": \"114.123.70.37\"\n}"},{"id":"ff0f2316-787f-4466-b8f1-a3ef2996d5fb","name":"403 not valid token","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/status"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Status order\",\n  \"ip\": \"102.171.103.11\",\n  \"err\": \"No User by token\"\n}"},{"id":"93eebf7f-b5a5-4ee4-b0b9-3a1ef303d54f","name":"403 not valid order_id","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/status"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Status order\",\n  \"ip\": \"154.123.10.39\",\n  \"err\": \"Not your order_id\"\n}"}],"_postman_id":"382dc281-d607-487c-b955-af3d0f4add28"}],"id":"da98c14a-2e3f-4396-a4bb-c0ebc43bab32","_postman_id":"da98c14a-2e3f-4396-a4bb-c0ebc43bab32","description":""},{"name":"Smart Mode","item":[{"name":"Add","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":[""],"type":"text/javascript","packages":{}}}],"id":"27c85f48-2476-4810-93e1-59f1ddffae0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/smart/add?token=&target=","description":"<p>Add address to smart mode.</p>\n<p>IMPORTANT! If the address is already added to smart mode and not removed, or is included in auto-orders, you will receive a 403 error.</p>\n<p><strong>Parameter description (in the request string):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>token</code></td>\n<td>Your API key</td>\n</tr>\n<tr>\n<td><code>target</code></td>\n<td>Address for Smart-mode</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>target</code></td>\n<td><strong>TGSLskKKdjB5KsdfNzbowTmkZ8fgVfg123456</strong> - address</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Started - Smart-mode is activated  <br />Stopped - Smart mode is stopped</td>\n</tr>\n<tr>\n<td>activationPrice</td>\n<td>2.00 - Activation fee amount (if activation was required)</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td>114.123.70.37 - IP address of the device from which the request was made</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>AddSmartModeAddress - type of request</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["smart","add"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":""},{"description":{"content":"<p>Address for Smart-mode</p>\n","type":"text/plain"},"key":"target","value":""}],"variable":[]}},"response":[{"id":"8f1cc800-f1f1-49eb-815d-9c8bec7f6ae4","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/smart/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"target\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf453DfdBVauBc\",\n    \"status\": \"Started\",\n    \"message\": \"AddSmartModeAddress\",\n    \"ip\": \"114.123.70.37\"\n}"},{"id":"1d42768f-ae2d-4e0b-a4a1-d72cbc021c1e","name":"403 not valid token","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/smart/add"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"AddSmartModeAddress\",\n    \"ip\": \"24.44.54.102\",\n    \"err\": \"No User by token\"\n}"},{"id":"ed6e9f8b-35f0-4bf8-a839-45025283d97c","name":"403 address smartMode added","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/smart/add"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"AddSmartModeAddress\",\n    \"ip\": \"123.23.23.23\",\n    \"err\": \"AddressSmartModeAdded\"\n}"}],"_postman_id":"27c85f48-2476-4810-93e1-59f1ddffae0a"},{"name":"Get Status","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3eeec171-3603-483c-9366-95a12bad67cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/smart/status?token=&target=","description":"<p>Get smart mode status of the address</p>\n<p>IMPORTANT! If the address has not been added, the response will contain: <code>status = \"NULL\"</code></p>\n<p><strong>Description of parameters (in the query string):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>token</code></td>\n<td>Your API key</td>\n</tr>\n<tr>\n<td><code>target</code></td>\n<td>Address</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>target</td>\n<td><strong>TGSLskKKdjB5KsdfNzbowTmkZ8fgVfg123456</strong> - Address</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Started - is Activated  <br />Stopped - is Stopped  <br />Canceled - is Cancelled  <br />NULL - The address is not in smart mode</td>\n</tr>\n<tr>\n<td>ip</td>\n<td>114.123.70.37 - IP address of the device from which the request was made</td>\n</tr>\n<tr>\n<td>message</td>\n<td>SmartModeStatus - type of request</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["smart","status"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":""},{"description":{"content":"<p>Address for Smart-mode</p>\n","type":"text/plain"},"key":"target","value":""}],"variable":[]}},"response":[{"id":"389afdfb-851b-4bd4-a967-3572b85b6067","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/smart/status"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"target\": \"TQ2yVKnuHv2T9necU7Px3XuHuXXyZqHW3Y\",\n    \"status\": \"Started\",\n    \"message\": \"SmartModeStatus\",\n    \"ip\": \"104.23.170.157\"\n}"},{"id":"75d3a165-82b8-45dd-aa1e-e87692b7d2dd","name":"403 not valid token","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/smart/status"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"SmartModeStatus\",\r\n    \"ip\": \"24.44.54.102\",\r\n    \"err\": \"No User by token\"\r\n}"}],"_postman_id":"3eeec171-3603-483c-9366-95a12bad67cd"},{"name":"Change Status","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9ac325a3-93ef-4397-adba-69c9d25d3033","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/smart/status/change?token&target=","description":"<p>Change smart mode status for the address  </p>\n<p><strong>Description of parameters (in the query string):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>token</code></td>\n<td>Your API key</td>\n</tr>\n<tr>\n<td><code>target</code></td>\n<td>Address</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>target</code></td>\n<td><strong>TGSLskKKdjB5KsdfNzbowTmkZ8fgVfg123456</strong> - Address</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Started - Smart-mode is Activated  <br />Stopped - Smart-mode is Stopped</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>ChangeSmartModeStatus - type of request</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td>114.123.70.37 - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["smart","status","change"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":null},{"description":{"content":"<p>Wallet address to change smart mode status</p>\n","type":"text/plain"},"key":"target","value":""}],"variable":[]}},"response":[{"id":"13ab3324-bd0d-444d-ad24-c3486d9d2076","name":"200 Stopped","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/smart/status/change"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"target\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf453DfdBVauBc\",\n    \"status\": \"Stopped\",\n    \"message\": \"ChangeSmartModeStatus\",\n    \"ip\": \"114.123.70.37\"\n}"},{"id":"71e47c47-74be-4e11-aae9-91277286ab20","name":"200 Started","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/smart/status/change"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"target\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf453DfdBVauBc\",\n    \"status\": \"Started\",\n    \"message\": \"ChangeSmartModeStatus\",\n    \"ip\": \"114.123.70.37\"\n}"},{"id":"967b3ca4-46a7-456f-807b-420097e5ab1f","name":"403 not valid token","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/smart/status/change"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ChangeSmartModeStatus\",\n    \"ip\": \"24.44.54.102\",\n    \"err\": \"No User by token\"\n}"},{"id":"a7fd6490-d0d9-4a10-8cc4-6ae6d9a720a4","name":"403 unCorrect address","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/smart/status/change"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ChangeSmartModeStatus\",\n    \"ip\": \"24.44.54.102\",\n    \"err\": \"UnCorrect address\"\n}"},{"id":"16b51d1d-515f-4cd3-a808-53109a5f62f5","name":"403 Address not found","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/smart/status/change"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ChangeSmartModeStatus\",\n    \"ip\": \"24.44.54.102\",\n    \"err\": \"Address not found\"\n}"}],"_postman_id":"9ac325a3-93ef-4397-adba-69c9d25d3033"},{"name":"Remove","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":[""],"type":"text/javascript","packages":{}}}],"id":"01b183e8-ae27-458c-80e8-4ca4f9723011","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/smart/remove?token=&target=","description":"<p>Remove address from smart mode</p>\n<p><strong>Description of parameters (in the query string):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>token</code></td>\n<td>Your API key</td>\n</tr>\n<tr>\n<td><code>target</code></td>\n<td>Address</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>target</code></td>\n<td><strong>TGSLskKKdjB5KsdfNzbowTmkZ8fgVfg123456</strong> - Address</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Removed - is Removed</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>RemoveSmartModeAddress - type of request</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td>114.123.70.37 - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["smart","remove"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":""},{"description":{"content":"<p>Wallet address to remove smart mode</p>\n","type":"text/plain"},"key":"target","value":""}],"variable":[]}},"response":[{"id":"32741ada-fdf2-4d25-95e8-40fd85e51cb2","name":"200 Stopped","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/smart/remove"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"target\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf453DfdBVauBc\",\n    \"status\": \"Removed\",\n    \"message\": \"RemoveSmartModeAddress\",\n    \"ip\": \"114.123.70.37\"\n}"},{"id":"dad4eeea-f0e3-4c2b-a568-27fbe3d65f65","name":"403 not valid token","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/smart/remove"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"RemoveSmartModeAddress\",\n    \"ip\": \"24.44.54.102\",\n    \"err\": \"No User by token\"\n}"},{"id":"5e34a49b-4b10-4aa9-9999-c2aca7ac001a","name":"403 unCorrect address","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/smart/remove"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"RemoveSmartModeAddress\",\n    \"ip\": \"24.44.54.102\",\n    \"err\": \"UnCorrect address\"\n}"},{"id":"377acddf-4147-409e-8be5-94af5706d328","name":"403 Address not found","originalRequest":{"method":"GET","header":[],"url":"https://api.tronixbot.tech/smart/remove"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"RemoveSmartModeAddress\",\n    \"ip\": \"24.44.54.102\",\n    \"err\": \"Address not found\"\n}"}],"_postman_id":"01b183e8-ae27-458c-80e8-4ca4f9723011"}],"id":"46e1a132-7c7f-4557-8b12-205917b192be","_postman_id":"46e1a132-7c7f-4557-8b12-205917b192be","description":""},{"name":"Auto Refill","item":[{"name":"Orders","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Username</th>\r","        <th>Full Name</th>\r","        <th>Balance</th>\r","        <th>Address</th>\r","        <th>Message</th>\r","        <th>IP</th>\r","    </tr>\r","    <tr>\r","        <td>{{response.userName}}</td>\r","        <td>{{response.full_name}}</td>\r","        <td>{{response.balance}}</td>\r","        <td>{{response.address}}</td>\r","        <td>{{response.message}}</td>\r","        <td>{{response.ip}}</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return {response: pm.response.json()}\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"40fd0dd7-b99c-4aad-a4e9-657b8857c426","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/autorefill/orders?token=","description":"<p>Account balance top-up</p>\n<p>Parameter descriptions (in the query string):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>Your API key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userName</code></td>\n<td><strong>JustinSunTron</strong> - Telegram username</td>\n</tr>\n<tr>\n<td><code>full_name</code></td>\n<td><strong>JustinSun</strong> - Name</td>\n</tr>\n<tr>\n<td><code>balance</code></td>\n<td><strong>0</strong> - user balance</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td><strong>TD5h9FBtWhqjSoYWKaPe3QDUwf1234567</strong> - deposit address</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><strong>Refill Balance</strong> - request type</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td><strong>100.10.150.30</strong> - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["autorefill","orders"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":""}],"variable":[]}},"response":[{"id":"71a9dc97-ea83-49ff-b04a-d8c7dfac0952","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"JustinSunTron\",\n  \"full_name\": \"JustinSun\",\n  \"balance\": 0,\n  \"address\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf1234567\",\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\"\n}"},{"id":"ce6aed4d-27c4-4a08-8af3-4e0e4e1244a1","name":"403","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"No User by token\"\n}"}],"_postman_id":"40fd0dd7-b99c-4aad-a4e9-657b8857c426"},{"name":"Create","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Username</th>\r","        <th>Full Name</th>\r","        <th>Balance</th>\r","        <th>Address</th>\r","        <th>Message</th>\r","        <th>IP</th>\r","    </tr>\r","    <tr>\r","        <td>{{response.userName}}</td>\r","        <td>{{response.full_name}}</td>\r","        <td>{{response.balance}}</td>\r","        <td>{{response.address}}</td>\r","        <td>{{response.message}}</td>\r","        <td>{{response.ip}}</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return {response: pm.response.json()}\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"f3fdabc4-9a69-4ab9-8633-7d6de3871563","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/autorefill/create?token=&target=&volume=&minimal=&duration=1h","description":"<p>Account balance top-up</p>\n<p>Parameter descriptions (in the query string):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>Your API key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userName</code></td>\n<td><strong>JustinSunTron</strong> - Telegram username</td>\n</tr>\n<tr>\n<td><code>full_name</code></td>\n<td><strong>JustinSun</strong> - Name</td>\n</tr>\n<tr>\n<td><code>balance</code></td>\n<td><strong>0</strong> - user balance</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td><strong>TD5h9FBtWhqjSoYWKaPe3QDUwf1234567</strong> - deposit address</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><strong>Refill Balance</strong> - request type</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td><strong>100.10.150.30</strong> - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["autorefill","create"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":""},{"key":"target","value":""},{"key":"volume","value":""},{"key":"minimal","value":""},{"key":"duration","value":"1h"}],"variable":[]}},"response":[{"id":"8f0a01ab-eb66-40a9-8ba5-a65eb09b82a0","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"JustinSunTron\",\n  \"full_name\": \"JustinSun\",\n  \"balance\": 0,\n  \"address\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf1234567\",\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\"\n}"},{"id":"b8db07b9-4449-48db-95e2-25d44efa56a4","name":"403","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"No User by token\"\n}"}],"_postman_id":"f3fdabc4-9a69-4ab9-8633-7d6de3871563"},{"name":"Change Status","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Username</th>\r","        <th>Full Name</th>\r","        <th>Balance</th>\r","        <th>Address</th>\r","        <th>Message</th>\r","        <th>IP</th>\r","    </tr>\r","    <tr>\r","        <td>{{response.userName}}</td>\r","        <td>{{response.full_name}}</td>\r","        <td>{{response.balance}}</td>\r","        <td>{{response.address}}</td>\r","        <td>{{response.message}}</td>\r","        <td>{{response.ip}}</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return {response: pm.response.json()}\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"2f57995a-b2f8-49c4-94db-d78b0f7ce666","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/autorefill/status/change?token=&order_id=","description":"<p>Account balance top-up</p>\n<p>Parameter descriptions (in the query string):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>Your API key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userName</code></td>\n<td><strong>JustinSunTron</strong> - Telegram username</td>\n</tr>\n<tr>\n<td><code>full_name</code></td>\n<td><strong>JustinSun</strong> - Name</td>\n</tr>\n<tr>\n<td><code>balance</code></td>\n<td><strong>0</strong> - user balance</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td><strong>TD5h9FBtWhqjSoYWKaPe3QDUwf1234567</strong> - deposit address</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><strong>Refill Balance</strong> - request type</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td><strong>100.10.150.30</strong> - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["autorefill","status","change"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":""},{"key":"order_id","value":""}],"variable":[]}},"response":[{"id":"93b8fc77-c28b-448b-90af-c1547599c371","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"JustinSunTron\",\n  \"full_name\": \"JustinSun\",\n  \"balance\": 0,\n  \"address\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf1234567\",\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\"\n}"},{"id":"84191d9e-a42a-4040-b0c8-22feb56c5056","name":"403","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"No User by token\"\n}"}],"_postman_id":"2f57995a-b2f8-49c4-94db-d78b0f7ce666"},{"name":"Remove","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Username</th>\r","        <th>Full Name</th>\r","        <th>Balance</th>\r","        <th>Address</th>\r","        <th>Message</th>\r","        <th>IP</th>\r","    </tr>\r","    <tr>\r","        <td>{{response.userName}}</td>\r","        <td>{{response.full_name}}</td>\r","        <td>{{response.balance}}</td>\r","        <td>{{response.address}}</td>\r","        <td>{{response.message}}</td>\r","        <td>{{response.ip}}</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return {response: pm.response.json()}\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"fc7dd9c6-39a7-45a3-80e5-f61fe5473085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/autorefill/remove?token=&order_id=","description":"<p>Account balance top-up</p>\n<p>Parameter descriptions (in the query string):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>Your API key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userName</code></td>\n<td><strong>JustinSunTron</strong> - Telegram username</td>\n</tr>\n<tr>\n<td><code>full_name</code></td>\n<td><strong>JustinSun</strong> - Name</td>\n</tr>\n<tr>\n<td><code>balance</code></td>\n<td><strong>0</strong> - user balance</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td><strong>TD5h9FBtWhqjSoYWKaPe3QDUwf1234567</strong> - deposit address</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><strong>Refill Balance</strong> - request type</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td><strong>100.10.150.30</strong> - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["autorefill","remove"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":""},{"key":"order_id","value":""}],"variable":[]}},"response":[{"id":"1cb3be93-91dd-488e-a7ca-64206b380204","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"JustinSunTron\",\n  \"full_name\": \"JustinSun\",\n  \"balance\": 0,\n  \"address\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf1234567\",\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\"\n}"},{"id":"4fc213b9-e184-4d8c-9dc2-2e3f3b1079f9","name":"403","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"No User by token\"\n}"}],"_postman_id":"fc7dd9c6-39a7-45a3-80e5-f61fe5473085"}],"id":"671fa75b-6f87-4dad-9d87-b9b3fa78e3f3","_postman_id":"671fa75b-6f87-4dad-9d87-b9b3fa78e3f3","description":""},{"name":"Auto Renewal","item":[{"name":"Orders","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Username</th>\r","        <th>Full Name</th>\r","        <th>Balance</th>\r","        <th>Address</th>\r","        <th>Message</th>\r","        <th>IP</th>\r","    </tr>\r","    <tr>\r","        <td>{{response.userName}}</td>\r","        <td>{{response.full_name}}</td>\r","        <td>{{response.balance}}</td>\r","        <td>{{response.address}}</td>\r","        <td>{{response.message}}</td>\r","        <td>{{response.ip}}</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return {response: pm.response.json()}\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"f227f61e-7a27-47a3-aa22-30581c64dda9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/autorenewal/orders?token=","description":"<p>Account balance top-up</p>\n<p>Parameter descriptions (in the query string):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>Your API key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userName</code></td>\n<td><strong>JustinSunTron</strong> - Telegram username</td>\n</tr>\n<tr>\n<td><code>full_name</code></td>\n<td><strong>JustinSun</strong> - Name</td>\n</tr>\n<tr>\n<td><code>balance</code></td>\n<td><strong>0</strong> - user balance</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td><strong>TD5h9FBtWhqjSoYWKaPe3QDUwf1234567</strong> - deposit address</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><strong>Refill Balance</strong> - request type</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td><strong>100.10.150.30</strong> - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["autorenewal","orders"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":""}],"variable":[]}},"response":[{"id":"08d1ac04-7657-4739-a860-2d2867bedc91","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"JustinSunTron\",\n  \"full_name\": \"JustinSun\",\n  \"balance\": 0,\n  \"address\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf1234567\",\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\"\n}"},{"id":"e13d7d48-3d50-440e-a485-a6353b053f6a","name":"403","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"No User by token\"\n}"}],"_postman_id":"f227f61e-7a27-47a3-aa22-30581c64dda9"},{"name":"Create","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Username</th>\r","        <th>Full Name</th>\r","        <th>Balance</th>\r","        <th>Address</th>\r","        <th>Message</th>\r","        <th>IP</th>\r","    </tr>\r","    <tr>\r","        <td>{{response.userName}}</td>\r","        <td>{{response.full_name}}</td>\r","        <td>{{response.balance}}</td>\r","        <td>{{response.address}}</td>\r","        <td>{{response.message}}</td>\r","        <td>{{response.ip}}</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return {response: pm.response.json()}\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"8ab1fd52-cb17-46f6-93c1-2a9852cf224c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/autorenewal/create?token=&target=&volume=","description":"<p>Account balance top-up</p>\n<p>Parameter descriptions (in the query string):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>Your API key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userName</code></td>\n<td><strong>JustinSunTron</strong> - Telegram username</td>\n</tr>\n<tr>\n<td><code>full_name</code></td>\n<td><strong>JustinSun</strong> - Name</td>\n</tr>\n<tr>\n<td><code>balance</code></td>\n<td><strong>0</strong> - user balance</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td><strong>TD5h9FBtWhqjSoYWKaPe3QDUwf1234567</strong> - deposit address</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><strong>Refill Balance</strong> - request type</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td><strong>100.10.150.30</strong> - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["autorenewal","create"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":""},{"key":"target","value":""},{"key":"volume","value":""}],"variable":[]}},"response":[{"id":"94ccf3e7-02e8-4201-9486-6b23751b784f","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"JustinSunTron\",\n  \"full_name\": \"JustinSun\",\n  \"balance\": 0,\n  \"address\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf1234567\",\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\"\n}"},{"id":"a90bb385-c0de-40af-a234-b345a15ac798","name":"403","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"No User by token\"\n}"}],"_postman_id":"8ab1fd52-cb17-46f6-93c1-2a9852cf224c"},{"name":"Change Status","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Username</th>\r","        <th>Full Name</th>\r","        <th>Balance</th>\r","        <th>Address</th>\r","        <th>Message</th>\r","        <th>IP</th>\r","    </tr>\r","    <tr>\r","        <td>{{response.userName}}</td>\r","        <td>{{response.full_name}}</td>\r","        <td>{{response.balance}}</td>\r","        <td>{{response.address}}</td>\r","        <td>{{response.message}}</td>\r","        <td>{{response.ip}}</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return {response: pm.response.json()}\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"c276b514-cefc-40db-ab14-0a9d8305efd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/autorenewal/status/change?token=&order_id=","description":"<p>Account balance top-up</p>\n<p>Parameter descriptions (in the query string):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>Your API key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userName</code></td>\n<td><strong>JustinSunTron</strong> - Telegram username</td>\n</tr>\n<tr>\n<td><code>full_name</code></td>\n<td><strong>JustinSun</strong> - Name</td>\n</tr>\n<tr>\n<td><code>balance</code></td>\n<td><strong>0</strong> - user balance</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td><strong>TD5h9FBtWhqjSoYWKaPe3QDUwf1234567</strong> - deposit address</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><strong>Refill Balance</strong> - request type</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td><strong>100.10.150.30</strong> - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["autorenewal","status","change"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":""},{"key":"order_id","value":""}],"variable":[]}},"response":[{"id":"f49e2b29-a3b6-407f-abb0-d0e3b14f5d5a","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"JustinSunTron\",\n  \"full_name\": \"JustinSun\",\n  \"balance\": 0,\n  \"address\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf1234567\",\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\"\n}"},{"id":"fcd1c17f-85d8-4cff-a2b3-0b434b8a705f","name":"403","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"No User by token\"\n}"}],"_postman_id":"c276b514-cefc-40db-ab14-0a9d8305efd2"},{"name":"Remove","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Username</th>\r","        <th>Full Name</th>\r","        <th>Balance</th>\r","        <th>Address</th>\r","        <th>Message</th>\r","        <th>IP</th>\r","    </tr>\r","    <tr>\r","        <td>{{response.userName}}</td>\r","        <td>{{response.full_name}}</td>\r","        <td>{{response.balance}}</td>\r","        <td>{{response.address}}</td>\r","        <td>{{response.message}}</td>\r","        <td>{{response.ip}}</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return {response: pm.response.json()}\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"5b2e8e9e-04e1-4532-970c-fd2092a6b639","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/autorenewal/remove?token=&order_id=","description":"<p>Account balance top-up</p>\n<p>Parameter descriptions (in the query string):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>Your API key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userName</code></td>\n<td><strong>JustinSunTron</strong> - Telegram username</td>\n</tr>\n<tr>\n<td><code>full_name</code></td>\n<td><strong>JustinSun</strong> - Name</td>\n</tr>\n<tr>\n<td><code>balance</code></td>\n<td><strong>0</strong> - user balance</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td><strong>TD5h9FBtWhqjSoYWKaPe3QDUwf1234567</strong> - deposit address</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><strong>Refill Balance</strong> - request type</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td><strong>100.10.150.30</strong> - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["autorenewal","remove"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":""},{"key":"order_id","value":""}],"variable":[]}},"response":[{"id":"8ec092c2-c0f5-4450-81ac-486ce15b723f","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"JustinSunTron\",\n  \"full_name\": \"JustinSun\",\n  \"balance\": 0,\n  \"address\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf1234567\",\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\"\n}"},{"id":"9b8fb514-0157-47e4-ba99-a0859e7073e3","name":"403","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"No User by token\"\n}"}],"_postman_id":"5b2e8e9e-04e1-4532-970c-fd2092a6b639"}],"id":"7352048c-c9c4-4a0f-b246-f4461488632b","_postman_id":"7352048c-c9c4-4a0f-b246-f4461488632b","description":""},{"name":"Bandwidth","item":[{"name":"AutoRefill BW Orders","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Username</th>\r","        <th>Full Name</th>\r","        <th>Balance</th>\r","        <th>Address</th>\r","        <th>Message</th>\r","        <th>IP</th>\r","    </tr>\r","    <tr>\r","        <td>{{response.userName}}</td>\r","        <td>{{response.full_name}}</td>\r","        <td>{{response.balance}}</td>\r","        <td>{{response.address}}</td>\r","        <td>{{response.message}}</td>\r","        <td>{{response.ip}}</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return {response: pm.response.json()}\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"9ae43c53-5592-4080-9cb9-17aafa08e388","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/autorefill/bandwidth/orders?token=","description":"<p>Account balance top-up</p>\n<p>Parameter descriptions (in the query string):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>Your API key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userName</code></td>\n<td><strong>JustinSunTron</strong> - Telegram username</td>\n</tr>\n<tr>\n<td><code>full_name</code></td>\n<td><strong>JustinSun</strong> - Name</td>\n</tr>\n<tr>\n<td><code>balance</code></td>\n<td><strong>0</strong> - user balance</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td><strong>TD5h9FBtWhqjSoYWKaPe3QDUwf1234567</strong> - deposit address</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><strong>Refill Balance</strong> - request type</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td><strong>100.10.150.30</strong> - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["autorefill","bandwidth","orders"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":""}],"variable":[]}},"response":[{"id":"4b88f5dc-5847-4185-a463-8d6eae4fcfbc","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"JustinSunTron\",\n  \"full_name\": \"JustinSun\",\n  \"balance\": 0,\n  \"address\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf1234567\",\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\"\n}"},{"id":"bd8ad2ee-8724-4898-9b68-7831ce1555ea","name":"403","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"No User by token\"\n}"}],"_postman_id":"9ae43c53-5592-4080-9cb9-17aafa08e388"},{"name":"AutoRefill BW Create","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Username</th>\r","        <th>Full Name</th>\r","        <th>Balance</th>\r","        <th>Address</th>\r","        <th>Message</th>\r","        <th>IP</th>\r","    </tr>\r","    <tr>\r","        <td>{{response.userName}}</td>\r","        <td>{{response.full_name}}</td>\r","        <td>{{response.balance}}</td>\r","        <td>{{response.address}}</td>\r","        <td>{{response.message}}</td>\r","        <td>{{response.ip}}</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return {response: pm.response.json()}\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"5c86bfe1-f5ca-408b-b726-24c67a5f5888","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/autorefill/bandwidth/create?token=&target=&volume=100000&minimal=100000&duration=","description":"<p>Account balance top-up</p>\n<p>Parameter descriptions (in the query string):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>Your API key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userName</code></td>\n<td><strong>JustinSunTron</strong> - Telegram username</td>\n</tr>\n<tr>\n<td><code>full_name</code></td>\n<td><strong>JustinSun</strong> - Name</td>\n</tr>\n<tr>\n<td><code>balance</code></td>\n<td><strong>0</strong> - user balance</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td><strong>TD5h9FBtWhqjSoYWKaPe3QDUwf1234567</strong> - deposit address</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><strong>Refill Balance</strong> - request type</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td><strong>100.10.150.30</strong> - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["autorefill","bandwidth","create"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":""},{"key":"target","value":""},{"key":"volume","value":"100000"},{"key":"minimal","value":"100000"},{"key":"duration","value":""}],"variable":[]}},"response":[{"id":"ec3f720e-7c1e-4a89-b3b3-2104537186d3","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"JustinSunTron\",\n  \"full_name\": \"JustinSun\",\n  \"balance\": 0,\n  \"address\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf1234567\",\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\"\n}"},{"id":"3b215d59-d427-4f21-bd68-73b94cd6329e","name":"403","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"No User by token\"\n}"}],"_postman_id":"5c86bfe1-f5ca-408b-b726-24c67a5f5888"},{"name":"AutoRefill BW Change Status","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Username</th>\r","        <th>Full Name</th>\r","        <th>Balance</th>\r","        <th>Address</th>\r","        <th>Message</th>\r","        <th>IP</th>\r","    </tr>\r","    <tr>\r","        <td>{{response.userName}}</td>\r","        <td>{{response.full_name}}</td>\r","        <td>{{response.balance}}</td>\r","        <td>{{response.address}}</td>\r","        <td>{{response.message}}</td>\r","        <td>{{response.ip}}</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return {response: pm.response.json()}\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"21107f8f-22e9-44d8-a38a-878508754c02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/autorefill/bandwidth/status/change?token=&order_id=","description":"<p>Account balance top-up</p>\n<p>Parameter descriptions (in the query string):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>Your API key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userName</code></td>\n<td><strong>JustinSunTron</strong> - Telegram username</td>\n</tr>\n<tr>\n<td><code>full_name</code></td>\n<td><strong>JustinSun</strong> - Name</td>\n</tr>\n<tr>\n<td><code>balance</code></td>\n<td><strong>0</strong> - user balance</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td><strong>TD5h9FBtWhqjSoYWKaPe3QDUwf1234567</strong> - deposit address</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><strong>Refill Balance</strong> - request type</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td><strong>100.10.150.30</strong> - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["autorefill","bandwidth","status","change"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":""},{"key":"order_id","value":""}],"variable":[]}},"response":[{"id":"aa70f831-6014-48a9-bcfb-c30be5a10eb8","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"JustinSunTron\",\n  \"full_name\": \"JustinSun\",\n  \"balance\": 0,\n  \"address\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf1234567\",\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\"\n}"},{"id":"91e07b1c-53df-4206-ae05-8537902878dd","name":"403","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"No User by token\"\n}"}],"_postman_id":"21107f8f-22e9-44d8-a38a-878508754c02"},{"name":"AutoRefill BW Remove","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Username</th>\r","        <th>Full Name</th>\r","        <th>Balance</th>\r","        <th>Address</th>\r","        <th>Message</th>\r","        <th>IP</th>\r","    </tr>\r","    <tr>\r","        <td>{{response.userName}}</td>\r","        <td>{{response.full_name}}</td>\r","        <td>{{response.balance}}</td>\r","        <td>{{response.address}}</td>\r","        <td>{{response.message}}</td>\r","        <td>{{response.ip}}</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return {response: pm.response.json()}\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"6b8e0344-fde4-4ffa-a9cc-b829ba86df6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/autorefill/bandwidth/remove?token=&order_id=","description":"<p>Account balance top-up</p>\n<p>Parameter descriptions (in the query string):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>Your API key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userName</code></td>\n<td><strong>JustinSunTron</strong> - Telegram username</td>\n</tr>\n<tr>\n<td><code>full_name</code></td>\n<td><strong>JustinSun</strong> - Name</td>\n</tr>\n<tr>\n<td><code>balance</code></td>\n<td><strong>0</strong> - user balance</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td><strong>TD5h9FBtWhqjSoYWKaPe3QDUwf1234567</strong> - deposit address</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><strong>Refill Balance</strong> - request type</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td><strong>100.10.150.30</strong> - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["autorefill","bandwidth","remove"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":""},{"key":"order_id","value":""}],"variable":[]}},"response":[{"id":"e9ef2e26-e3d5-433e-8e6a-ba640c2c86a4","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"JustinSunTron\",\n  \"full_name\": \"JustinSun\",\n  \"balance\": 0,\n  \"address\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf1234567\",\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\"\n}"},{"id":"ef4ad784-949a-4edb-aea5-114cae3cd705","name":"403","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"No User by token\"\n}"}],"_postman_id":"6b8e0344-fde4-4ffa-a9cc-b829ba86df6f"},{"name":"AutoRenewal BW Orders","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Username</th>\r","        <th>Full Name</th>\r","        <th>Balance</th>\r","        <th>Address</th>\r","        <th>Message</th>\r","        <th>IP</th>\r","    </tr>\r","    <tr>\r","        <td>{{response.userName}}</td>\r","        <td>{{response.full_name}}</td>\r","        <td>{{response.balance}}</td>\r","        <td>{{response.address}}</td>\r","        <td>{{response.message}}</td>\r","        <td>{{response.ip}}</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return {response: pm.response.json()}\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"4d2a5744-6ddc-401c-b408-b3ffe21e79d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/autorenewal/bandwidth/orders?token=","description":"<p>Account balance top-up</p>\n<p>Parameter descriptions (in the query string):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>Your API key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userName</code></td>\n<td><strong>JustinSunTron</strong> - Telegram username</td>\n</tr>\n<tr>\n<td><code>full_name</code></td>\n<td><strong>JustinSun</strong> - Name</td>\n</tr>\n<tr>\n<td><code>balance</code></td>\n<td><strong>0</strong> - user balance</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td><strong>TD5h9FBtWhqjSoYWKaPe3QDUwf1234567</strong> - deposit address</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><strong>Refill Balance</strong> - request type</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td><strong>100.10.150.30</strong> - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["autorenewal","bandwidth","orders"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":""}],"variable":[]}},"response":[{"id":"3de7fbbf-7d3d-476e-a10f-97b17923c389","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"JustinSunTron\",\n  \"full_name\": \"JustinSun\",\n  \"balance\": 0,\n  \"address\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf1234567\",\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\"\n}"},{"id":"f4abd09b-8da0-418f-83aa-d4680b9dae2b","name":"403","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"No User by token\"\n}"}],"_postman_id":"4d2a5744-6ddc-401c-b408-b3ffe21e79d5"},{"name":"AutoRenewal BW Create","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Username</th>\r","        <th>Full Name</th>\r","        <th>Balance</th>\r","        <th>Address</th>\r","        <th>Message</th>\r","        <th>IP</th>\r","    </tr>\r","    <tr>\r","        <td>{{response.userName}}</td>\r","        <td>{{response.full_name}}</td>\r","        <td>{{response.balance}}</td>\r","        <td>{{response.address}}</td>\r","        <td>{{response.message}}</td>\r","        <td>{{response.ip}}</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return {response: pm.response.json()}\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"16652b08-caeb-4d34-9f55-667e2a9e0b84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/autorenewal/bandwidth/create?token=&target=&volume=150000","description":"<p>Account balance top-up</p>\n<p>Parameter descriptions (in the query string):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>Your API key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userName</code></td>\n<td><strong>JustinSunTron</strong> - Telegram username</td>\n</tr>\n<tr>\n<td><code>full_name</code></td>\n<td><strong>JustinSun</strong> - Name</td>\n</tr>\n<tr>\n<td><code>balance</code></td>\n<td><strong>0</strong> - user balance</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td><strong>TD5h9FBtWhqjSoYWKaPe3QDUwf1234567</strong> - deposit address</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><strong>Refill Balance</strong> - request type</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td><strong>100.10.150.30</strong> - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["autorenewal","bandwidth","create"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":""},{"key":"target","value":""},{"key":"volume","value":"150000"}],"variable":[]}},"response":[{"id":"8301aa27-6f9a-4984-b8af-45f8215dcc37","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"JustinSunTron\",\n  \"full_name\": \"JustinSun\",\n  \"balance\": 0,\n  \"address\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf1234567\",\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\"\n}"},{"id":"19fe586e-c255-404b-9e04-4a6a79354f4d","name":"403","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"No User by token\"\n}"}],"_postman_id":"16652b08-caeb-4d34-9f55-667e2a9e0b84"},{"name":"AutoRenewal BW Change Status","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Username</th>\r","        <th>Full Name</th>\r","        <th>Balance</th>\r","        <th>Address</th>\r","        <th>Message</th>\r","        <th>IP</th>\r","    </tr>\r","    <tr>\r","        <td>{{response.userName}}</td>\r","        <td>{{response.full_name}}</td>\r","        <td>{{response.balance}}</td>\r","        <td>{{response.address}}</td>\r","        <td>{{response.message}}</td>\r","        <td>{{response.ip}}</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return {response: pm.response.json()}\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"350b443d-595d-4272-8a4e-223972e16702","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/autorenewal/bandwidth/status/change?token=&order_id=","description":"<p>Account balance top-up</p>\n<p>Parameter descriptions (in the query string):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>Your API key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userName</code></td>\n<td><strong>JustinSunTron</strong> - Telegram username</td>\n</tr>\n<tr>\n<td><code>full_name</code></td>\n<td><strong>JustinSun</strong> - Name</td>\n</tr>\n<tr>\n<td><code>balance</code></td>\n<td><strong>0</strong> - user balance</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td><strong>TD5h9FBtWhqjSoYWKaPe3QDUwf1234567</strong> - deposit address</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><strong>Refill Balance</strong> - request type</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td><strong>100.10.150.30</strong> - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["autorenewal","bandwidth","status","change"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":""},{"key":"order_id","value":""}],"variable":[]}},"response":[{"id":"f4ebc1a3-b198-4ab5-a1aa-198321aa07a5","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"JustinSunTron\",\n  \"full_name\": \"JustinSun\",\n  \"balance\": 0,\n  \"address\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf1234567\",\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\"\n}"},{"id":"d4cff5d6-6af8-45de-a512-8a72149960bd","name":"403","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"No User by token\"\n}"}],"_postman_id":"350b443d-595d-4272-8a4e-223972e16702"},{"name":"AutoRenewal BW Remove","event":[{"listen":"test","script":{"id":"5bd9d3e9-489c-44cf-83ec-f0f6ab950d22","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Username</th>\r","        <th>Full Name</th>\r","        <th>Balance</th>\r","        <th>Address</th>\r","        <th>Message</th>\r","        <th>IP</th>\r","    </tr>\r","    <tr>\r","        <td>{{response.userName}}</td>\r","        <td>{{response.full_name}}</td>\r","        <td>{{response.balance}}</td>\r","        <td>{{response.address}}</td>\r","        <td>{{response.message}}</td>\r","        <td>{{response.ip}}</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return {response: pm.response.json()}\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"72c1fe0b-1f19-4e10-84a3-998d2ee1ef2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.tronixbot.tech/autorenewal/bandwidth/remove?token=&order_id=","description":"<p>Account balance top-up</p>\n<p>Parameter descriptions (in the query string):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>Your API key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Описание ответа JSON:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userName</code></td>\n<td><strong>JustinSunTron</strong> - Telegram username</td>\n</tr>\n<tr>\n<td><code>full_name</code></td>\n<td><strong>JustinSun</strong> - Name</td>\n</tr>\n<tr>\n<td><code>balance</code></td>\n<td><strong>0</strong> - user balance</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td><strong>TD5h9FBtWhqjSoYWKaPe3QDUwf1234567</strong> - deposit address</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><strong>Refill Balance</strong> - request type</td>\n</tr>\n<tr>\n<td><code>ip</code></td>\n<td><strong>100.10.150.30</strong> - IP address of the device from which the request was made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["autorenewal","bandwidth","remove"],"host":["api","tronixbot","tech"],"query":[{"description":{"content":"<p>API key</p>\n","type":"text/plain"},"key":"token","value":""},{"key":"order_id","value":""}],"variable":[]}},"response":[{"id":"907ed824-73a5-47d6-a4fa-c55aa325a04c","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"JustinSunTron\",\n  \"full_name\": \"JustinSun\",\n  \"balance\": 0,\n  \"address\": \"TD5h9FBtWhqjSoYWKaPe3QDUwf1234567\",\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\"\n}"},{"id":"27f2107b-7eb0-4e52-96fe-6bcb78d2709c","name":"403","originalRequest":{"method":"GET","header":[],"url":"https://api.tronsistor.com/refill"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Refill Balance\",\n  \"ip\": \"100.10.150.30\",\n  \"err\": \"No User by token\"\n}"}],"_postman_id":"72c1fe0b-1f19-4e10-84a3-998d2ee1ef2c"}],"id":"23061caa-27bc-4b94-b49a-bec3868377e0","_postman_id":"23061caa-27bc-4b94-b49a-bec3868377e0","description":""}],"id":"8cee4738-cf3d-4592-b7cb-385f592bb00a","description":"<p>A collection of methods for API access</p>\n","_postman_id":"8cee4738-cf3d-4592-b7cb-385f592bb00a"}],"event":[{"listen":"prerequest","script":{"id":"db04974c-a3a7-40ed-82a6-d510975ef3d5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d8f8bbd8-0a9a-4ae6-8bd5-5503d8d6fde7","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://api.feesaver.com"}]}