{"info":{"_postman_id":"2af35b04-9ec0-4e86-b33c-641474a68392","name":"TronMax API V1","description":"<html><head></head><body><p>The <strong>TronMax API V1</strong> provides a simple and secure way to interact with the TronMax platform for purchasing and managing <strong>TRON Energy and Bandwidth</strong>.</p>\n<p>This API allows developers and services to:</p>\n<ul>\n<li><p>Create energy or bandwidth orders</p>\n</li>\n<li><p>Track order status</p>\n</li>\n<li><p>Cancel active orders</p>\n</li>\n<li><p>Retrieve user account information and available credit</p>\n</li>\n</ul>\n<p>All requests are authenticated using an <strong>API key</strong>, and responses are returned in JSON format.</p>\n<p>The API is designed to be <strong>minimal, fast, and production-ready</strong>, making it easy to integrate into automated systems, trading bots, or backend services.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10875168","collectionId":"2af35b04-9ec0-4e86-b33c-641474a68392","publishedId":"2sBXVcksnG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-01-03T16:13:13.000Z"},"item":[{"name":"Orders","item":[{"name":"CreateOrder","id":"fbb7b7de-83a8-4e9b-85da-bcce41cc7a09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"type\": \"Fast\", \n  \"resourceType\": \"Energy\",\n  \"receiver\": [\n    \"THzxp2J3D9WhgSyC3t5yYSdwEjiv6Eg3as\",\n    \"T9zrvJiJjZMnPwKwSEjejcbBpvXc3qhdxd\",\n    \"TBLjhW2Fi8U2guV5maDC8MqTXtWVrdNjC5\",\n    \"TDGSR64oU4QDpViKfdwawSiqwyqpUB6JUD\",\n    \"TX74o6dWugAgdaMv8M39QP9YL5QRgfj32t\",\n    \"TDqGdq76PDHrEXfEPMmNa2ayc7E4PKzfS1\",\n    \"TEY7pBUV3HpGgie5N7Zu92hbZDfUwMKbK1\",\n    \"TN8Qr4M1Drm7byHZAf93yE6HwH4acy8M3D\",\n    \"TLEtwNCzJM4d32z9vRsX4WS91WUpRXPsfP\",\n    \"TXF6UZpnZ4PvPJhYHkwR17UGKBTYmYSkm3\",\n    \"TQg3vYxLWwT8mCvbYcjRjfuXg3hshA8zcW\",\n    \"TLZ4gv7jzyowyvmjEmWivGTQDu22RPt7XL\",\n    \"TGMayYkhjRVwbYFFdadpBucftYrEM6JNCs\",\n    \"TG6S8iGR4D5rvpp4rQDn4gg8qA1aW7stHA\",\n    \"TCuywKCAGbLqpjx3X9vun277r59b4kbVWQ\",\n    \"TBzjkv194MiGvvmuDTYxpRun6jamQHaE21\",\n    \"TBz1qnfnj7W7HnrCuC2eaA7E1euR32MwNW\"\n  ],\n  \"resourceAmount\": 65000,\n  \"duration\": \"15m\"\n\n}\n","options":{"raw":{"language":"json"}}},"url":"{{apiUrl}}/v1/order/Create","description":"<p>Creates a new <strong>Energy</strong> or <strong>Bandwidth</strong> order.</p>\n<p>This endpoint supports <strong>bulk orders</strong>. When multiple wallet addresses are provided in the <code>receiver</code> field, the system creates <strong>one order per receiver</strong> (maximum <strong>20</strong> receivers per request).</p>\n<p>Order behavior depends on the selected <code>type</code>:</p>\n<ul>\n<li><p><strong>Manual</strong> orders require a <code>price</code> and use it for pricing and matching.</p>\n</li>\n<li><p><strong>Fast</strong> orders do not use <code>price</code> for calculation. If <code>price</code> is provided, it is validated only.</p>\n</li>\n</ul>\n<p>All field values such as <code>type</code> and <code>resourceType</code> are <strong>case-insensitive</strong>.</p>\n<h3 id=\"request-body-fields\">Request Body Fields</h3>\n<ul>\n<li><p><code>type</code> <em>(string, required)</em></p>\n<p>  Order type. Supported values: <code>Fast</code>, <code>Manual</code>.<br />  <strong>Case-insensitive.</strong></p>\n</li>\n<li><p><code>resourceType</code> <em>(string, required)</em></p>\n<p>  Resource type. Supported values: <code>Energy</code>, <code>Bandwidth</code>.<br />  <strong>Case-insensitive.</strong></p>\n</li>\n<li><p><code>receiver</code> <em>(string[], required)</em></p>\n<p>  List of TRON wallet addresses (bulk order).<br />  <strong>Min:</strong> 1 wallet<br />  <strong>Max:</strong> 20 wallets</p>\n<p>  One order will be created per receiver.</p>\n</li>\n<li><p><code>resourceAmount</code> <em>(number, required)</em></p>\n<p>  Requested resource amount.</p>\n<p>  Unit depends on <code>resourceType</code>.</p>\n</li>\n<li><p><code>duration</code> <em>(string, required)</em></p>\n<p>  Order duration. Supported formats:</p>\n<ul>\n<li><p><code>\"15m\"</code> = 15 minutes</p>\n</li>\n<li><p><code>\"1h\"</code> = 1 hour</p>\n</li>\n<li><p><code>\"1d\"</code> = 1 day</p>\n</li>\n</ul>\n</li>\n<li><p><code>price</code> <em>(number, conditional)</em></p>\n<ul>\n<li><p><strong>Required when</strong> <strong><code>type = \"Manual\"</code></strong></p>\n</li>\n<li><p>Optional when <code>type = \"Fast\"</code></p>\n</li>\n<li><p>If provided in Fast mode, it must be <strong>greater than 40</strong> and is used for <strong>validation only</strong> (not used in pricing calculation).</p>\n</li>\n</ul>\n</li>\n<li><p><code>options</code> (object, optional) Optional order settings.</p>\n<ul>\n<li><p><code>options.allow_partial</code> (boolean, optional)  </p>\n<p>  If <code>true</code>, the system may partially fulfill the order if full amount is not available.</p>\n</li>\n<li><p><code>options.partial_min</code> (number, conditional)  </p>\n<p>  Minimum acceptable amount for partial fulfillment.  </p>\n<p>  Required when <code>allow_partial = true</code>.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"create-order--response-description\">Create Order – Response Description</h2>\n<p>This response confirms that the order request was accepted and <strong>orders were created successfully</strong>.</p>\n<p>If the request contains multiple wallets in <code>receiver</code>, the API creates <strong>one order per receiver</strong> and returns them inside the <code>orders</code> array.Field Details</p>\n<ul>\n<li><p><code>success</code> <em>(boolean)</em></p>\n<p>  Indicates whether the request was successful.</p>\n</li>\n<li><p><code>data.count</code> <em>(number)</em></p>\n<p>  Number of orders created in this request.</p>\n<p>  In bulk mode, this is equal to the number of items in <code>receiver</code>.</p>\n</li>\n<li><p><code>data.orders</code> <em>(array)</em></p>\n<p>  List of created orders. Each item represents one receiver/order.</p>\n</li>\n</ul>\n<h4 id=\"orders-object-fields\"><code>orders[]</code> object fields</h4>\n<ul>\n<li><p><code>orderId</code> <em>(string)</em></p>\n<p>  Unique ID of the created order (<strong>case-sensitive</strong>).</p>\n<p>  Use this value for order status tracking and cancellation.</p>\n</li>\n<li><p><code>receiver</code> <em>(string)</em></p>\n<p>  The TRON wallet address that will receive the delegated resource.</p>\n</li>\n<li><p><code>type</code> <em>(string)</em></p>\n<p>  Order type (e.g., <code>Fast</code>, <code>Manual</code>).</p>\n<p>  Input is case-insensitive; response is normalized.</p>\n</li>\n<li><p><code>resourceType</code> <em>(string)</em></p>\n<p>  Resource type of the order (<code>energy</code> or <code>bandwidth</code>).</p>\n</li>\n<li><p><code>resourceAmount</code> <em>(number)</em></p>\n<p>  Requested resource amount for this order.</p>\n</li>\n<li><p><code>price</code> <em>(number)</em></p>\n<p>  Final price used for this order.<br />  <strong>Fast mode note:</strong> the returned <code>price</code> may represent the <strong>calculated market price</strong>, not the input value.</p>\n</li>\n<li><p><code>paidAmount</code> <em>(number)</em></p>\n<p>  Amount paid for this order, in <strong>TRX</strong>.</p>\n</li>\n<li><p><code>status</code> <em>(string)</em></p>\n<p>  Current order status at creation time. Usually:</p>\n<ul>\n<li><code>processing</code> (order queued and being fulfilled)</li>\n</ul>\n</li>\n<li><p><code>createdAt</code> <em>(number)</em></p>\n<p>  Creation timestamp in <strong>milliseconds (Unix epoch)</strong>.</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","order","Create"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6f047bbf-6b05-42c7-828a-5f97d49f5515","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"type\": \"Fast\", \n  // Order type:\n  // Fast | Manual \n  // Case-insensitive\n\n  \"resourceType\": \"Energy\",\n  // Resource type:\n  // Energy | Bandwidth\n  // Case-insensitive\n\n  \"receiver\": [\n    \"THzxp2J3D9WhgSyC3t5yYSdwEjiv6Eg3as\",\n    \"T9zrvJiJjZMnPwKwSEjejcbBpvXc3qhdxd\",\n    \"TBLjhW2Fi8U2guV5maDC8MqTXtWVrdNjC5\",\n    \"TDGSR64oU4QDpViKfdwawSiqwyqpUB6JUD\",\n    \"TX74o6dWugAgdaMv8M39QP9YL5QRgfj32t\",\n    \"TDqGdq76PDHrEXfEPMmNa2ayc7E4PKzfS1\",\n    \"TEY7pBUV3HpGgie5N7Zu92hbZDfUwMKbK1\",\n    \"TN8Qr4M1Drm7byHZAf93yE6HwH4acy8M3D\",\n    \"TLEtwNCzJM4d32z9vRsX4WS91WUpRXPsfP\",\n    \"TXF6UZpnZ4PvPJhYHkwR17UGKBTYmYSkm3\",\n    \"TQg3vYxLWwT8mCvbYcjRjfuXg3hshA8zcW\",\n    \"TLZ4gv7jzyowyvmjEmWivGTQDu22RPt7XL\",\n    \"TGMayYkhjRVwbYFFdadpBucftYrEM6JNCs\",\n    \"TG6S8iGR4D5rvpp4rQDn4gg8qA1aW7stHA\",\n    \"TCuywKCAGbLqpjx3X9vun277r59b4kbVWQ\",\n    \"TBzjkv194MiGvvmuDTYxpRun6jamQHaE21\",\n    \"TBz1qnfnj7W7HnrCuC2eaA7E1euR32MwNW\"\n  ],\n  // Receiver wallets (Bulk order)\n  // Min: 1 wallet\n  // Max: 20 wallets\n  // One order will be created per receiver\n\n  \"resourceAmount\": 65000,\n  // Amount of resource requested (Energy/Bandwidth)\n  // Unit depends on resourceType\n\n  \"duration\": \"15m\",\n  // Order duration\n  // Supported formats:\n  // \"15m\"  = 15 minutes\n  // \"1h\"   = 1 hour\n  // \"1d\"  = 1 day\n\n   \"price\": 10\n  // REQUIRED when type = \"Manual\"\n\n}\n","options":{"raw":{"language":"json"}}},"url":"{{apiUrl}}/v1/order/Create"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Sat, 03 Jan 2026 11:45:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-xss-protection","value":"0"},{"key":"x-ratelimit-limit","value":"30"},{"key":"x-ratelimit-remaining","value":"28"},{"key":"x-ratelimit-reset","value":"1767440795676"},{"key":"etag","value":"W/\"f31-0jpjSPbPJ7f9+Wi07Pdyg3SheuU\""},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=dhkYxrsmtcgA5Uim5aYovsJjGm3uvfHEcdliGbDRqgdOG05EA2x6WyKLPCfBYeLrur7b7U6QZx5HTKb13upMrLXDW22DmEduoiEf3LC1\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"9b82407eba6405d5-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"count\": 17,\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                \"orderId\": \"6959016b9b11c5d92b78b48c\",\n                \"receiver\": \"T9zrvJiJjZMnPwKwSEjejcbBpvXc3qhdxd\",\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                \"orderId\": \"6959016b9b11c5d92b78b48d\",\n                \"receiver\": \"TBLjhW2Fi8U2guV5maDC8MqTXtWVrdNjC5\",\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                \"orderId\": \"6959016b9b11c5d92b78b48e\",\n                \"receiver\": \"TDGSR64oU4QDpViKfdwawSiqwyqpUB6JUD\",\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                \"orderId\": \"6959016b9b11c5d92b78b48f\",\n                \"receiver\": \"TX74o6dWugAgdaMv8M39QP9YL5QRgfj32t\",\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                \"orderId\": \"6959016b9b11c5d92b78b490\",\n                \"receiver\": \"TDqGdq76PDHrEXfEPMmNa2ayc7E4PKzfS1\",\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                \"orderId\": \"6959016b9b11c5d92b78b491\",\n                \"receiver\": \"TEY7pBUV3HpGgie5N7Zu92hbZDfUwMKbK1\",\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                \"orderId\": \"6959016b9b11c5d92b78b492\",\n                \"receiver\": \"TN8Qr4M1Drm7byHZAf93yE6HwH4acy8M3D\",\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                \"orderId\": \"6959016b9b11c5d92b78b493\",\n                \"receiver\": \"TLEtwNCzJM4d32z9vRsX4WS91WUpRXPsfP\",\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                \"orderId\": \"6959016b9b11c5d92b78b494\",\n                \"receiver\": \"TXF6UZpnZ4PvPJhYHkwR17UGKBTYmYSkm3\",\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                \"orderId\": \"6959016b9b11c5d92b78b495\",\n                \"receiver\": \"TQg3vYxLWwT8mCvbYcjRjfuXg3hshA8zcW\",\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                \"orderId\": \"6959016b9b11c5d92b78b496\",\n                \"receiver\": \"TLZ4gv7jzyowyvmjEmWivGTQDu22RPt7XL\",\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                \"orderId\": \"6959016b9b11c5d92b78b497\",\n                \"receiver\": \"TGMayYkhjRVwbYFFdadpBucftYrEM6JNCs\",\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                \"orderId\": \"6959016b9b11c5d92b78b498\",\n                \"receiver\": \"TG6S8iGR4D5rvpp4rQDn4gg8qA1aW7stHA\",\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                \"orderId\": \"6959016b9b11c5d92b78b499\",\n                \"receiver\": \"TCuywKCAGbLqpjx3X9vun277r59b4kbVWQ\",\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                \"orderId\": \"6959016b9b11c5d92b78b49a\",\n                \"receiver\": \"TBzjkv194MiGvvmuDTYxpRun6jamQHaE21\",\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                \"orderId\": \"6959016b9b11c5d92b78b49b\",\n                \"receiver\": \"TBz1qnfnj7W7HnrCuC2eaA7E1euR32MwNW\",\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}"}],"_postman_id":"fbb7b7de-83a8-4e9b-85da-bcce41cc7a09"},{"name":"CancelOrder","id":"a560746b-f565-4a7e-91e4-ba6b92b25924","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    //OrderId\n    //Case-sensitive\n    \"orderId\" : \"695904069b11c5d92b78b593\"\n}","options":{"raw":{"language":"json"}}},"url":"{{apiUrl}}/v1/order/cancel","description":"<p>Cancels an existing order using its <code>orderId</code>.</p>\n<p>The order must belong to the authenticated API user and must be in a <strong>cancellable state</strong> (for example, <code>processing</code>).</p>\n<p>Completed or already settled orders cannot be canceled.</p>\n<p>The <code>orderId</code> value is <strong>case-sensitive</strong> and must be provided exactly as returned by the Create Order API.</p>\n<h3 id=\"field-details\">Field Details</h3>\n<ul>\n<li><p><code>success</code> <em>(boolean)</em>  </p>\n<p>  Indicates whether the cancellation request was successful.</p>\n</li>\n<li><p><code>data.status</code> <em>(string)</em>  </p>\n<p>  Final status of the order after cancellation.  </p>\n<p>  Expected value: <code>cancelled</code>.</p>\n</li>\n<li><p><code>data.frozen</code> <em>(number)</em>  </p>\n<p>  Amount of the order that was already fulfilled at the time of cancellation.<br />  <code>0</code> means no resource was delegated before canceling.<br />  <em>(If greater than 0, it means the order was partially filled before cancellation.)</em></p>\n</li>\n<li><p><code>data.refunded</code> <em>(number)</em>  </p>\n<p>  Amount refunded back to the user’s account credit after cancellation.  </p>\n<p>  The value represents the refundable amount based on the order state at the time of cancel.</p>\n</li>\n<li><p><code>data.cancelledAt</code> <em>(number)</em>  </p>\n<p>  Cancellation timestamp in <strong>milliseconds (Unix epoch)</strong>.</p>\n</li>\n</ul>\n<hr />\n","urlObject":{"path":["v1","order","cancel"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2abadc40-a62e-4dd2-80af-6367f62fed7f","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderId\" : \"695904069b11c5d92b78b593\"\n}","options":{"raw":{"language":"json"}}},"url":"{{apiUrl}}/v1/order/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Sat, 03 Jan 2026 12:03:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-xss-protection","value":"0"},{"key":"x-ratelimit-limit","value":"30"},{"key":"x-ratelimit-remaining","value":"28"},{"key":"x-ratelimit-reset","value":"1767441839439"},{"key":"etag","value":"W/\"64-PnLlB7jJ5zmFmx+gXh7YA5JQpwc\""},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=rpTHWaZg6cyKpgi7%2BJdcG2LkCgW%2BvlCKI6%2BGLtXFYKGyj72r3TuC%2FY4EqTVdVsOpfdpupdXNuXjPLxBWsK5Ap%2ByozSgx7lTkVLXH%2BCyo\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"9b825b0da8406cc7-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"status\": \"cancelled\",\n        \"frozen\": 0,\n        \"refunded\": 121,\n        \"cancelledAt\": 1767441835413\n    }\n}"}],"_postman_id":"a560746b-f565-4a7e-91e4-ba6b92b25924"},{"name":"OrderStatus","id":"81a9cb48-c340-4cd2-a43c-99e83fb9dbab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    //OrderId\n    //Case-sensitive\n    \"orderId\" : \"695902249b11c5d92b78b4d9\"\n}","options":{"raw":{"language":"json"}}},"url":"{{apiUrl}}/v1/order/status","description":"<p>This response returns the <strong>current status and execution details</strong> of a specific order.</p>\n<p>It provides information about:</p>\n<ul>\n<li><p>Order progress</p>\n</li>\n<li><p>Final execution status</p>\n</li>\n<li><p>Delegated resource transactions (on-chain)</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"field-details\">Field Details</h3>\n<ul>\n<li><p><code>orderId</code> <em>(string)</em></p>\n<p>  Unique identifier of the order.</p>\n<p>  This value is <strong>case-sensitive</strong>.</p>\n</li>\n<li><p><code>receiver</code> <em>(string)</em></p>\n<p>  TRON wallet address that received the delegated resource.</p>\n</li>\n<li><p><code>type</code> <em>(string)</em></p>\n<p>  Order type (<code>Fast</code>, <code>Manual</code>, etc.).</p>\n<p>  Case-insensitive on input, normalized in response.</p>\n</li>\n<li><p><code>resourceType</code> <em>(string)</em></p>\n<p>  Resource type of the order (<code>energy</code> or <code>bandwidth</code>).</p>\n</li>\n<li><p><code>resourceAmount</code> <em>(number)</em></p>\n<p>  Requested amount of the resource.</p>\n</li>\n<li><p><code>price</code> <em>(number)</em></p>\n<p>  Final execution price of the order.</p>\n<p>  For <strong>Fast</strong> orders, this value represents the <strong>actual market price</strong>, not the input price.</p>\n</li>\n<li><p><code>paidAmount</code> <em>(number)</em></p>\n<p>  Total amount paid for this order, in <strong>TRX</strong>.</p>\n</li>\n<li><p><code>filled</code> <em>(number)</em></p>\n<p>  Percentage of the order that has been successfully fulfilled.<br />  <code>100</code> means the order is fully completed.</p>\n</li>\n<li><p><code>status</code> <em>(string)</em></p>\n<p>  Current order status. Possible values include:</p>\n<ul>\n<li><p><code>processing</code></p>\n</li>\n<li><p><code>completed</code></p>\n</li>\n<li><p><code>cancelled</code></p>\n</li>\n</ul>\n</li>\n<li><p><code>createdAt</code> <em>(number)</em></p>\n<p>  Order creation timestamp in <strong>milliseconds (Unix epoch)</strong>.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"transactions\">Transactions</h3>\n<p>The <code>transactions</code> array contains on-chain delegation records related to this order.</p>\n<p>Each transaction includes:</p>\n<ul>\n<li><p><code>frozenAmount</code> <em>(number)</em></p>\n<p>  Amount of resource delegated (in <strong>SUN</strong>).</p>\n</li>\n<li><p><code>txId</code> <em>(string)</em></p>\n<p>  Blockchain transaction ID of the delegation.</p>\n</li>\n<li><p><code>settledAt</code> <em>(number)</em></p>\n<p>  Timestamp when the delegation was successfully settled (milliseconds).</p>\n</li>\n</ul>\n<p>An order may contain <strong>multiple transactions</strong> if it was fulfilled using multiple resource pools.</p>\n<hr />\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>If <code>transactions</code> is empty, the order has not yet been fulfilled.</p>\n</li>\n<li><p>For partially filled orders, <code>filled</code> may be less than <code>100</code>.</p>\n</li>\n<li><p>Once <code>status</code> is <code>completed</code>, no further changes will occur to the order.</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","order","status"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4499fac8-83d3-4329-90aa-f9c37cc77466","name":"200 OK","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    //OrderId\n    //Case-sensitive\n    \"orderId\" : \"695902249b11c5d92b78b4d9\"\n}","options":{"raw":{"language":"json"}}},"url":"{{apiUrl}}/v1/order/status"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 03 Jan 2026 12:39:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-xss-protection","value":"0"},{"key":"x-ratelimit-limit","value":"120"},{"key":"x-ratelimit-remaining","value":"119"},{"key":"x-ratelimit-reset","value":"1767444045481"},{"key":"etag","value":"W/\"195-CdNtagTLpLvDZ09Jq8dVG4n++04\""},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=pLsUNN14kPJJJoyhdWSKSP0VluhW2uyJaysNIvUngMmPTvy%2BB6jPZ93e6XNf1bWANVA6bjzuIDKLMbGy9FfSeWpAJviU0S90b0xLhNJ%2F\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"9b828f8b997cd6f4-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"orderId\": \"695902249b11c5d92b78b4d9\",\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\": 1767440932041,\n        \"transactions\": [\n            {\n                \"frozenAmount\": 866000000,\n                \"txId\": \"4f7cbcd4f44569cfa2504f6c0107dc93302c658d7b6192bd7785b3fcd43651e6\",\n                \"settledAt\": 1767440933148\n            }\n        ]\n    }\n}"}],"_postman_id":"81a9cb48-c340-4cd2-a43c-99e83fb9dbab"}],"id":"6744eafd-b05e-4f17-a6f4-8c320da13558","_postman_id":"6744eafd-b05e-4f17-a6f4-8c320da13558","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"2af35b04-9ec0-4e86-b33c-641474a68392","id":"2af35b04-9ec0-4e86-b33c-641474a68392","name":"TronMax API V1","type":"collection"}}},{"name":"User","item":[{"name":"UserInfo","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test('Status code is 200', function () {","    pm.response.to.have.status(200);","})"]}}],"id":"495b6e86-f986-472f-a50b-e48cb7ab8cf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apiUrl}}/v1/user/info","description":"<p>Retrieves basic account information for the authenticated API user.</p>\n<p>This endpoint returns:</p>\n<ul>\n<li><p>The user’s wallet address</p>\n</li>\n<li><p>The current available credit balance</p>\n</li>\n</ul>\n<p>Authentication is handled via the <code>x-api-key</code> header inherited from the collection.</p>\n","urlObject":{"path":["v1","user","info"],"host":["{{apiUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cd3fa0d9-fa2b-493b-ace5-fb24249609f7","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"{{apiUrl}}/v1/user/info"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Sat, 03 Jan 2026 11:21:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-xss-protection","value":"0"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"x-ratelimit-reset","value":"1767439334649"},{"key":"etag","value":"W/\"52-Q/UTlmX/P+v1BQvNsgpGFzTJBBk\""},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=hcG4FzZJYe%2BEGB0T0qiZo5w8HhI7lGc6OC4c8J3HsPhA9HTz5istlLorfjZfWr1PPQx851xkK63MduztrFlENWJxSdPcpTRsVjBxPiBB\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"9b821c88ab69a2d1-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"wallet\": \"THzxp2J3D9WhgSyC3t5yYSdwEjiv6Eg3as\",\n        \"credit\": 0\n    }\n}"}],"_postman_id":"495b6e86-f986-472f-a50b-e48cb7ab8cf7"}],"id":"42b51972-3982-4c2c-9c2a-e3ea588e7a10","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key\n"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"964c5f9a-fea6-4d83-aef3-29c84705c58b","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"6911a445-6833-4fe0-861d-da01d99ef112","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"42b51972-3982-4c2c-9c2a-e3ea588e7a10","description":""}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]}},"event":[{"listen":"prerequest","script":{"id":"d5e4c1ab-3419-4594-a87b-625cd40072ac","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"2ab24762-f99c-4bca-b03c-dde428589833","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}]}