---
updatedAt: 2026-05-13T16:15:30.000Z
---

Fetch the complete documentation index at: https://docs.blockdaemon.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# Tron REST Methods

> 📘 Info
>
> You can find Tron API documentation here: [Tron Full Node API Reference](https://developers.tron.network/reference)

<HTMLBlock>{`
<style>
  .accordion {
    color: #FFFFFF;
    cursor: pointer;
    height: 50px !important;
    padding-left: 16px;
    width: 100%;
    border-radius: 8px;
    border-color: transparent;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: background-color 0.2s ease;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .accordion-arrow {
    display: inline-block;
    margin-right: 16px;
    font-size: 12px;
    transition: transform 0.3s ease;
  }
  
    .two-column-list {
      column-count: 2; /* Creates two columns */
      column-gap: 20px; /* Optional, sets the space between the columns */
      list-style-type: none; /* Removes bullet points */
      padding: 0; /* Removes padding */
    }


  .accordion.active .accordion-arrow {
    transform: rotate(180deg); /* Upward */
  }

  [data-color-mode="light"] .accordion {
    background-color: #5025B8;
  }

  [data-color-mode="light"] .accordion:hover {
    background-color: #3D1C8C;
  }

  [data-color-mode="dark"] .accordion {
    background-color: #3D1C8C;
  }

  [data-color-mode="dark"] .accordion:hover {
    background-color: #5025B8;
  }

  .panel {
    display: none;
    overflow: hidden;
    border-top: none;
  }

  .filter-box {
      width: 100%;
  }


  /* Only two colors: white and light gray */
  [data-color-mode="light"] .protocol-group-odd td {
      background-color: #ffffff; /* white */
  }
  [data-color-mode="light"] .protocol-group-even td {
      background-color: #f5f5f5; /* light gray */
  }

  [data-color-mode="dark"] .protocol-group-odd td {
      background-color: #242e34; /* dark gray */
  }
  [data-color-mode="dark"] .protocol-group-even td {
      background-color: #4f5a66; /* lighter gray */
  }
</style>
`}</HTMLBlock>

## Wallet

<HTMLBlock>{`
<button class="accordion">See Methods<span class="accordion-arrow">&#9660;</span></button>
<div class="panel">
  <ul class="two-column-list">
  <li><a href="https://developers.tron.network/reference/accountpermissionupdate">POST /wallet/accountpermissionupdate</a></li>
  <li><a href="https://developers.tron.network/reference/broadcasthex">POST /wallet/broadcasthex</a></li>
  <li><a href="https://developers.tron.network/reference/broadcasttransaction">POST /wallet/broadcasttransaction</a></li>
  <li><a href="https://developers.tron.network/reference/cancelallunfreezev2">POST /wallet/cancelallunfreezev2</a></li>
  <li><a href="https://developers.tron.network/reference/clearabi">POST /wallet/clearabi</a></li>
  <li><a href="https://developers.tron.network/reference/account-createaccount">POST /wallet/createaccount</a></li>
  <li><a href="https://developers.tron.network/reference/createassetissue">POST /wallet/createassetissue</a></li>
  <li>POST /wallet/createCommonTransaction</li>
  <li><a href="https://developers.tron.network/reference/createtransaction">POST /wallet/createtransaction</a></li>
  <li><a href="https://developers.tron.network/reference/createwitness">POST /wallet/createwitness</a></li>
  <li><a href="https://developers.tron.network/reference/delegateresource-1">POST /wallet/delegateresource</a></li>
  <li><a href="https://developers.tron.network/reference/wallet-deploycontract">POST /wallet/deploycontract</a></li>
  <li><a href="https://developers.tron.network/reference/estimateenergy-2">POST /wallet/estimateenergy</a></li>
  <li><a href="https://developers.tron.network/reference/exchangecreate">POST /wallet/exchangecreate</a></li>
  <li><a href="https://developers.tron.network/reference/exchangeinject">POST /wallet/exchangeinject</a></li>
  <li><a href="https://developers.tron.network/reference/exchangetransaction">POST /wallet/exchangetransaction</a></li>
  <li><a href="https://developers.tron.network/reference/exchangewithdraw">POST /wallet/exchangewithdraw</a></li>
  <li><a href="https://developers.tron.network/reference/account-resources-freezebalance">POST /wallet/freezebalance</a></li>
  <li><a href="https://developers.tron.network/reference/freezebalancev2-1">POST /wallet/freezebalancev2</a></li>
  <li><a href="https://developers.tron.network/reference/account-getaccount">POST /wallet/getaccount</a></li>
  <li><a href="https://developers.tron.network/reference/getaccountbalance">POST /wallet/getaccountbalance</a></li>
  <li>POST /wallet/getaccountbyid</li>
  <li><a href="https://developers.tron.network/reference/getaccountnet">POST /wallet/getaccountnet</a></li>
  <li><a href="https://developers.tron.network/reference/getaccountresource">POST /wallet/getaccountresource</a></li>
  <li><a href="https://developers.tron.network/reference/http-getapprovedlist">POST /wallet/getapprovedlist</a></li>
  <li><a href="https://developers.tron.network/reference/getassetissuebyaccount">POST /wallet/getassetissuebyaccount</a></li>
  <li><a href="https://developers.tron.network/reference/getassetissuebyid">POST /wallet/getassetissuebyid</a></li>
  <li><a href="https://developers.tron.network/reference/getassetissuebyname-copy">POST /wallet/getassetissuebyname</a></li>
  <li><a href="https://developers.tron.network/reference/getassetissuelist">GET /wallet/getassetissuelist</a></li>
  <li><a href="https://developers.tron.network/reference/getassetissuelistbyname-copy">POST /wallet/getassetissuelistbyname</a></li>
  <li><a href="https://developers.tron.network/reference/getavailableunfreezecount-1">POST /wallet/getavailableunfreezecount</a></li>
  <li><a href="https://developers.tron.network/reference/getbandwidthprices">GET /wallet/getbandwidthprices</a></li>
  <li><a href="https://developers.tron.network/reference/getblock-1">POST /wallet/getblock</a></li>
  <li><a href="https://developers.tron.network/reference/getblockbalance">POST /wallet/getblockbalance</a></li>
  <li><a href="https://developers.tron.network/reference/getblockbyid">POST /wallet/getblockbyid</a></li>
  <li><a href="https://developers.tron.network/reference/wallet-getblockbylatestnum">POST /wallet/getblockbylatestnum</a></li>
  <li><a href="https://developers.tron.network/reference/getblockbylimitnext">POST /wallet/getblockbylimitnext</a></li>
  <li><a href="https://developers.tron.network/reference/wallet-getblockbynum">POST /wallet/getblockbynum</a></li>
  <li><a href="https://developers.tron.network/reference/wallet-getbrokerage">POST /wallet/getBrokerage</a></li>
  <li><a href="https://developers.tron.network/reference/getburntrx">GET /wallet/getburntrx</a></li>
  <li><a href="https://developers.tron.network/reference/getcandelegatedmaxsize">POST /wallet/getcandelegatedmaxsize</a></li>
  <li><a href="https://developers.tron.network/reference/getcanwithdrawunfreezeamount-1">POST /wallet/getcanwithdrawunfreezeamount</a></li>
  <li><a href="https://developers.tron.network/reference/wallet-getchainparameters">GET /wallet/getchainparameters</a></li>
  <li><a href="https://developers.tron.network/reference/wallet-getcontract">POST /wallet/getcontract</a></li>
  <li><a href="https://developers.tron.network/reference/getcontractinfo">POST /wallet/getcontractinfo</a></li>
  <li><a href="https://developers.tron.network/reference/getdelegatedresource">POST /wallet/getdelegatedresource</a></li>
  <li><a href="https://developers.tron.network/reference/getdelegatedresourceaccountindex">POST /wallet/getdelegatedresourceaccountindex</a></li>
  <li><a href="https://developers.tron.network/reference/getdelegatedresourceaccountindexv2-1">POST /wallet/getdelegatedresourceaccountindexv2</a></li>
  <li><a href="https://developers.tron.network/reference/getdelegatedresourcev2">POST /wallet/getdelegatedresourcev2</a></li>
  <li><a href="https://developers.tron.network/reference/getdiversifier">GET /wallet/getdiversifier</a></li>
  <li><a href="https://developers.tron.network/reference/getenergyprices">GET /wallet/getenergyprices</a></li>
  <li><a href="https://developers.tron.network/reference/wallet-getexchangebyid">POST /wallet/getexchangebyid</a></li>
  <li><a href="https://developers.tron.network/reference/getincomingviewingkey">POST /wallet/getincomingviewingkey</a></li>
  <li>POST /wallet/getmarketorderbyaccount</li>
  <li>POST /wallet/getmarketorderbyid</li>
  <li>POST /wallet/getmarketorderlistbypair</li>
  <li>POST /wallet/getmarketpairlist</li>
  <li>POST /wallet/getmarketpricebypair</li>
  <li>POST /wallet/getmemofee</li>
  <li><a href="https://developers.tron.network/reference/getnextmaintenancetime">GET /wallet/getnextmaintenancetime</a></li>
  <li><a href="https://developers.tron.network/reference/getakfromask">POST /wallet/getnkfromnsk</a></li>
  <li><a href="https://developers.tron.network/reference/wallet-getnodeinfo">GET /wallet/getnodeinfo</a></li>
  <li><a href="https://developers.tron.network/reference/wallet-getnowblock">POST /wallet/getnowblock</a></li>
  <li><a href="https://developers.tron.network/reference/getpaginatedassetissuelist">POST /wallet/getpaginatedassetissuelist</a></li>
  <li>POST /wallet/getpaginatedexchangelist</li>
  <li>POST /wallet/getpaginatedproposallist</li>
  <li><a href="https://developers.tron.network/reference/getpendingsize">GET /wallet/getpendingsize</a></li>
  <li><a href="https://developers.tron.network/reference/getproposalbyid">POST /wallet/getproposalbyid</a></li>
  <li>POST /wallet/getrcm</li>
  <li><a href="https://developers.tron.network/reference/wallet-getreward">POST /wallet/getReward</a></li>
  <li>POST /wallet/getsignweight</li>
  <li><a href="https://developers.tron.network/reference/wallet-gettransactionbyid">POST /wallet/gettransactionbyid</a></li>
  <li><a href="https://developers.tron.network/reference/gettransactioncountbyblocknum">POST /wallet/gettransactioncountbyblocknum</a></li>
  <li><a href="https://developers.tron.network/reference/gettransactionfrompending">POST /wallet/gettransactionfrompending</a></li>
  <li><a href="https://developers.tron.network/reference/gettransactioninfobyblocknum">POST /wallet/gettransactioninfobyblocknum</a></li>
  <li><a href="https://developers.tron.network/reference/gettransactioninfobyid">POST /wallet/gettransactioninfobyid</a></li>
  <li><a href="https://developers.tron.network/reference/gettransactionlistfrompending">GET /wallet/gettransactionlistfrompending</a></li>
  <li>POST /wallet/gettransactionreceiptbyid</li>
  <li><a href="https://developers.tron.network/reference/gettriggerinputforshieldedtrc20contract">POST /wallet/gettriggerinputforshieldedtrc20contract</a></li>
  <li><a href="https://developers.tron.network/reference/getzenpaymentaddress">POST /wallet/getzenpaymentaddress</a></li>
  <li><a href="https://developers.tron.network/reference/isshieldedtrc20contractnotespent">POST /wallet/isshieldedtrc20contractnotespent</a></li>
  <li><a href="https://developers.tron.network/reference/wallet-listexchanges">GET /wallet/listexchanges</a></li>
  <li><a href="https://developers.tron.network/reference/wallet-listnodes">GET /wallet/listnodes</a></li>
  <li><a href="https://developers.tron.network/reference/wallet-listproposals">GET /wallet/listproposals</a></li>
  <li><a href="https://developers.tron.network/reference/listwitnesses">GET /wallet/listwitnesses</a></li>
  <li>POST /wallet/marketcancelorder</li>
  <li>POST /wallet/marketsellasset</li>
  <li><a href="https://developers.tron.network/reference/wallet-getnodeinfo">GET /monitor/getnodeinfo</a></li>
  <li>GET /monitor/getstatsinfo</li>
  <li><a href="https://developers.tron.network/reference/wallet-listnodes">GET /net/listnodes</a></li>
  <li><a href="https://developers.tron.network/reference/participateassetissue">POST /wallet/participateassetissue</a></li>
  <li><a href="https://developers.tron.network/reference/proposalapprove">POST /wallet/proposalapprove</a></li>
  <li><a href="https://developers.tron.network/reference/proposalcreate">POST /wallet/proposalcreate</a></li>
  <li><a href="https://developers.tron.network/reference/proposaldelete">POST /wallet/proposaldelete</a></li>
  <li><a href="https://developers.tron.network/reference/scanshieldedtrc20notesbyivk">POST /wallet/scanshieldedtrc20notesbyivk</a></li>
  <li><a href="https://developers.tron.network/reference/scanshieldedtrc20notesbyovk">POST /wallet/scanshieldedtrc20notesbyovk</a></li>
  <li>POST /wallet/setaccountid</li>
  <li>POST /wallet/totaltransaction</li>
  <li><a href="https://developers.tron.network/reference/transferasset">POST /wallet/transferasset</a></li>
  <li><a href="https://developers.tron.network/reference/triggerconstantcontract">POST /wallet/triggerconstantcontract</a></li>
  <li><a href="https://developers.tron.network/reference/triggersmartcontract">POST /wallet/triggersmartcontract</a></li>
  <li><a href="https://developers.tron.network/reference/undelegateresource-1">POST /wallet/undelegateresource</a></li>
  <li><a href="https://developers.tron.network/reference/unfreezeasset">POST /wallet/unfreezeasset</a></li>
  <li><a href="https://developers.tron.network/reference/account-resources-unfreezebalance">POST /wallet/unfreezebalance</a></li>
  <li><a href="https://developers.tron.network/reference/unfreezebalancev2-1">POST /wallet/unfreezebalancev2</a></li>
  <li><a href="https://developers.tron.network/reference/updateaccount">POST /wallet/updateaccount</a></li>
  <li><a href="https://developers.tron.network/reference/wallet-updateasset">POST /wallet/updateasset</a></li>
  <li><a href="https://developers.tron.network/reference/wallet-updatebrokerage">POST /wallet/updateBrokerage</a></li>
  <li><a href="https://developers.tron.network/reference/wallet-updateenergylimit">POST /wallet/updateenergylimit</a></li>
  <li><a href="https://developers.tron.network/reference/wallet-updatesetting">POST /wallet/updatesetting</a></li>
  <li><a href="https://developers.tron.network/reference/updatewitness">POST /wallet/updatewitness</a></li>
  <li><a href="https://developers.tron.network/reference/validateaddress">POST /wallet/validateaddress</a></li>
  <li><a href="https://developers.tron.network/reference/votewitnessaccount">POST /wallet/votewitnessaccount</a></li>
  <li><a href="https://developers.tron.network/reference/withdrawbalance">POST /wallet/withdrawbalance</a></li>
  <li><a href="https://developers.tron.network/reference/withdrawexpireunfreeze">POST /wallet/withdrawexpireunfreeze</a></li>

</ul>   
</div>
`}</HTMLBlock>

***

## Wallet Solidity

<HTMLBlock>{`
<button class="accordion">See Methods<span class="accordion-arrow">&#9660;</span></button>
<div class="panel">
<ul class="two-column-list">
  <li><a href="https://developers.tron.network/reference/estimateenergy-2">POST /walletsolidity/estimateenergy</a></li>
  <li><a href="https://developers.tron.network/reference/walletsolidity-getaccount">POST /walletsolidity/getaccount</a></li>
  <li>POST /walletsolidity/getaccountbyid</li>
  <li><a href="https://developers.tron.network/reference/getassetissuebyid-1">POST /walletsolidity/getassetissuebyid</a></li>
  <li><a href="https://developers.tron.network/reference/getassetissuebyname">POST /walletsolidity/getassetissuebyname</a></li>
  <li><a href="https://developers.tron.network/reference/getassetissuelist-1">GET /walletsolidity/getassetissuelist</a></li>
  <li><a href="https://developers.tron.network/reference/getassetissuelistbyname">POST /walletsolidity/getassetissuelistbyname</a></li>
  <li><a href="https://developers.tron.network/reference/getavailableunfreezecount-2">POST /walletsolidity/getavailableunfreezecount</a></li>
  <li><a href="https://developers.tron.network/reference/getbandwidthprices">GET /walletsolidity/getbandwidthprices</a></li>
  <li><a href="https://developers.tron.network/reference/getblock-2">POST /walletsolidity/getblock</a></li>
  <li><a href="https://developers.tron.network/reference/getblockbyid-1">POST /walletsolidity/getblockbyid</a></li>
  <li><a href="https://developers.tron.network/reference/getblockbylatestnum">POST /walletsolidity/getblockbylatestnum</a></li>
  <li><a href="https://developers.tron.network/reference/getblockbylimitnext-1">POST /walletsolidity/getblockbylimitnext</a></li>
  <li><a href="https://developers.tron.network/reference/getblockbynum">POST /walletsolidity/getblockbynum</a></li>
  <li><a href="https://developers.tron.network/reference/getbrokerage-1">POST /walletsolidity/getBrokerage</a></li>
  <li><a href="https://developers.tron.network/reference/getburntrx-1">GET /walletsolidity/getburntrx</a></li>
  <li><a href="https://developers.tron.network/reference/getcandelegatedmaxsize-2">POST /walletsolidity/getcandelegatedmaxsize</a></li>
  <li><a href="https://developers.tron.network/reference/getcanwithdrawunfreezeamount-2">POST /walletsolidity/getcanwithdrawunfreezeamount</a></li>
  <li><a href="https://developers.tron.network/reference/getdelegatedresource-1">POST /walletsolidity/getdelegatedresource</a></li>
  <li><a href="https://developers.tron.network/reference/getdelegatedresourceaccountindex-1">POST /walletsolidity/getdelegatedresourceaccountindex</a></li>
  <li><a href="https://developers.tron.network/reference/getdelegatedresourceaccountindexv2-2">POST /walletsolidity/getdelegatedresourceaccountindexv2</a></li>
  <li><a href="https://developers.tron.network/reference/getdelegatedresourcev2">POST /walletsolidity/getdelegatedresourcev2</a></li>
  <li><a href="https://developers.tron.network/reference/getenergyprices">GET /walletsolidity/getenergyprices</a></li>
  <li><a href="https://developers.tron.network/reference/getexchangebyid-1">POST /walletsolidity/getexchangebyid</a></li>
  <li>POST /walletsolidity/getmarketorderbyaccount</li>
  <li>POST /walletsolidity/getmarketorderbyid</li>
  <li>POST /walletsolidity/getmarketorderlistbypair</li>
  <li>POST /walletsolidity/getmarketpairlist</li>
  <li>POST /walletsolidity/getmarketpricebypair</li>
  <li><a href="https://developers.tron.network/reference/getnodeinfo-1">GET /walletsolidity/getnodeinfo</a></li>
  <li><a href="https://developers.tron.network/reference/getnowblock">GET /walletsolidity/getnowblock</a></li>
  <li><a href="https://developers.tron.network/reference/getpaginatedassetissuelist-1">POST /walletsolidity/getpaginatedassetissuelist</a></li>
  <li><a href="https://developers.tron.network/reference/getreward-1">POST /walletsolidity/getReward</a></li>
  <li><a href="https://developers.tron.network/reference/gettransactionbyid">POST /walletsolidity/gettransactionbyid</a></li>
  <li><a href="https://developers.tron.network/reference/gettransactioncountbyblocknum">POST /walletsolidity/gettransactioncountbyblocknum</a></li>
  <li><a href="https://developers.tron.network/reference/gettransactioninfobyblocknum-1">POST /walletsolidity/gettransactioninfobyblocknum</a></li>
  <li><a href="https://developers.tron.network/reference/gettransactioninfobyid-1">POST /walletsolidity/gettransactioninfobyid</a></li>
  <li><a href="https://developers.tron.network/reference/isshieldedtrc20contractnotespent-1">POST /walletsolidity/isshieldedtrc20contractnotespent</a></li>
  <li><a href="https://developers.tron.network/reference/listexchanges-1">GET /walletsolidity/listexchanges</a></li>
  <li><a href="https://developers.tron.network/reference/listwitnesses-1">GET /walletsolidity/listwitnesses</a></li>
  <li><a href="https://developers.tron.network/reference/scanshieldedtrc20notesbyivk-1">POST /walletsolidity/scanshieldedtrc20notesbyivk</a></li>
  <li><a href="https://developers.tron.network/reference/scanshieldedtrc20notesbyovk-1">POST /walletsolidity/scanshieldedtrc20notesbyovk</a></li>
  <li><a href="https://developers.tron.network/reference/triggerconstantcontract-1">POST /walletsolidity/triggerconstantcontract</a></li>
</ul> 
</div>
`}</HTMLBlock>

***

## Wallet Pbft

<HTMLBlock>{`
<button class="accordion">See Methods<span class="accordion-arrow">&#9660;</span></button>
<div class="panel">
<ul class="two-column-list">
  <li>POST /walletpbft/canandmarknotebyivk</li>
<li>POST /walletpbft/canshieldedtrc20notesbyivk</li>
<li>POST /walletpbft/canshieldedtrc20notesbyovk</li>
<li>POST /walletpbft/estimateenergy</li>
<li>POST /walletpbft/etassetissuelistbyname</li>
<li>POST /walletpbft/etavailableunfreezecount</li>
<li>POST /walletpbft/etbandwidthprices</li>
<li>POST /walletpbft/etblock</li>
<li>POST /walletpbft/etburntrx</li>
<li>POST /walletpbft/etcandelegatedmaxsize</li>
<li>POST /walletpbft/etcanwithdrawunfreezeamount</li>
<li>POST /walletpbft/etdelegatedresource</li>
<li>POST /walletpbft/etdelegatedresourceaccountindex</li>
<li>POST /walletpbft/etdelegatedresourceaccountindexv2</li>
<li>POST /walletpbft/etdelegatedresourcev2</li>
<li>POST /walletpbft/etenergyprices</li>
<li>POST /walletpbft/etmarketorderbyaccount</li>
<li>POST /walletpbft/etmarketorderbyid</li>
<li>POST /walletpbft/etmarketorderlistbypair</li>
<li>POST /walletpbft/etmarketpairlist</li>
<li>POST /walletpbft/etmarketpricebypair</li>
<li>POST /walletpbft/etmerkletreevoucherinfo</li>
<li>POST /walletpbft/etpaginatedassetissuelist</li>
<li>POST /walletpbft/ettransactioncountbyblocknum</li>
<li>POST /walletpbft/ettransactioninfobyid</li>
<li>POST /walletpbft/getaccount</li>
<li>POST /walletpbft/getaccountbyid</li>
<li>POST /walletpbft/getassetissuebyid</li>
<li>POST /walletpbft/getassetissuebyname</li>
<li>POST /walletpbft/getassetissuelist</li>
<li>POST /walletpbft/getblockbyid</li>
<li>POST /walletpbft/getblockbylatestnum</li>
<li>POST /walletpbft/getblockbylimitnext</li>
<li>POST /walletpbft/getblockbynum</li>
<li>POST /walletpbft/getBrokerage</li>
<li>POST /walletpbft/getexchangebyid</li>
<li>POST /walletpbft/getnodeinfo</li>
<li>POST /walletpbft/getnowblock</li>
<li>POST /walletpbft/getReward</li>
<li>POST /walletpbft/gettransactionbyid</li>
<li>POST /walletpbft/isspend</li>
<li>POST /walletpbft/listexchanges</li>
<li>POST /walletpbft/listwitnesses</li>
<li>POST /walletpbft/riggerconstantcontract</li>
<li>POST /walletpbft/scannotebyivk</li>
<li>POST /walletpbft/scannotebyovk</li>
<li>POST /walletpbft/sshieldedtrc20contractnotespent</li>
</ul>
</div>
`}</HTMLBlock>

<br />

## 👋 Need Help?

Contact us through [email](mailto:support@blockdaemon.com) or our [support page](https://www.blockdaemon.com/support) for any issues, bugs, or assistance you may need.