Skip to main content
POST
Create Withdraw 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
delegatorAddress
string<tron-address>
required

Owner account address to withdraw expired unfrozen balance.

Example:

"TNDzfERDpxLDS2w1q6yaFC7pzqaSQ3Bg3r"

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.