Skip to main content
POST
Create Undelegate Request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

network
enum<string>
required

TRON network:

  • `mainnet` — TRON mainnet.
  • `testnet-nile` — TRON testnet.
Available options:
mainnet,
testnet-nile

Body

application/json
amount
integer<int64>
required

Amount of tokens in SUN (1 TRX = 10⁶ SUN).

Example:

10000000

delegatorAddress
string<tron-address>
required

Delegator account address.

Example:

"TNDzfERDpxLDS2w1q6yaFC7pzqaSQ3Bg3r"

resource
enum<string>
default:BANDWIDTH

Type of resources to be used for freezing TRX:

  • BANDWIDTH — default; for regular transactions on the TRON chain.
  • ENERGY — for using smart contracts or running DApps.

Available options:
BANDWIDTH,
ENERGY
Example:

"BANDWIDTH"

Response

OK

Standard API success response envelope wrapping the result payload.

error
object | null
required

Error object. Always null on successful responses.

result
object
required

Response payload containing the requested data.