TrxRes API

API Call Sequence Diagram

1. Query Platform Current Configuration

Request

  • Method: POST

  • URL: /api/tronRent/pledgeConfig

  • Body:

{
  "fromAddress": "TJAvEDAKXUzng4nh9H58XVLRR3ozekDi8P", // User address, optional
  "sourceFlag": "", // Third-party source, optional
}

Response

{
  "defaultEnergyPrice": 75, // Default energy purchase price, unit: SUN
  "sun_1d": 130, // Energy rental price for 1 day, unit: SUN
  "sun_1h": 110, // Energy rental price for 1 hour, unit: SUN
  "sun_2d": 120, // Energy rental price for 2 days, unit: SUN
  "sun_3h": 115, // Energy rental price for 3 hours, unit: SUN
  "sun_10m": 100, // Energy rental price for 10 minutes, unit: SUN
  "lowEnergyFee": 0.56, // Low energy rental fee, unit: TRX
  "lowEnergyLimit": 65000, // Low energy limit; below this value is considered low energy rental
  "leftEnergy": 1000000, // Remaining rentable energy on the platform
  "leftNet": 100000, // Remaining rentable bandwidth on the platform
  "pledgeEnergy": 88.53621861, // Energy obtained by staking 1 TRX
  "pledgeNet": 0.51405149, // Bandwidth obtained by staking 1 TRX
  "burnEnergy": 2380.95238095, // Energy obtained by burning 1 TRX
  "burnNet": 1000, // Bandwidth obtained by burning 1 TRX
  "price": 0.12057227, // Price of 1 TRX in USDT
  "lowEnergyCanBuy": 10000, // Minimum rentable energy
  "topEnergyCanBuy": 10000000000, // Maximum rentable energy
  "netPrice": 700, // Bandwidth price, unit: SUN
  "createFee": 1.1, // Account activation fee, unit: TRX
  "treasureType": [
    // Transfer - Recipient account has USDT
    {
      "type": "transfer",
      "value": "32000"
    },
    // Transfer - Recipient account has no USDT
    {
      "type": "notUtransfer",
      "value": "64000"
    },
    // Contract exchange
    {
      "type": "exchange",
      "value": "240000"
    }
  ]
}

2.Query Account Information

Request

  • Method: GET

  • URL: /api/v1/account?fromAddress=TJAvEDAKXUzng4nh9H58XVLRR3ozekDi8P

  • Params:

    • fromAddress: String Required

Response

{
    "resCode": 100,
    "resMsg": "Success",
    "data": {
      "address": "TC6UxQ1PVw5umiSUp5EiqRwFnQhMhS9gCR", // Address
      "energyTotal": 100000, // Total Energy
      "energyUsed": 2000, // Used Energy
      "netTotal": 100000, // Total Bandwidth
      "netUsed": 2000, // Used Bandwidth
      "isActived": true, // Is Activated
      "trxBalance": 3353.59, // TRX Balance (new version uses balance, this parameter is retained for backward compatibility)
      "usdtBalance": 90, // USDT Balance (new version uses balance, this parameter is retained for backward compatibility)
      "balance": { // Balances of all supported payment currencies
        "TRX": 88.2767,
        "USDD": 82.408901,
        "USDT": 100.640776
      }
    }
}

3.Query supported payment currencies

Request

  • Method: GET

  • URL: /api/v1/tokens

Response

{
    "data": [
      {
        "address": "TXYZopYRdj2D9XRtbG411XZZ3kM5VkAeBf", // Contract address
        "decimals": 6, // Precision
        "id": 1, // ID
        "price": "0.255196", // Price of TRX against this currency
        "symbol": "USDT" // Currency symbol
      },
      {
        "address": "TFT7sNiNDGZcqL7z7dwXUPpxrx1Ewk8iGL",
        "decimals": 18,
        "id": 2,
        "price": "0.280811",
        "symbol": "USDD"
      }
    ],
    "resCode": 100,
    "resMsg": "Success"
}

4.Query Price Information

