{"info":{"_postman_id":"53259de0-5c34-46c5-9aba-0f314308f250","name":"TronMax Official API V1","description":"<html><head></head><body><h1 id=\"tronmax-official-api-v1\">⚡ TronMax Official API V1</h1>\n<p>Official Postman Collection for high-throughput automated TRON Energy &amp; Bandwidth delegation.</p>\n<p>🔗 <strong>Primary Interactive Documentation:</strong><br>Visit <strong><a href=\"https://tronmax.io/api-docs\">https://tronmax.io/api-docs</a></strong> for interactive API playground, real-time rates discovery, and multi-language code snippets (Python, Node.js, cURL, Go, PHP, C#).</p>\n<hr>\n<h3 id=\"🔑-authentication--headers\">🔑 Authentication &amp; Headers</h3>\n<ul>\n<li><strong>Prepaid Orders (<code>/v1/*</code>)</strong>: Header <code>x-api-key: YOUR_API_KEY</code> is required.</li>\n<li><strong>Public Settings &amp; Rates (<code>/setting/*</code>)</strong>: No authentication required.</li>\n</ul>\n<h3 id=\"🌐-base-url\">🌐 Base URL</h3>\n<p><code>https://api.tronmax.io</code></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"⚡ TronMax Official API V1","slug":"tronmax-official-api-v1"}],"owner":"10875168","collectionId":"53259de0-5c34-46c5-9aba-0f314308f250","publishedId":"2sBYAyroF7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-09-10T13:42:34.000Z"},"item":[{"name":"1. API Key Orders (V1)","item":[{"name":"Create Order (Fast / Manual)","id":"122dbdfb-564f-4935-8e20-84018b60afe2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","description":"<p>Your API Key from TronMax Buyers Portal</p>\n","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"type\": \"Fast\",\n  \"resourceType\": \"Energy\",\n  \"receiver\": [\n    \"THzxp2J3D9WhgSyC3t5yYSdwEjiv6Eg3as\"\n  ],\n  \"resourceAmount\": 65000,\n  \"duration\": \"1h\"\n}"},"url":"https://api.tronmax.io/v1/order/create","description":"<p>Creates a new Fast or Manual order for Energy or Bandwidth. Supports bulk delegation for up to 20 TRON recipient addresses in a single call. For Manual orders, specify type='Manual', price (in SUN, dynamic minimum floor by duration fetched via GET /setting/ui ratesByDuration), and options: { allow_partial: true, partial_min: 20000, bulk_order: false }.</p>\n","urlObject":{"protocol":"https","path":["v1","order","create"],"host":["api","tronmax","io"],"query":[],"variable":[]}},"response":[{"id":"151bf40a-613a-49eb-bddb-fb92d7fc0a3f","name":"200 OK - Fast Order Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","description":"Your API Key from TronMax Buyers Portal","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"type\": \"Fast\",\n  \"resourceType\": \"Energy\",\n  \"receiver\": [\n    \"THzxp2J3D9WhgSyC3t5yYSdwEjiv6Eg3as\"\n  ],\n  \"resourceAmount\": 65000,\n  \"duration\": \"1h\"\n}"},"url":"https://api.tronmax.io/v1/order/create","description":"Creates a new Fast or Manual order for Energy or Bandwidth. Supports bulk delegation for up to 20 TRON recipient addresses in a single call. For Manual orders, specify type='Manual', price (in SUN, dynamic minimum floor by duration fetched via GET /setting/ui ratesByDuration), and options: { allow_partial: true, partial_min: 20000, bulk_order: false }."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"data\": {\n    \"count\": 1,\n    \"orders\": [\n      {\n        \"orderId\": \"6959016b9b11c5d92b78b48b\",\n        \"receiver\": \"THzxp2J3D9WhgSyC3t5yYSdwEjiv6Eg3as\",\n        \"type\": \"Fast\",\n        \"resourceType\": \"energy\",\n        \"resourceAmount\": 65000,\n        \"price\": 65,\n        \"paidAmount\": 4.225,\n        \"status\": \"processing\",\n        \"createdAt\": 1767440747372\n      }\n    ]\n  }\n}"},{"id":"3bcece78-3c44-4ea8-9130-ccf4691226d8","name":"200 OK - Manual Order Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","description":"Your API Key from TronMax Buyers Portal","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"type\": \"Fast\",\n  \"resourceType\": \"Energy\",\n  \"receiver\": [\n    \"THzxp2J3D9WhgSyC3t5yYSdwEjiv6Eg3as\"\n  ],\n  \"resourceAmount\": 65000,\n  \"duration\": \"1h\"\n}"},"url":"https://api.tronmax.io/v1/order/create","description":"Creates a new Fast or Manual order for Energy or Bandwidth. Supports bulk delegation for up to 20 TRON recipient addresses in a single call. For Manual orders, specify type='Manual', price (in SUN, dynamic minimum floor by duration fetched via GET /setting/ui ratesByDuration), and options: { allow_partial: true, partial_min: 20000, bulk_order: false }."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"data\": {\n    \"count\": 1,\n    \"orders\": [\n      {\n        \"orderId\": \"6959016b9b11c5d92b78b48b\",\n        \"receiver\": \"THzxp2J3D9WhgSyC3t5yYSdwEjiv6Eg3as\",\n        \"type\": \"Manual\",\n        \"resourceType\": \"energy\",\n        \"resourceAmount\": 200000,\n        \"price\": 65,\n        \"paidAmount\": 13.0,\n        \"status\": \"open\",\n        \"options\": {\n          \"allow_partial\": true,\n          \"partial_min\": 20000,\n          \"bulk_order\": false\n        },\n        \"createdAt\": 1767440747372\n      }\n    ]\n  }\n}"}],"_postman_id":"122dbdfb-564f-4935-8e20-84018b60afe2"},{"name":"Get Order Status & TxIDs","id":"f1a736af-2c3c-4850-b89b-ccb7e7c40098","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"YOUR_API_KEY","description":"<p>Your API Key from TronMax Buyers Portal</p>\n","type":"text"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.tronmax.io/v1/order/status","description":"<p>Returns execution status, fill percentage, and settled blockchain transaction IDs (TxIDs). Requires orderId in the JSON request body.</p>\n","urlObject":{"protocol":"https","path":["v1","order","status"],"host":["api","tronmax","io"],"query":[],"variable":[]}},"response":[{"id":"403f4ee5-a3a1-4510-884c-ae647b492f0b","name":"200 OK - Order Status Completed","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"YOUR_API_KEY","description":"Your API Key from TronMax Buyers Portal","type":"text"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.tronmax.io/v1/order/status","description":"Returns execution status, fill percentage, and settled blockchain transaction IDs (TxIDs). Requires orderId in the JSON request body."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"data\": {\n    \"orderId\": \"6959016b9b11c5d92b78b48b\",\n    \"receiver\": \"THzxp2J3D9WhgSyC3t5yYSdwEjiv6Eg3as\",\n    \"type\": \"Fast\",\n    \"resourceType\": \"energy\",\n    \"resourceAmount\": 65000,\n    \"price\": 65,\n    \"paidAmount\": 4.225,\n    \"filled\": 100,\n    \"status\": \"completed\",\n    \"createdAt\": 1767440747372,\n    \"transactions\": [\n      {\n        \"frozenAmount\": 65000,\n        \"txId\": \"e39fd7a68e8334460f9976371cf79c53648a8dc2287cf38ac5a5254134beee91\",\n        \"settledAt\": 1767440751200\n      }\n    ]\n  }\n}"}],"_postman_id":"f1a736af-2c3c-4850-b89b-ccb7e7c40098"},{"name":"Cancel Order","id":"e299bf79-ff66-4011-ba92-2afb0d24fa49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","description":"<p>Your API Key from TronMax Buyers Portal</p>\n","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"orderId\": \"6959016b9b11c5d92b78b48b\"\n}"},"url":"https://api.tronmax.io/v1/order/cancel","description":"<p>Cancels an active order. Remaining unfilled funds are immediately and atomically refunded back to your buyer credit balance.</p>\n","urlObject":{"protocol":"https","path":["v1","order","cancel"],"host":["api","tronmax","io"],"query":[],"variable":[]}},"response":[{"id":"2e3d8310-ae6c-461d-a341-5cb3cae38155","name":"200 OK - Order Cancelled","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","description":"Your API Key from TronMax Buyers Portal","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"orderId\": \"6959016b9b11c5d92b78b48b\"\n}"},"url":"https://api.tronmax.io/v1/order/cancel","description":"Cancels an active order. Remaining unfilled funds are immediately and atomically refunded back to your buyer credit balance."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"data\": {\n    \"orderId\": \"6959016b9b11c5d92b78b48b\",\n    \"status\": \"canceled\",\n    \"refundedAmount\": 4.225,\n    \"refundedAt\": 1767440789000\n  }\n}"}],"_postman_id":"e299bf79-ff66-4011-ba92-2afb0d24fa49"},{"name":"Get User Info & Deposit Address","id":"e7437f8c-e314-43c0-8c0b-f5bce74d0940","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"YOUR_API_KEY","description":"<p>Your API Key from TronMax Buyers Portal</p>\n","type":"text"}],"url":"https://api.tronmax.io/v1/user/info","description":"<p>Returns account details for the authenticated API key: linked TRON wallet address, available buyer credit balance (in TRX), and your dedicated on-chain deposit wallet address.</p>\n","urlObject":{"protocol":"https","path":["v1","user","info"],"host":["api","tronmax","io"],"query":[],"variable":[]}},"response":[{"id":"6be41459-4613-46df-bcc1-217b34db76ec","name":"200 OK - Account Info & Deposit Wallet","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"YOUR_API_KEY","description":"Your API Key from TronMax Buyers Portal","type":"text"}],"url":"https://api.tronmax.io/v1/user/info","description":"Returns account details for the authenticated API key: linked TRON wallet address, available buyer credit balance (in TRX), and your dedicated on-chain deposit wallet address."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"data\": {\n    \"wallet\": \"THzxp2J3D9WhgSyC3t5yYSdwEjiv6Eg3as\",\n    \"credit\": 15420.5,\n    \"depositWalletAddress\": \"TJY5PkW8mFh7qUvWz8tLNm6B6X6uJkP9qR\"\n  }\n}"}],"_postman_id":"e7437f8c-e314-43c0-8c0b-f5bce74d0940"}],"id":"8ed34bf2-eb7e-415f-9458-4d8af0cbf92c","_postman_id":"8ed34bf2-eb7e-415f-9458-4d8af0cbf92c","description":""},{"name":"2. Platform Settings & Rates","item":[{"name":"Get UI Settings & Market Rates","id":"8d77c9e8-3419-4ccf-87f0-389791b02c66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tronmax.io/setting/ui","description":"<p>Public rate discovery endpoint. Returns DApp contract address, rates by lock duration, fast rates, fast charge configuration, daily recovery totals, and ready delegatable resources.</p>\n","urlObject":{"protocol":"https","path":["setting","ui"],"host":["api","tronmax","io"],"query":[],"variable":[]}},"response":[{"id":"280a60e2-1ac5-4965-b06e-338c34aafe80","name":"200 OK - UI Settings & Rates","originalRequest":{"method":"GET","header":[],"url":"https://api.tronmax.io/setting/ui","description":"Public rate discovery endpoint. Returns DApp contract address, rates by lock duration, fast rates, fast charge configuration, daily recovery totals, and ready delegatable resources."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"data\": {\n    \"DappAddress\": \"TXYZ123456789DappAddressOnTRON\",\n    \"readyResource\": {\n      \"energy\": 85000000,\n      \"bandwidth\": 4500000\n    },\n    \"fastSellRate\": { \"energy\": 100, \"bandwidth\": 700 },\n    \"ratesByDuration\": [\n      { \"exactDurationSeconds\": 3600, \"rate\": 65 },\n      { \"exactDurationSeconds\": 86400, \"rate\": 110 }\n    ],\n    \"ratesByDurationFast\": [\n      { \"exactDurationSeconds\": 3600, \"rate\": 70 },\n      { \"exactDurationSeconds\": 86400, \"rate\": 120 }\n    ]\n  }\n}"}],"_postman_id":"8d77c9e8-3419-4ccf-87f0-389791b02c66"},{"name":"Get Available Resources Liquidity","id":"8a6bb7f5-30c9-46d3-a0ac-95113361d074","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tronmax.io/setting/resource-available","description":"<p>Returns live delegatable capacity across sellers grouped by unit rate (SUN). Provides immediate orderbook depth for energy and bandwidth.</p>\n","urlObject":{"protocol":"https","path":["setting","resource-available"],"host":["api","tronmax","io"],"query":[],"variable":[]}},"response":[{"id":"72ab5dd7-273b-489b-9e0c-e4ecc2361fa3","name":"200 OK - Liquidity Depth","originalRequest":{"method":"GET","header":[],"url":"https://api.tronmax.io/setting/resource-available","description":"Returns live delegatable capacity across sellers grouped by unit rate (SUN). Provides immediate orderbook depth for energy and bandwidth."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"energy\": [\n    { \"rate\": 60, \"available\": 2500000 },\n    { \"rate\": 65, \"available\": 12000000 },\n    { \"rate\": 70, \"available\": 45000000 }\n  ],\n  \"bandwidth\": [\n    { \"rate\": 500, \"available\": 800000 },\n    { \"rate\": 600, \"available\": 2400000 }\n  ]\n}"}],"_postman_id":"8a6bb7f5-30c9-46d3-a0ac-95113361d074"}],"id":"21e460bd-11f5-400c-8f1f-4dbc82da090a","_postman_id":"21e460bd-11f5-400c-8f1f-4dbc82da090a","description":""}],"variable":[{"key":"apiKey","value":"YOUR_API_KEY"}]}