v1

latestOpenAPI 3.0.32026-07-1320201.0 MB
Tron Addresses

Update Address Password

post/api/v2/tron/addresses/{address}

Headers

X-Network'testnet' | 'mainnet'

Specify "testnet" for test network or leave empty for main network. Defaults to "mainnet" if not provided.

Authorizationstring required

Bearer token for authorization. Required for authenticated endpoints.

Content-Type'application/json' | 'application/x-www-form-urlencoded' | 'multipart/form-data' required

The MIME type of the request body.

Request body

old_passwordstring required

The old password of the user.

new_passwordstring required

The new password of the user.

Example request

{
  "old_password": "old_password123",
  "new_password": "new_password123"
}

Response

statusinteger
okboolean
messagestring

Example response

{
  "status": 200,
  "ok": true,
  "message": "Password updated",
  "data": []
}