{"info":{"_postman_id":"110152a5-cb46-465b-9367-d82bfdbe91d6","name":"Volt Energy API Documentation","description":"<html><head></head><body><h2 id=\"api-documentation-request-for-volt-energy-integration\">API Documentation Request for Volt Energy Integration</h2>\n<h2 id=\"overview\">Overview</h2>\n<p>The Volt Energy 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://api.vltnrg.com\">https://api.vltnrg.com</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-httpstmeentrax_tech\">To obtain API request permissions, please provide your server’s IP address through our support channel at <a href=\"https://t.me/Entrax_tech\">https://t.me/Entrax_tech</a></h3>\n<p>The Volt Energy API uses API keys to authenticate requests. An API key verifies that a request is made on your behalf and grants access to all Volt Energy services.</p>\n<p>You can obtain an API key in the account settings of <a href=\"https://t.me/Entrax_tech\">https://t.me/Entrax_tech</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/Entrax_tech\">https://t.me/Entrax_tech</a> immediately.</p>\n<h2 id=\"volt-energy-api\">Volt Energy API</h2>\n<h3 id=\"the-key-is-passed-as-the-header-parameter-uid-with-every-request\">The key is passed as the header parameter \"UID\" with every request.</h3>\n<p>To send requests to the Volt Energy API you must use a valid API key.</p>\n<ul>\n<li><p><strong>Authentication:</strong> Use the API key as a header parameter \"UID\"</p>\n</li>\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></p>\n</li>\n</ul>\n<p>{&nbsp; &nbsp;</p>\n<p>\"isSuccess\": true,&nbsp; &nbsp;</p>\n<p>\"result\": {&nbsp; &nbsp; &nbsp; &nbsp;</p>\n<p>\"txId\": \"480bbd99972e405345345a68818ea37324234234a92a61440d8361f2d\",&nbsp; &nbsp; &nbsp; &nbsp;</p>\n<p>\"id\": 606221&nbsp; &nbsp;</p>\n<p>}</p>\n<p>}</p>\n<ul>\n<li><strong>Erros format:</strong></li>\n</ul>\n<p>{</p>\n<p>\"isSuccess\": false,</p>\n<p>\"error\": \"DurationError\"</p>\n<p>}</p>\n<ul>\n<li><strong>API version:</strong> The current version is <strong>v1</strong> — send requests to:</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">https://api.vltnrg.com/v1/\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 Volt Energy API, please contact us on Telegram: <a href=\"https://t.me/Entrax_text\">https://t.me/Entrax_text</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"47143633","collectionId":"110152a5-cb46-465b-9367-d82bfdbe91d6","publishedId":"2sB3BEn9xC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"dd4726"},"publishDate":"2025-08-10T11:53:05.000Z"},"item":[{"name":"Collections","item":[{"name":"Balance","event":[{"listen":"test","script":{"id":"8f92d753-05e5-40bc-a497-47e02983411c","exec":[""],"type":"text/javascript","packages":{}}}],"id":"693e4a1c-2ba1-4c8e-a1b8-3b4c28fb02e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"UID"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.vltnrg.com/v1/user/balance","description":"<p>Get the current account balance</p>\n<p>Parameter descriptions (in the query string):</p>\n<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>depositAddress</td>\n<td>Address for refill balance</td>\n</tr>\n<tr>\n<td>balance</td>\n<td>Your balance</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","user","balance"],"host":["https://api.vltnrg.com"],"query":[],"variable":[]}},"response":[{"id":"50402393-72f2-4e12-80f4-b0996519c1bc","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.vltnrg.com/v1/user/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"result\": {\n        \"depositAddress\": \"TWy8EH6UcrRaDkkgRWXcmpJustinSunyL8\",\n        \"balance\": 99.567\n    }\n}"}],"_postman_id":"693e4a1c-2ba1-4c8e-a1b8-3b4c28fb02e7"},{"name":"Prices","event":[{"listen":"test","script":{"id":"8f92d753-05e5-40bc-a497-47e02983411c","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2010cf5e-b35f-4069-af48-db75d1acce63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"UID"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.vltnrg.com/v1/user/prices","description":"<p>Get the all prices</p>\n<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>energyPrices</td>\n<td>array prices energy</td>\n</tr>\n<tr>\n<td>duration</td>\n<td>duration rent energy (1h, 1d)</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>amount price for duration rent</td>\n</tr>\n<tr>\n<td>smartModePrice</td>\n<td>price for always charged (smart mode)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","user","prices"],"host":["https://api.vltnrg.com"],"query":[],"variable":[]}},"response":[{"id":"36c7f7b9-fb89-4068-b5f0-67ecf5fc7885","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://api.vltnrg.com/v1/user/prices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"result\": {\n        \"energyPrices\": [\n            {\n                \"duration\": \"1h\",\n                \"amount\": 4.25\n            },\n            {\n                \"duration\": \"1d\",\n                \"amount\": 8.75\n            }\n        ],\n        \"smartModePrice\": 4.50\n    }\n}"}],"_postman_id":"2010cf5e-b35f-4069-af48-db75d1acce63"},{"name":"Transaction cost","event":[{"listen":"test","script":{"id":"5a624f98-710c-47fc-b504-9359ff8a8062","exec":[""],"type":"text/javascript","packages":{}}}],"id":"99409bf4-cb4f-4fa5-b8a6-7fc32516b77a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"UID"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.vltnrg.com/v1/transaction/cost?target=","description":"<p>Calculate transaction costs for transferring USDT to an 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>target</code></td>\n<td>Address</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><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result</td>\n<td>amount trx of energy rental costs</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","transaction","cost"],"host":["https://api.vltnrg.com"],"query":[{"description":{"content":"<p>Address</p>\n","type":"text/plain"},"key":"target","value":""}],"variable":[]}},"response":[{"id":"391ee053-2dc2-498d-a3b9-d0c3da962d73","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.vltnrg.com/v1/transaction/cost?target","host":["https://api.vltnrg.com"],"path":["v1","transaction","cost"],"query":[{"key":"target","value":null,"type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"result\": 4.25\n}"},{"id":"fcf50650-bda9-4a0d-805b-9fe4c283ebf9","name":"400 UnCorrectAddress","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.vltnrg.com/v1/transaction/cost?target=TNaG38RsdfsdfdsdfF1ZupyPXpsikZg","host":["https://api.vltnrg.com"],"path":["v1","transaction","cost"],"query":[{"key":"target","value":"TNaG38RsdfsdfdsdfF1ZupyPXpsikZg","type":"text"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"error\": \"UnCorrectAddress\"\n}"}],"_postman_id":"99409bf4-cb4f-4fa5-b8a6-7fc32516b77a"},{"name":"Order cost","event":[{"listen":"test","script":{"id":"5363d684-a23b-48d4-9c34-f3f5608d6e90","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b3a4b4c1-3538-4fdb-bd18-2960dccdbb75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"UID"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.vltnrg.com/v1/order/cost?duration=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>duration</td>\n<td>Duration rent energy (1h, 1d)</td>\n</tr>\n<tr>\n<td>volume</td>\n<td>volume energy (65 000 - 5 000 000)</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><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result</td>\n<td>amount trx of energy rental costs</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","order","cost"],"host":["https://api.vltnrg.com"],"query":[{"key":"duration","value":"1h"},{"key":"volume","value":"65000"}],"variable":[]}},"response":[{"id":"0e110916-b307-41a5-8e16-26d5f62e300b","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.vltnrg.com/v1/order/cost?duration=1h&volume=131000","host":["https://api.vltnrg.com"],"path":["v1","order","cost"],"query":[{"key":"duration","value":"1h"},{"key":"volume","value":"131000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"result\": 8.57\n}"},{"id":"795e50d5-7d8f-41d3-b0fd-bdbd18c1d8e2","name":"400 UnCorrectDuration","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.vltnrg.com/v1/order/cost?duration=3h&volume=131000","host":["https://api.vltnrg.com"],"path":["v1","order","cost"],"query":[{"key":"duration","value":"3h"},{"key":"volume","value":"131000"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"error\": \"UnCorrectDuration\"\n}"},{"id":"b1b9298a-2c9b-4265-85ab-aedc66d79c1d","name":"400 MinimalVolumeError","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.vltnrg.com/v1/order/cost?duration=1h&volume=1000","host":["https://api.vltnrg.com"],"path":["v1","order","cost"],"query":[{"key":"duration","value":"1h"},{"key":"volume","value":"1000"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"error\": \"MinimalVolumeError\"\n}"}],"_postman_id":"b3a4b4c1-3538-4fdb-bd18-2960dccdbb75"},{"name":"Create once order","event":[{"listen":"test","script":{"id":"31790d4b-f7b8-4726-86c4-84d55fdded73","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3a503d19-94b2-4cd8-a60e-c6da4da2fc8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"UID"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"target\" : \"TNaG38RU48FRHmmzgk3bF1ZupyPXpsikZg\",\r\n    \"volume\" : 65000,\r\n    \"duration\": \"1h\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vltnrg.com/v1/order/once/create","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 body 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>duration</td>\n<td>Duration rent energy (1h, 1d)</td>\n</tr>\n<tr>\n<td>volume</td>\n<td>volume energy (65 000 - 5 000 000)</td>\n</tr>\n<tr>\n<td>target</td>\n<td>Wallet address for ordering energy</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><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>summary</td>\n<td><strong>5.75</strong> - Amount to be paid for the order in TRX</td>\n</tr>\n<tr>\n<td>status</td>\n<td>order status (Filled, Created, Reclaimed)</td>\n</tr>\n<tr>\n<td>id</td>\n<td>unique order identifier</td>\n</tr>\n<tr>\n<td>txId</td>\n<td>transaction hash (can be NULL if energy hasn’t been delegated)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","order","once","create"],"host":["https://api.vltnrg.com"],"query":[],"variable":[]}},"response":[{"id":"b2470f0f-6021-45ef-9146-d45e812d0184","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"target\" : \"TNaG38RU48FRHmmzgsdffSDSDpsikZg\",\r\n    \"volume\" : 65000,\r\n    \"duration\": \"1h\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vltnrg.com/v1/order/once/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"result\": {\n        \"txId\": \"480bbd99972e405345345a68818ea37324234234a92a61440d8361f2d\",\n        \"id\": 606221,\n        \"summary\": 4.25\n    }\n}"},{"id":"01266da3-0b8e-452c-bc43-31f04defc9f4","name":"400 DurationError","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"target\" : \"TNaG38RU48FRHmmzgk3bF1ZupyPXpsikZg\",\r\n    \"volume\" : 65000,\r\n    \"duration\": \"3h\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vltnrg.com/v1/order/once/create"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"error\": \"DurationError\"\n}"},{"id":"c5ea71df-2eb5-4ad9-b78b-5ffa3b392c0f","name":"400 MinimalVolumeError","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"target\" : \"TNaG38RU48FRHmmzgk3bF1ZupyPXpsikZg\",\r\n    \"volume\" : 5000,\r\n    \"duration\": \"1h\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vltnrg.com/v1/order/once/create"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"error\": \"MinimalVolumeError\"\n}"},{"id":"b5ce5735-96ed-47f8-89f3-bc037debb446","name":"400 UnCorrectAddress","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"target\" : \"TNaG38RU48FRHmmzgk3bFsdfsdfXpsikZg\",\r\n    \"volume\" : 65000,\r\n    \"duration\": \"1h\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vltnrg.com/v1/order/once/create"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"error\": \"UnCorrectAddress\"\n}"}],"_postman_id":"3a503d19-94b2-4cd8-a60e-c6da4da2fc8b"},{"name":"Status once order","event":[{"listen":"test","script":{"id":"d9a36ff0-327e-4d9b-b88c-d8a66d2f35c7","exec":[""],"type":"text/javascript","packages":{}}}],"id":"4983863e-f282-444b-896e-308078efcd4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"UID"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.vltnrg.com/v1/order/once/status?id=606221","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>id</td>\n<td>Id order</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><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result</td>\n<td>order status. Possible values: Filled, Created, Reclaimed</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","order","once","status"],"host":["https://api.vltnrg.com"],"query":[{"key":"id","value":"606221"}],"variable":[]}},"response":[{"id":"4a3a8030-5599-4e8a-847b-a6b1ef5568bf","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.vltnrg.com/v1/order/once/status?id=606221","host":["https://api.vltnrg.com"],"path":["v1","order","once","status"],"query":[{"key":"id","value":"606221"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"result\": \"Filled\"\n}"},{"id":"7577f6e6-8665-4c4d-b35a-b11ed4e30348","name":"400 NotFoundOrder","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.vltnrg.com/v1/order/once/status?id=6606221","host":["https://api.vltnrg.com"],"path":["v1","order","once","status"],"query":[{"key":"id","value":"6606221"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"error\": \"NotFoundOrder\"\n}"}],"_postman_id":"4983863e-f282-444b-896e-308078efcd4d"},{"name":"Address add smart mode","event":[{"listen":"test","script":{"id":"72a01f43-cf44-4878-980b-5f4fb556a03d","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a7462556-3c1f-47f1-b604-783c2c870631","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"UID"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"target\" : \"TNaG38RUsdfmzgk3bF1ZupyPXpsikZg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vltnrg.com/v1/order/smart/add","description":"<p>Add address to smart mode.</p>\n<p>IMPORTANT! If the address is already added to smart mode and not removed, you will receive a 400 error.</p>\n<p><strong>Description of parameters (in the body 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>Address for Smart-mode</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><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result</td>\n<td>started - Smart-mode is activated</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","order","smart","add"],"host":["https://api.vltnrg.com"],"query":[],"variable":[]}},"response":[{"id":"c3cd62db-318d-41b9-b759-c94620f24375","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"target\" : \"TNaG38RU48FRHmmzgSdsfsdfpyPXpsikZg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vltnrg.com/v1/order/smart/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"result\": \"Started\"\n}"},{"id":"242beee0-e429-4ecb-93a5-5a51a3976b88","name":"400 AddressSmartModeAdded","originalRequest":{"method":"GET","header":[],"url":"https://api.vltnrg.com/v1/order/smart/add"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"error\": \"AddressSmartModeAdded\"\n}"}],"_postman_id":"a7462556-3c1f-47f1-b604-783c2c870631"},{"name":"GetSmartModeStatus","event":[{"listen":"test","script":{"id":"fdb3bb7f-fca6-40b6-a77b-c6a757ee9035","exec":[""],"type":"text/javascript","packages":{}}}],"id":"059bfb3e-01ca-416c-8a32-7d5ba125ce65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"UID"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.vltnrg.com/v1/order/smart/status?target=TNaG38RU48FDsdfgk3bF1ZupyPXpsikZg","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 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>target</td>\n<td>Address</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><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\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</tbody>\n</table>\n</div>","urlObject":{"path":["v1","order","smart","status"],"host":["https://api.vltnrg.com"],"query":[{"key":"target","value":"TNaG38RU48FDsdfgk3bF1ZupyPXpsikZg"}],"variable":[]}},"response":[{"id":"2f02fbea-08ee-42e3-8e76-2f5849046334","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.vltnrg.com/v1/order/smart/status?target=TNaG38RU48FRSdsdfek3bF1ZupyPXpsikZg","host":["https://api.vltnrg.com"],"path":["v1","order","smart","status"],"query":[{"key":"target","value":"TNaG38RU48FRSdsdfek3bF1ZupyPXpsikZg"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"result\": \"Started\"\n}"},{"id":"a7f8002c-05da-493c-ad49-5666fb219b48","name":"400 UnCorrectAddress","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.vltnrg.com/v1/order/smart/status?target=TNaG38RU48FRSdsdfek3bF1ZupyPXpsikZg","host":["https://api.vltnrg.com"],"path":["v1","order","smart","status"],"query":[{"key":"target","value":"TNaG38RU48FRSdsdfek3bF1ZupyPXpsikZg"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": false,\r\n    \"error\": \"UnCorrectAddress\"\r\n}"}],"_postman_id":"059bfb3e-01ca-416c-8a32-7d5ba125ce65"},{"name":"ChangeSmartModeStatus","event":[{"listen":"test","script":{"id":"e51d768b-1469-4847-85b1-b673e836f520","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8f86ba54-c9e1-449f-aaa1-faf48cf5bb00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"UID"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"target\" : \"TNaG38RU48FRHmmzgksadasdupyPXpsikZg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vltnrg.com/v1/order/smart/status/change","description":"<p>Change smart mode status for the address</p>\n<p><strong>Description of parameters (in the body 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>Address</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><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>started - Smart-mode is Activated  <br />stopped - Smart-mode is Stopped</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","order","smart","status","change"],"host":["https://api.vltnrg.com"],"query":[],"variable":[]}},"response":[{"id":"040a9ce1-079f-48f6-ac09-2c7ba94fd553","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"target\" : \"TNaG38RU48FRsdfdsfk3bF1ZupyPXpsikZg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vltnrg.com/v1/order/smart/status/change"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"result\": \"Stopped\"\n}"},{"id":"d3fd68aa-5b1d-47ae-9dd8-ace54dc7c349","name":"400 UnCorrectAddress","originalRequest":{"method":"GET","header":[],"url":"https://api.vltnrg.com/v1/order/smart/status/change"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"error\": \"UnCorrectAddress\"\n}"}],"_postman_id":"8f86ba54-c9e1-449f-aaa1-faf48cf5bb00"},{"name":"RemoveSmartMode","event":[{"listen":"test","script":{"id":"303392cd-be49-4bd4-a063-4de022df07d5","exec":[""],"type":"text/javascript","packages":{}}}],"id":"35228d22-e3b9-4692-8030-fbd6a3ae68e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"UID"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"target\" : \"TNaG38RU48FRHmmzgasdupyPXpsikZg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vltnrg.com/v1/order/smart/remove","description":"<p>Remove address from smart mode</p>\n<p><strong>Description of parameters (in the body 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>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><strong>Key</strong></th>\n<th><strong>Value (Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>Removed - is Removed</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","order","smart","remove"],"host":["https://api.vltnrg.com"],"query":[],"variable":[]}},"response":[{"id":"5fc84916-9eb0-4e87-b49e-9f15d3a851d1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"target\" : \"TNaG38RU48FRHmmzgk3bF1ZupyPXpsikZg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vltnrg.com/v1/order/smart/status/remove"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"result\": \"Removed\"\n}"},{"id":"1732b4ef-40e7-4e5c-a6f6-131d428bb82c","name":"403 unCorrect address","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"target\" : \"TNaG38RU48FRHmmzgk3bF1ZupyPXpsikZg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vltnrg.com/v1/order/smart/status/remove"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"error\": \"UnCorrectAddress\"\n}"}],"_postman_id":"35228d22-e3b9-4692-8030-fbd6a3ae68e8"}],"id":"ae7027b9-1bb9-4e4c-9c3f-bf1ee2832f87","description":"<p>A collection of methods for API access</p>\n","_postman_id":"ae7027b9-1bb9-4e4c-9c3f-bf1ee2832f87","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"UID"}]},"isInherited":true,"source":{"_postman_id":"110152a5-cb46-465b-9367-d82bfdbe91d6","id":"110152a5-cb46-465b-9367-d82bfdbe91d6","name":"Volt Energy API Documentation","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"UID"}]}},"event":[{"listen":"prerequest","script":{"id":"c0333a16-85df-4bd9-89d7-4d299f73cfdc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c20947f0-68b5-42b7-a182-2a07acba7d77","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://api.vltnrg.com"}]}