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 running airgap-coin-lib's BitcoinProtocol.prepareTransactionFromExtendedPublicKey, I get [Error: Request failed with status code 403]. The functions seemed to have queried https://cors-proxy.airgap.prod.gke.papers.tech/proxy?url=https://btc1.trezor.io/api/v2/utxo/REDACTED?confirmed=true (I've replaced my xpub with "REDACTED"), which works fine if I put the link in my browser. Perhaps the Trezor API doesn't like automated requests like from curl?
airgap-coin-lib
BitcoinProtocol.prepareTransactionFromExtendedPublicKey
[Error: Request failed with status code 403]
curl
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running
airgap-coin-lib
'sBitcoinProtocol.prepareTransactionFromExtendedPublicKey
, I get[Error: Request failed with status code 403]
. The functions seemed to have queried https://cors-proxy.airgap.prod.gke.papers.tech/proxy?url=https://btc1.trezor.io/api/v2/utxo/REDACTED?confirmed=true (I've replaced my xpub with "REDACTED"), which works fine if I put the link in my browser. Perhaps the Trezor API doesn't like automated requests like fromcurl
?The text was updated successfully, but these errors were encountered: