We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I using this code: txb = ( client.trx.transfer(address_from, address_to, amount) .memo("test memo") .fee_limit(100_000_000) ) txn = await txb.build() txn_ret = await txn.sign(priv_key).broadcast() I got this error.How to fix that? Client error '403 Forbidden' for url 'https://api.trongrid.io/walletsolidity/getnowblock' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403
The text was updated successfully, but these errors were encountered:
Most likely either trongrid has banned your ip, or it requires an ip key Try ankr rpc https://rpc.ankr.com/http/tron
Sorry, something went wrong.
No branches or pull requests
when I using this code:
txb = (
client.trx.transfer(address_from, address_to, amount)
.memo("test memo")
.fee_limit(100_000_000)
)
txn = await txb.build()
txn_ret = await txn.sign(priv_key).broadcast()
I got this error.How to fix that?
Client error '403 Forbidden' for url 'https://api.trongrid.io/walletsolidity/getnowblock'
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403
The text was updated successfully, but these errors were encountered: