APIs for creating, updating, and querying TRON accounts.
Common tasks
| Goal | Recommended path |
|---|---|
| Query TRX balance, Bandwidth, and Energy together | GetAccount → GetAccountResource; see Query balance and resources |
| Query solidified account state | GetAccount (SolidityNode) |
| Update and verify multi-signature permissions | AccountPermissionUpdate → GetAccount |
APIs in this group
| API | Purpose |
|---|---|
| GetAccount | Query the current state of an account. |
| CreateAccount | Create a new account on-chain. |
| UpdateAccount | Update an account name. |
| SetAccountId | Set an account ID. |
| AccountPermissionUpdate | Update account permission settings. |
| GetAccountById | Query an account by account ID. |
Related resources
- Accounts — account model, address format, permissions, and status
- Multi-signature — account permission model and signature thresholds