How to generate tron address with REST API?

Is QuickNode support REST API to create tron address , scan for deposit and broadcast transfer asset?

2 Likes

You cannot create a new address using the QuickNode endpoint, as all of the QuickNode nodes are non-custodial.

  1. To send a transaction, use this REST method : wallet/broadcasttransaction

  2. To account info, use this REST method: wallet/getaccount

How i can not created new address wallet from your api?
And how to generated a new wallet using quicknode?
thanks