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.
-
To send a transaction, use this REST method : wallet/broadcasttransaction
-
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