Request

  • Method: POST

  • URL:

    • /api/v1/order/price

  • Body:

    {
      "fromAddress": "TGp1dyTPSLFsJe69siDjSVxueqJ3s9FUn5", // Initiating operation address
      "pledgeAddress": "TGp1dyTPSLFsJe69siDjSVxueqJ3s9FUn5", // Energy receiving address
      // To adapt to the original API pledgeDay, pledgeHour, and pledgeMinute, submit any one of them.
      // If multiple fields coexist, priority goes to pledgeDay -> pledgeHour -> pledgeMinute (whichever value is found first).
      "pledgeDay": 0, // Lease duration in days, range [1 - 30], integer
      "pledgeHour": 0, // Lease duration in hours, range [1, 3], integer
      "pledgeMinute": 10, // Lease duration in minutes, range [10], integer
      "pledgeNum": 32000, // Energy amount for lease
      "extraTrxNum": "0", // Specifies the TRX amount for conversion. Values greater than or equal to 0 or an empty string imply TRC20 payment (range [0-30]). Not passing this key defaults to TRX payment.
      "sourceFlag": "test", // Third-party source identification
      "pledgeBandwidthNum": 600, // Bandwidth for lease (amount)
      // TRC20 payment currency (optional). Queryable via the <Get Currency> API, send the currency's symbol. Effective only in TRC20 payments; default value is USDT.
      "payToken": ""
    }

Response

{
  "resCode": 100,
  "resMsg": "Success",
  "data": {
    "fromAddress": "TGp1dyTPSLFsJe69siDjSVxueqJ3s9FUn5", // Initiating operation address
    "pledgeAddress": "TGp1dyTPSLFsJe69siDjSVxueqJ3s9FUn5", // Energy receiving address
    "exchangeFee": "0.05", // TRX conversion fee rate
    "pledgeDay": 3, // Lease days. Only one among pledgeDay, pledgeHour, or pledgeMinute will have a value, prioritized in this sequence.
    "pledgeHour": 0, // Lease hours. Only one among pledgeDay, pledgeHour, and pledgeMinute will have a value, prioritized in this sequence.
    "pledgeMinute": 0, // Lease minutes. Only one among pledgeDay, pledgeHour, and pledgeMinute will have a value, prioritized in this sequence.
    "source": "test", // Third-party source identification
    "orderType": "ENERGY", // Resource type
    "orderPrice": 105, // Unit price (in SUN)
    "pledgeNum": 32000, // Quantity for lease
    "pledgeTrxNum": "11.745", // TRX required for payment (includes low-energy lease fee and account activation cost)
    "payCoinCode": "USDT", // Payment currency
    "payCoinAmt": "3.241268", // Payment amount (unit matches payCoinCode)
    "extraTrxNum": 0, // TRX amount for conversion (must be >1 and ≤30). This confirms whether USDT payment is intended.
    "activeAccountFee": "0", // Account activation fee (unit matches payCoinCode)
    "lowEnergyFee": 0, // Low-energy rental fee (unit matches payCoinCode)
    "purchaseTRXFee": 0, // TRX purchase fee (unit matches payCoinCode)
    "purchaseEnergyFee": 0, // Energy purchase cost (includes handling fees, unit matches payCoinCode)
    "purchaseBandwidthFee": 0, // Bandwidth purchase cost (unit matches payCoinCode)
    "pledgeBandwidthNum": 1000, // Bandwidth lease quantity
    "ratio": "0.27597", // TRX to payment currency exchange rate
    "usdtModeAvailable": true, // Indicates if USDT conversion is available
    "prices": { // Supported payment currencies and corresponding payment amounts
      "TRX": "4.92", // If extraTrxNum > 0, TRX pricing is omitted because orders would use TRC20 payments under these conditions.
      "USDD": "1.971317",
      "USDT": "3.241268"
    }
  }
}

5.Create Rental Order

