Skip to main content
POST
Create Undelegate Resource 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 resource to delegate, in SUN (1 TRX = 10⁶ SUN).

Example:

10000000

delegatorAddress
string<tron-address>
required

Owner (delegator) account address.

Example:

"TNDzfERDpxLDS2w1q6yaFC7pzqaSQ3Bg3r"

resource
enum<string>
default:ENERGY

Resource type to delegate. Only ENERGY is supported in the current version.

Available options:
ENERGY
Example:

"ENERGY"

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.