wallet/getcandelegatedmaxsize
Resource management
wallet/getcandelegatedmaxsize | TRON
TRON API method that retrieves the maximum amount that can be delegated by an account for bandwidth and energy resources. On TRON.
POST
wallet/getcandelegatedmaxsize
TRON API method that retrieves the maximum amount that can be delegated by an account for bandwidth and energy resources.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
owner_address— the account address to query for maximum delegation capacitytype— resource type: 0 for bandwidth, 1 for energyvisible— optional boolean parameter. When set totrue, addresses are in base58 format. Default isfalse.
Response
max_size— the maximum amount that can be delegated for the specified resource type
Use case
Thewallet/getcandelegatedmaxsize method is used for:
- Determining delegation capacity before attempting resource delegation
- Building user interfaces with delegation limits
- Implementing resource delegation validation
- Planning resource sharing strategies
- Preventing delegation failures due to insufficient capacity
Last modified on May 18, 2026