Request

  • Method: POST

  • URL:

    • /api/v1/order/create

  • Body:

    {
      "fromAddress": "TGp1dyTPSLFsJe69siDjSVxueqJ3s9FUn5", // Address initiating the operation
      "pledgeAddress": "TGp1dyTPSLFsJe69siDjSVxueqJ3s9FUn5", // Address receiving the energy
      // To adapt to the original API's pledgeDay, pledgeHour, and pledgeMinute, submit any one of them.
      // If multiple fields are submitted, prioritize pledgeDay -> pledgeHour -> pledgeMinute based on the first value present.
      "pledgeDay": 0, // Lease duration in days, range [1 - 30], integer
      "pledgeHour": 0, // Lease duration in hours, range [1, 3], integer
      "pledgeMinute": 10, // Lease duration in minutes, range [10], integer
      "pledgeNum": 32000, // Energy quantity to lease
      "extraTrxNum": "0", // Number of TRX to convert; submitting greater than or equal to 0 or an empty string is considered TRC20 payment. Range [0 - 30]; if not provided, defaults to TRX payment.
      "sourceFlag": "test", // Third-party source identifier
      "pledgeBandwidthNum": 600, // Quantity of bandwidth to lease
      // TRC20 payment currency (optional), the currency symbol can be queried using the <Currency Query> API; only valid for TRC20 payments, default is USDT.
      "payToken": ""
    }

Response

{
  "resCode": 100,
  "resMsg": "Success",
  "data": {
    "orderId": "eUMnp3bDww2CRUtswvSHtuA3an", // Order ID
    "fromAddress": "TGp1dyTPSLFsJe69siDjSVxueqJ3s9FUn5", // Address initiating the operation
    "pledgeAddress": "TGp1dyTPSLFsJe69siDjSVxueqJ3s9FUn5", // Address receiving the energy
    "exchangeFee": "0.05", // TRX conversion fee rate
    "pledgeDay": 3, // Lease duration in days. Only one of pledgeDay, pledgeHour, pledgeMinute will have a value, prioritized accordingly.
    "pledgeHour": 0, // Lease duration in hours. Only one of pledgeDay, pledgeHour, pledgeMinute will have a value, prioritized accordingly.
    "pledgeMinute": 0, // Lease duration in minutes. Only one of pledgeDay, pledgeHour, pledgeMinute will have a value, prioritized accordingly.
    "source": "test", // Third-party source identifier
    "orderType": "ENERGY", // Resource type
    "orderPrice": 105, // Unit price in SUN
    "pledgeNum": 32000, // Energy quantity to lease
    "pledgeTrxNum": "11.745", // TRX required for payment, including low-energy rental fee and account activation fee
    "payCoinCode": "USDT", // Payment currency code
    "payCoinAmt": "3.241268", // Amount of payment currency required, unit consistent with payCoinCode
    "extraTrxNum": 0, // Number of TRX to convert (range: greater than 1 and less than or equal to 30); this parameter confirms whether USDT is used for payment.
    "activeAccountFee": "0", // Account activation fee in the payment currency
    "lowEnergyFee": 0, // Low-energy rental fee in the payment currency
    "purchaseTRXFee": 0, // Cost for purchasing TRX in the payment currency
    "purchaseEnergyFee": 0, // Cost for purchasing energy, including handling fees, in the payment currency
    "purchaseBandwidthFee": 0, // Cost for purchasing bandwidth in the payment currency
    "pledgeBandwidthNum": 1000, // Bandwidth quantity to lease
    "ratio": "0.27597", // Exchange rate between TRX and the current payment currency
    "usdtModeAvailable": true, // USDT conversion availability indicator
    "prices": { // Supported payment currencies and respective amounts required
      "TRX": "4.92", // If extraTrxNum > 0, TRX price will not be returned, since orders with extraTrxNum > 0 use TRC20 currencies for payment.
      "USDD": "1.971317",
      "USDT": "3.241268"
    },
    "transaction": {} // Unsigned transaction
  }
}

6.Upload Rental Payment Transaction

Request

  • Method: POST

  • URL: /api/tronRent/uploadHash

  • Body:

    {
        "orderId": "eUMnp3bDww2CRUtswvSHtuA3an",
        "fromHash": "", // Payment transaction hash
        "signedData": {}, // Payment transaction signature
        "rpc": "https://api.trongrid.io" // Specified RPC for additional transaction broadcasting (optional)
    }

