Skip to main content
POST
Create Vote 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

Delegator account address used for freezing tokens.

Example:

"TNDzfERDpxLDS2w1q6yaFC7pzqaSQ3Bg3r"

voteCount
integer<int32>

Number of votes to add to the default vote account. Existing votes (including votes for other validators) are preserved and this amount is added on top. Omit this field to delegate all remaining available votes.

Required range: x >= 1
Example:

5

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.