📘

See the [Tron RPC API connection guide](https://docs.blockdaemon.com/docs/access-full-node-http-tron-rpc).

## `GET` Methods

| Method | Compute Unit Value |
| --- | --- |
| **[`GET /wallet/getassetissuelist`](https://developers.tron.network/reference/getassetissuelist)** | 20 |
| **[`GET /wallet/getbandwidthprices`](https://developers.tron.network/reference/getbandwidthprices)** | 5 |
| **[`GET /wallet/getburntrx`](https://developers.tron.network/reference/getburntrx)** | 5 |
| **[`GET /wallet/getchainparameters`](https://developers.tron.network/reference/wallet-getchainparameters)** | 5 |
| **[`GET /wallet/getdiversifier`](https://developers.tron.network/reference/getdiversifier)** | 10 |
| **[`GET /wallet/getenergyprices`](https://developers.tron.network/reference/getenergyprices)** | 5 |
| **[`GET /wallet/getnextmaintenancetime`](https://developers.tron.network/reference/getnextmaintenancetime)** | 5 |
| **[`GET /wallet/getpendingsize`](https://developers.tron.network/reference/getpendingsize)** | 5 |
| **[`GET /wallet/gettransactionlistfrompending`](https://developers.tron.network/reference/gettransactionlistfrompending)** | 20 |
| **[`GET /wallet/listexchanges`](https://developers.tron.network/reference/wallet-listexchanges)** | 20 |
| **[`GET /wallet/listproposals`](https://developers.tron.network/reference/wallet-listproposals)** | 20 |
| **[`GET /wallet/listwitnesses`](https://developers.tron.network/reference/listwitnesses)** | 20 |

## `POST` Methods

### Accounts

| Method | Compute Unit Value |
| --- | --- |
| **[`POST /wallet/accountpermissionupdate`](https://developers.tron.network/reference/accountpermissionupdate)** | 25 |
| **`POST /wallet/approveproposal`** | 25 |
| **[`POST /wallet/createaccount`](https://developers.tron.network/reference/account-createaccount)** | 25 |
| **[`POST /wallet/updateaccount`](https://developers.tron.network/reference/updateaccount)** | 25 |

### Transactions

| Method | Compute Unit Value |
| --- | --- |
| **[`POST /wallet/broadcasthex`](https://developers.tron.network/reference/broadcasthex)** | 100 |
| **[`POST /wallet/broadcasttransaction`](https://developers.tron.network/reference/broadcasttransaction)** | 100 |
| **[`POST /wallet/createtransaction`](https://developers.tron.network/reference/createtransaction)** | 25 |
| **`POST /wallet/brokeragewithdraw`** |  |

### Smart Contracts

| Method | Compute Unit Value |
| --- | --- |
| **[`POST /wallet/clearabi`](https://developers.tron.network/reference/clearabi)** | 25 |
| **[`POST /wallet/deploycontract`](https://developers.tron.network/reference/wallet-deploycontract)** | 100 |
| **[`POST /wallet/estimateenergy`](https://developers.tron.network/reference/estimateenergy)** | 10 |
| **[`POST /wallet/triggerconstantcontract`](https://developers.tron.network/reference/triggerconstantcontract)** | 50 |
| **[`POST /wallet/triggersmartcontract`](https://developers.tron.network/reference/triggersmartcontract)** | 100 |

### Account Resources

| Method | Compute Unit Value |
| --- | --- |
| **[`POST /wallet/cancelallunfreezev2`](https://developers.tron.network/reference/cancelallunfreezev2)** | 25 |
| **[`POST /wallet/freezebalancev2`](https://developers.tron.network/reference/freezebalancev2-1)** | 25 |
| **[`POST /wallet/getaccountbalance`](https://developers.tron.network/reference/getaccountbalance)** | 10 |
| **[`POST /wallet/getaccountnet`](https://developers.tron.network/reference/getaccountnet)** | 10 |
| **[`POST /wallet/getaccountresource`](https://developers.tron.network/reference/getaccountresource)** | 10 |
| **[`POST /wallet/delegateresource`](https://developers.tron.network/reference/delegateresource-1)** | 25 |
| **[`POST /wallet/unfreezebalancev2`](https://developers.tron.network/reference/unfreezebalancev2-1)** | 25 |
| **[`POST /wallet/withdrawexpireunfreeze`](https://developers.tron.network/reference/withdrawexpireunfreeze)** | 10 |

### DEX Exchange

| Method | Compute Unit Value |
| --- | --- |
| **[`POST /wallet/getexchangebyid`](https://developers.tron.network/reference/wallet-getexchangebyid)** | 10 |
| **[`POST /wallet/exchangecreate`](https://developers.tron.network/reference/exchangecreate)** | 25 |
| **[`POST /wallet/exchangeinject`](https://developers.tron.network/reference/exchangeinject)** | 25 |
| **[`POST /wallet/exchangetransaction`](https://developers.tron.network/reference/exchangetransaction)** | 25 |
| **[`POST /wallet/exchangewithdraw`](https://developers.tron.network/reference/exchangewithdraw)** | 25 |

### TRC10 Token

| Method | Compute Unit Value |
| --- | --- |
| **[`POST /wallet/createassetissue`](https://developers.tron.network/reference/createassetissue)** | 25 |
| **[`POST /wallet/getassetissuebyaccount`](https://developers.tron.network/reference/getassetissuebyaccount)** | 10 |
| **[`POST /wallet/getassetissuebyid`](https://developers.tron.network/reference/getassetissuebyid)** | 10 |
| **[`POST /wallet/getassetissuebyname`](https://developers.tron.network/reference/getassetissuebyname-copy)** | 10 |
| **[`POST /wallet/getassetissuelist`](https://developers.tron.network/reference/getassetissuelist)** | 20 |
| **[`POST /wallet/getpaginatedassetissuelist`](https://developers.tron.network/reference/getpaginatedassetissuelist)** | 10 |
| **[`POST /wallet/participateassetissue`](https://developers.tron.network/reference/participateassetissue)** | 25 |
| **[`POST /wallet/transferasset`](https://developers.tron.network/reference/transferasset)** | 25 |
| **[`POST /wallet/updateasset`](https://developers.tron.network/reference/wallet-updateasset)** | 25 |
| **[`POST /wallet/unfreezeasset`](https://developers.tron.network/reference/unfreezeasset)** | 25 |

### Query the Network

| Method | Compute Unit Value |
| --- | --- |
| **[`POST /wallet/getapprovedlist`](https://developers.tron.network/reference/getapprovedlist)** | 10 |
| **[`POST /wallet/getblock`](https://developers.tron.network/reference/getblock-1)** | 50 |
| **[`POST /wallet/getblockbalance`](https://developers.tron.network/reference/getblockbalance)** | 10 |
| **[`POST /wallet/getblockbyid`](https://developers.tron.network/reference/getblockbyid)** | 50 |
| **[`POST /wallet/getblockbylatestnum`](https://developers.tron.network/reference/wallet-getblockbylatestnum)** | 50 |
| **[`POST /wallet/getblockbylimitnext`](https://developers.tron.network/reference/getblockbylimitnext)** | 50 |
| **[`POST /wallet/getblockbynum`](https://developers.tron.network/reference/wallet-getblockbynum)** | 50 |
| **[`POST /wallet/getburntrx`](https://developers.tron.network/reference/getburntrx)** | 5 |
| **[`POST /wallet/getchainparameters`](https://developers.tron.network/reference/wallet-getchainparameters)** | 5 |
| **[`POST /wallet/getnowblock`](https://developers.tron.network/reference/wallet-getnowblock)** | 50 |
| **[`POST /wallet/gettransactionbyid`](https://developers.tron.network/reference/wallet-gettransactionbyid)** | 20 |
| **[`POST /wallet/gettransactioninfobyblocknum`](https://developers.tron.network/reference/gettransactioninfobyblocknum)** | 10 |
| **[`POST /wallet/gettransactioninfobyid`](https://developers.tron.network/reference/gettransactioninfobyid)** | 10 |

### Proposals

| Method | Compute Unit Value |
| --- | --- |
| **[`POST /wallet/proposalapprove`](https://developers.tron.network/reference/proposalapprove)** | 25 |
| **[`POST /wallet/proposalcreate`](https://developers.tron.network/reference/proposalcreate)** | 25 |
| **[`POST /wallet/proposaldelete`](https://developers.tron.network/reference/proposaldelete)** | 25 |
| `POST /wallet/repealproposal` |  |

### Voting & SRs

| Method | Compute Unit Value |
| --- | --- |
| **[`POST /wallet/listwitnesses`](https://developers.tron.network/reference/listwitnesses)** | 20 |
| **[`POST /wallet/createwitness`](https://developers.tron.network/reference/createwitness)** | 25 |
| **[`POST /wallet/updatewitness`](https://developers.tron.network/reference/updatewitness)** | 25 |
| **[`POST /wallet/updateBrokerage`](https://developers.tron.network/reference/wallet-updatebrokerage)** | 25 |
| **[`POST /wallet/votewitnessaccount`](https://developers.tron.network/reference/votewitnessaccount)** | 25 |
| **`POST /wallet/votewitnesstransaction`** |  |
| **[`POST /wallet/withdrawbalance`](https://developers.tron.network/reference/withdrawbalance)** | 10 |
| **`POST /wallet/withdrawvote`** |  |
| **`POST /wallet/withdrawreward`** |  |
| **`POST /wallet/withdrawwitnessfee`** |  |

### TRONZ Shielded Smart Contract

| Method | Compute Unit Value |
| --- | --- |
| **[`POST /wallet/getdiversifier`](https://developers.tron.network/reference/getdiversifier)** | 10 |
| **[`POST /wallet/getincomingviewingkey`](https://developers.tron.network/reference/getincomingviewingkey)** | 10 |
| **[`POST /wallet/getnkfromnsk`](https://developers.tron.network/reference/getnkfromnsk)** | 10 |
| **[`POST /wallet/gettriggerinputforshieldedtrc20contract`](https://developers.tron.network/reference/gettriggerinputforshieldedtrc20contract)** | 10 |
| **[`POST /wallet/scanshieldedtrc20notesbyivk`](https://developers.tron.network/reference/scanshieldedtrc20notesbyivk)** | 10 |
| **[`POST /wallet/scanshieldedtrc20notesbyovk`](https://developers.tron.network/reference/scanshieldedtrc20notesbyovk)** | 10 |

### Address Utilities

| Method | Compute Unit Value |
| --- | --- |
| **[`POST /wallet/validateaddress`](https://developers.tron.network/reference/validateaddress)** | 5 |