Response

{
    "resCode": 100,
    "resMsg": "Success",
    "data": {
      "tx_ids": [] // Array of transaction hashes executed for the current order; for a standard process, returns the energy lease transaction hash; for batch leasing, returns multiple energy lease transaction hashes
    }
}

7.Query Order Details

Request

  • Method: GET

  • URL: /api/v1/orderInfo?id=16zi4ynw_sdvn_qv8h_ujfc_crfsgyi07zat

  • Params:

    • id: Order ID String

Response

{
  "resCode": 100, // Response code
  "resMsg": "Success", // Response message
  "data": {
    "orderId": "eUMnp3bDww2CRUtswvSHtuA3an", // Order ID
    "fromAddress": "TW7XuicuiQSHCcodUkyjMfdWxnWsbZmiSS", // Order initiating address
    "pledgeAddress": "TW7XuicuiQSHCcodUkyjMfdWxnWsbZmiSS", // Energy rental receiving address
    "pledgeNum": 555, // Amount of energy rented
    "orderPrice": 110, // Energy unit price, unit: SUN
    "pledgeDay": 3, // Rental duration; only one of pledgeDay, pledgeHour, or pledgeMinute will have a value, prioritized in that order
    "pledgeHour": 0, // Rental duration; only one of pledgeDay, pledgeHour, or pledgeMinute will have a value, prioritized in that order
    "pledgeMinute": 0, // Rental duration; only one of pledgeDay, pledgeHour, or pledgeMinute will have a value, prioritized in that order
    "source": "wallet01", // Third-party identifier
    "status": 1, // Status: 0: Unpaid, 1: Paid, 2: Renting, 3: Redeeming, 4: Completed, 5: Invalid
    "startTime": 1711900800, // Order start timestamp, unit: seconds
    "endTime": 1711900800, // Order end timestamp, unit: seconds
    "pledgeHash": "", // Rental operation hash
    "reclaimHash": "" // Redemption operation hash
  }
}

8.Query Order Details List

Request

  • Method: GET

  • URL: /api/v1/orderHistory?fromAddress=TJAvEDAKXUzng4nh9H58XVLRR3ozekDi8P&page=1&pageSize=20&sourceFlag=wallet01&sort=0&status=0&type=0,1

  • Params:

    • sourceFlag: Third-party identifier, String

    • fromAddress: Account address, String

    • page: Page number, Integer, optional, defaults to 1

    • pageSize: Page size, Integer, optional, defaults to 20, maximum supported value is 100

    • sort: Sort type, Integer, 0: Descending by order time, 1: Descending by price, 2: Descending by amount, 3: Descending by energy, optional, defaults to 0

    • status: Status, Integer, 0: Unpaid, 1: Paid, 2: Renting, 3: Redeeming, 4: Completed, 5: Invalid, optional, defaults to all

    • type: Order type, Integer, 0: Rental order, 1: Subsidy order, optional, defaults to all

Response

{
  "resCode": 100, // Response code
  "resMsg": "Success", // Response message
  "data": {
    "data": [
      {
        "orderId": "eUMnp3bDww2CRUtswvSHtuA3an", // Order ID
        "fromAddress": "TW7XuicuiQSHCcodUkyjMfdWxnWsbZmiSS", // Order initiating address
        "pledgeAddress": "TW7XuicuiQSHCcodUkyjMfdWxnWsbZmiSS", // Energy rental receiving address
        "pledgeNum": 555, // Amount of energy rented
        "orderPrice": 110, // Energy unit price, unit: SUN
        "pledgeDay": 3, // Rental duration; only one of pledgeDay, pledgeHour, or pledgeMinute will have a value, prioritized in that order
        "pledgeHour": 0, // Rental duration; only one of pledgeDay, pledgeHour, or pledgeMinute will have a value, prioritized in that order
        "pledgeMinute": 0, // Rental duration; only one of pledgeDay, pledgeHour, or pledgeMinute will have a value, prioritized in that order
        "source": "wallet01", // Third-party identifier
        "status": 1, // Status: 0: Unpaid, 1: Paid, 2: Renting, 3: Redeeming, 4: Completed, 5: Invalid
        "startTime": 1711900800, // Order start timestamp, unit: seconds
        "endTime": 1711900800, // Order end timestamp, unit: seconds
        "pledgeHash": "", // Rental operation hash
        "reclaimHash": "" // Redemption operation hash
      }
    ],
    "pagination": {
      "page": 1, // Current page number
      "pageSize": 10, // Page size
      "total": 1 // Total number of records
    }
  }
}

