validateAddress | Address Validation & Transaction Broadcast | Validate a TRON address format. |
broadcastTransaction | Address Validation & Transaction Broadcast | Broadcast a signed transaction to the TRON network. |
broadcastHex | Address Validation & Transaction Broadcast | Broadcast a signed hex-encoded transaction to TRON. |
createAccount | Account Management | Activate an account on the TRON network. |
getAccount | Account Management | Query account on-chain info (TRX balance, assets, staking). |
updateAccount | Account Management | Update account name on TRON. |
accountPermissionUpdate | Account Management | Update account permissions. |
getApprovedList | Account Management | Get list of approved signers for a transaction. |
createTransaction | TRX Transfer | Create a TRX transfer transaction. |
getAccountResource | Account Resource Queries | Get account resource info (bandwidth, energy). |
getAccountNet | Account Resource Queries | Get account bandwidth info. |
freezeBalance | Resource Staking & Delegation — Stake 1.0 | [Deprecated] Stake TRX for bandwidth/energy (Stake 1.0). |
unfreezeBalance | Resource Staking & Delegation — Stake 1.0 | [Deprecated] Unstake TRX (Stake 1.0). |
getDelegatedResource | Resource Staking & Delegation — Stake 1.0 | Query resource delegation info. |
getDelegatedResourceAccountIndex | Resource Staking & Delegation — Stake 1.0 | Query delegation index. |
freezeBalanceV2 | Resource Staking & Delegation — Stake 2.0 | Stake TRX for bandwidth/energy (Stake 2.0). |
unfreezeBalanceV2 | Resource Staking & Delegation — Stake 2.0 | Unstake TRX (Stake 2.0). |
cancelAllUnfreezeV2 | Resource Staking & Delegation — Stake 2.0 | Cancel all pending unstaking in Stake 2.0. |
delegateResource | Resource Staking & Delegation — Stake 2.0 | Delegate bandwidth/energy to another account. |
unDelegateResource | Resource Staking & Delegation — Stake 2.0 | Undelegate bandwidth/energy. |
withdrawExpireUnfreeze | Resource Staking & Delegation — Stake 2.0 | Withdraw expired unstaked TRX. |
getAvailableUnfreezeCount | Resource Staking & Delegation — Stake 2.0 | Get remaining unstaking slots. |
getCanWithdrawUnfreezeAmount | Resource Staking & Delegation — Stake 2.0 | Get withdrawable unstaked TRX amount. |
getCanDelegatedMaxSize | Resource Staking & Delegation — Stake 2.0 | Get max delegatable resource amount. |
getDelegatedResourceV2 | Resource Staking & Delegation — Stake 2.0 | Query Stake 2.0 delegation info. |
getDelegatedResourceAccountIndexV2 | Resource Staking & Delegation — Stake 2.0 | Query Stake 2.0 delegation index. |
getBlock | Block Queries | Get TRON block header or full block. |
getTransactionInfoByBlockNum | Block Queries | Get all transaction info in a block. |
getTransactionById | Transaction Queries | Get transaction info by ID. |
getTransactionInfoById | Transaction Queries | Get transaction fee & receipt info by ID. |
getTransactionListFromPending | Transaction Queries | Get pending transaction IDs. |
getTransactionFromPending | Transaction Queries | Get a specific pending transaction. |
getPendingSize | Transaction Queries | Get pending transaction pool size. |
listNodes | Network & Chain Parameters | List all TRON network nodes. |
getNodeInfo | Network & Chain Parameters | Get TRON node information. |
getChainParameters | Network & Chain Parameters | Get TRON chain parameters. |
getEnergyPrices | Network & Chain Parameters | Get historical energy prices. |
getBandwidthPrices | Network & Chain Parameters | Get historical bandwidth prices. |
getBurnTrx | Other Chain Queries | Get total burned TRX amount. |
getAssetIssueByAccount | TRC-10 Asset Management | Get TRC-10 assets issued by an account. |
getAssetIssueById | TRC-10 Asset Management | Get TRC-10 asset by token ID. |
getAssetIssueByName | TRC-10 Asset Management | Get TRC-10 asset by name. |
getAssetIssueList | TRC-10 Asset Management | Get all TRC-10 assets. |
getAssetIssueListByName | TRC-10 Asset Management | Get TRC-10 assets by name (list). |
getPaginatedAssetIssueList | TRC-10 Asset Management | Get TRC-10 assets with pagination. |
createAssetIssue | TRC-10 Asset Management | Issue a new TRC-10 token. |
participateAssetIssue | TRC-10 Asset Management | Participate in a TRC-10 token issuance. |
transferAsset | TRC-10 Asset Management | Create a TRC-10 token transfer transaction. |
unfreezeAsset | TRC-10 Asset Management | Unfreeze TRC-10 tokens. |
updateAsset | TRC-10 Asset Management | Update TRC-10 token parameters. |
getContract | Smart Contracts | Get smart contract bytecode and ABI. |
getContractInfo | Smart Contracts | Get smart contract info including energy settings. |
triggerSmartContract | Smart Contracts | Trigger a smart contract function call. |
triggerConstantContract | Smart Contracts | Pre-execute (simulate) a smart contract call. |
deployContract | Smart Contracts | Deploy a new smart contract on TRON. |
updateSetting | Smart Contracts | Update smart contract consume_user_resource_percent. |
updateEnergyLimit | Smart Contracts | Update smart contract origin_energy_limit. |
clearAbi | Smart Contracts | Clear a smart contract’s ABI. |
estimateEnergy | Smart Contracts | Estimate energy required for a contract call. |
createWitness | Smart Contracts | Apply to become a Super Representative candidate. |
updateWitness | Smart Contracts | Update Super Representative info. |
getBrokerage | Smart Contracts | Get SR reward brokerage ratio. |
updateBrokerage | Smart Contracts | Update SR reward brokerage ratio. |
voteWitnessAccount | Smart Contracts | Vote for Super Representatives. |
getReward | Smart Contracts | Get unclaimed voting rewards. |
withdrawBalance | Smart Contracts | Withdraw SR rewards. |
getNextMaintenanceTime | Smart Contracts | Get next TRON voting maintenance time. |
getPaginatedNowWitnessList | SR Listing | Get paginated SR list. |
listProposals | Governance Proposals | List all TRON network proposals. |
getProposalById | Governance Proposals | Get a specific proposal by ID. |
proposalCreate | Governance Proposals | Create a new network proposal. |
proposalApprove | Governance Proposals | Approve a network proposal. |
proposalDelete | Governance Proposals | Delete a network proposal. |