9.Query Batch Rental Price Information

Request

  • Method: POST

  • URL: /api/v1/order/batchPrice

  • Body:

    {
      "fromAddress": "TA3Dw5pLhJJ59xgWWwXsrbKmSWaNNbGTVJ", // Address initiating the operation
      // To adapt the original API pledgeDay, pledgeHour, and pledgeMinute fields, submit one of these options.
      // If multiple values are present, prioritize them in the sequence pledgeDay → pledgeHour → pledgeMinute.
      "pledgeDay": 0, // Lease duration in days (range: [1 - 30], integer)
      "pledgeHour": 0, // Lease duration in hours (range: [1, 3], integer)
      "pledgeMinute": 10, // Lease duration in minutes (range: [10], integer)
      "sourceFlag": "test", // Third-party source
      "isDapp": false, 
      "ip": "", // IP address (optional, defaults to the IP obtained from the header if not specified)
      "port": "", // Port (optional)
      "isTrc20": false, // Indicates whether the payment is in TRC20; false means payment is made using TRX (optional)
      // TRC20 payment token, obtainable through the <Query Token> API; submit the token's symbol.
      // Only applicable for TRC20 payments; default value is USDT (optional).
      "payToken": "",
      // Batch operation array
      "batch": [
        {
          "address": "TS6zYxKMjmmnfL42GQCzH34h1dQGwyT4AE",  // Resource receiving address
          "energy": 30000, // Quantity of leased energy
          "net": 700 // Quantity of leased bandwidth
        },
        {
          "address": "TR48Hp7YSUhaBvXasZdNMwN82GYCGsq5Jb",
          "energy": 20000
        }
      ]
    }

Response

{
  "resCode": 100,
  "resMsg": "Success",
  "data": {
    "fromAddress": "TA3Dw5pLhJJ59xgWWwXsrbKmSWaNNbGTVJ", // Address initiating the operation
    "pledgeDay": 0, // Lease duration in days (only one of pledgeDay, pledgeHour, and pledgeMinute will have a value, chosen sequentially)
    "pledgeHour": 0, // Lease duration in hours (only one of pledgeDay, pledgeHour, and pledgeMinute will have a value, chosen sequentially)
    "pledgeMinute": 10, // Lease duration in minutes (only one of pledgeDay, pledgeHour, and pledgeMinute will have a value, chosen sequentially)
    "source": "test", // Third-party source
    "energyPrice": 105, // Unit price for energy (in SUN)
    "netPrice": 1000, // Unit price for bandwidth (in SUN)
    "energyTotal": 50000, // Total quantity of leased energy
    "netTotal": 700, // Total quantity of leased bandwidth
    "pledgeTrxNum": "25.86", // Amount of TRX required for payment (including low-energy leasing fee and account activation cost)
    "payCoinCode": "TRX", // Payment currency code
    "payCoinAmt": "6.51", // Amount of payment currency (unit matches payCoinCode)
    "activeAccountFee": "0", // Total account activation fee (unit matches payCoinCode)
    "lowEnergyFee": "0.56", // Low-energy leasing fee (unit matches payCoinCode)
    "purchaseEnergyFee": "6.149246", // Total energy purchase cost (including fees, unit matches payCoinCode)
    "purchaseBandwidthFee": "0.221728", // Total bandwidth purchase cost (unit matches payCoinCode)
    "ratio": "1", // Exchange rate between TRX and the current payment currency
    "purchaseItems": [ // Fees for bandwidth and energy for each sub-item
      {
        "activationFee": "0", // Account activation fee (unit matches payCoinCode)
        "address": "TS6zYxKMjmmnfL42GQCzH34h1dQGwyT4AE", // Resource receiving address
        "energy": 30000, // Quantity of leased energy
        "energyFee": "0.957685", // Fee for leasing energy (unit matches payCoinCode)
        "net": 700, // Quantity of leased bandwidth
        "netFee": "0.212819" // Fee for leasing bandwidth (unit matches payCoinCode)
      },
      {
        "activationFee": "0",
        "address": "TR48Hp7YSUhaBvXasZdNMwN82GYCGsq5Jb",
        "energy": 20000,
        "energyFee": "0.638457",
        "net": 0,
        "netFee": "0"
      }
    ],
    "prices": { // Payment amounts for supported payment currencies
      "TRX": "6.51",
      "USDD": "2.287803",
      "USDT": "3.530857"
    }
  }
}

10.Create Batch Rental Order

Request

  • Method: POST

  • URL: /api/v1/order/batchCreate

  • Body:

    {
      "fromAddress": "TA3Dw5pLhJJ59xgWWwXsrbKmSWaNNbGTVJ", // Address initiating the operation
      // To adapt the original API pledgeDay, pledgeHour, and pledgeMinute fields, submit one of these options.
      // If multiple values are present, prioritize them in the sequence pledgeDay → pledgeHour → pledgeMinute.
      "pledgeDay": 0, // Lease duration in days (range: [1 - 30], integer)
      "pledgeHour": 0, // Lease duration in hours (range: [1, 3], integer)
      "pledgeMinute": 10, // Lease duration in minutes (range: [10], integer)
      "sourceFlag": "test", // Third-party source
      "isDapp": false, 
      "ip": "", // IP address (optional, defaults to the IP obtained from the header if not specified)
      "port": "", // Port (optional)
      "isTrc20": false, // Indicates whether the payment is in TRC20; false means payment is made using TRX (optional)
      // TRC20 payment token, obtainable through the <Query Token> API; submit the token's symbol.
      // Only applicable for TRC20 payments; default value is USDT (optional).
      "payToken": "",
      // Batch operation array
      "batch": [
        {
          "address": "TS6zYxKMjmmnfL42GQCzH34h1dQGwyT4AE",  // Resource receiving address
          "energy": 30000, // Quantity of leased energy
          "net": 700 // Quantity of leased bandwidth
        },
        {
          "address": "TR48Hp7YSUhaBvXasZdNMwN82GYCGsq5Jb",
          "energy": 20000
        }
      ]
    }

Response

{
  "resCode": 100,
  "resMsg": "Success",
  "data": {
    "fromAddress": "TA3Dw5pLhJJ59xgWWwXsrbKmSWaNNbGTVJ", // Address initiating the operation
    "pledgeDay": 0, // Lease duration in days (only one of pledgeDay, pledgeHour, and pledgeMinute will have a value, chosen sequentially)
    "pledgeHour": 0, // Lease duration in hours (only one of pledgeDay, pledgeHour, and pledgeMinute will have a value, chosen sequentially)
    "pledgeMinute": 10, // Lease duration in minutes (only one of pledgeDay, pledgeHour, and pledgeMinute will have a value, chosen sequentially)
    "source": "test", // Third-party source
    "energyPrice": 105, // Unit price for energy (in SUN)
    "netPrice": 1000, // Unit price for bandwidth (in SUN)
    "energyTotal": 50000, // Total quantity of leased energy
    "netTotal": 700, // Total quantity of leased bandwidth
    "pledgeTrxNum": "25.86", // Amount of TRX required for payment (including low-energy leasing fee and account activation cost)
    "payCoinCode": "TRX", // Payment currency code
    "payCoinAmt": "6.51", // Amount of payment currency (unit matches payCoinCode)
    "activeAccountFee": "0", // Total account activation fee (unit matches payCoinCode)
    "lowEnergyFee": "0.56", // Low-energy leasing fee (unit matches payCoinCode)
    "purchaseEnergyFee": "6.149246", // Total energy purchase cost (including fees, unit matches payCoinCode)
    "purchaseBandwidthFee": "0.221728", // Total bandwidth purchase cost (unit matches payCoinCode)
    "ratio": "1", // Exchange rate between TRX and the current payment currency
    "purchaseItems": [ // Fees for bandwidth and energy for each sub-item
      {
        "activationFee": "0", // Account activation fee (unit matches payCoinCode)
        "address": "TS6zYxKMjmmnfL42GQCzH34h1dQGwyT4AE", // Resource receiving address
        "energy": 30000, // Quantity of leased energy
        "energyFee": "0.957685", // Fee for leasing energy (unit matches payCoinCode)
        "net": 700, // Quantity of leased bandwidth
        "netFee": "0.212819" // Fee for leasing bandwidth (unit matches payCoinCode)
      },
      {
        "activationFee": "0",
        "address": "TR48Hp7YSUhaBvXasZdNMwN82GYCGsq5Jb",
        "energy": 20000,
        "energyFee": "0.638457",
        "net": 0,
        "netFee": "0"
      }
    ],
    "prices": { // Payment amounts for supported payment currencies
      "TRX": "6.51",
      "USDD": "2.287803",
      "USDT": "3.530857"
    },
    "transaction": {}
  }
}

Others

Return Language Description Based on Header Accept-Language. If the language preference starts with "zh", the returned message will be in Chinese; otherwise, it will be returned in English.

Error Code

Code
描述 (中文)
English

100

成功

Success

101

所需参数为空

Required parameter is empty

102

地址无效

Invalid address

103

您已达到今日领取限制

You have already reached the daily limit

105

订单不存在

The order does not exist

106

本月免费额度已用完

The monthly claim limit has been exceeded

107

超出交换范围

Out of exchange range

108

您需要在TokenPocket钱包中使用此功能

You need use this function in the TokenPocket wallet

109

今日领取额度已用完

The subsidy has been claimed out

110

24小时内已领取过了

Received

111

未找到委托权限

No delegation authority found

112

要成为能源供应商,能源抵押的TRX金额必须超过一定数量

To become an energy supplier, the energy staking TRX amount must be over

113

超过了最高允许的价格设置

Exceeded the price range allowed for setting

114

参数错误

Parameter error

115

超时

Timeout

116

当前用户存在取款操作,请稍后再试!

There is a withdrawal operation for the current user, please try again later!

117

订单存在异常,请联系客服人员帮助解决。

There is an exception in the order, please contact the customer service staff to help solve it.

118

该用户已存在

The user already exists

120

无效的签名

Invalid signature

121

地址未激活,请替换

The address is not activated, please activate it

122

该地址是合约地址,请替换

The address is a contract address, please replace it

123

地址数量超过1000个

The number of addresses exceeds 1000

124

账户余额不足

Insufficient account balance

125

剩余数量不足

Insufficient remaining quantity

126

剩余能量必须大于最小能量

The remaining energy must be greater than the minimum energy

127

USDT购买能量正在维护中

USDT purchased energy is under maintenance

128

目前能量不足,请稍后重试

Insufficient energy at the moment, please try again later

129

您今日兑换次数已达上限

Your redemption times today have reached the upper limit

130

今日兑换次数已达上限

The number of redemptions today has reached the upper limit

131

兑换码不存在

Coupon code does not exist

132

兑换码已使用

Coupon code has been used

133

兑换码已过期

Coupon code has expired

201

您的IP已达到每月领取限制

Your IP has reached the monthly collection limit

202

签名已过期

Signature has expired

203

交易信息不匹配

Transaction information does not match

204

订单已失效

Order has invalid

205

交易已过期

Transaction has expired

206

交易权限错误

Transaction permission error

207

目前带宽不足,请稍后重试

Insufficient bandwidth at the moment, please try again later

208

超过最大创建数量

Exceeding the maximum number of creations

501

未授权

Not author

502

访问限制

Access restriction

777

操作频繁,请稍后重试

Frequent operations, please try again later

999

内部错误

Service Internal Error

Last updated