You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to get transaction 637dd1a3418386a418ceeac7bb58633a904dbf127fa47bbea9cc8f86fef7413f
via https://btc1.trezor.io/api/v2/tx/637dd1a3418386a418ceeac7bb58633a904dbf127fa47bbea9cc8f86fef7413f
you'll get
{
"error": "Transaction '637dd1a3418386a418ceeac7bb58633a904dbf127fa47bbea9cc8f86fef7413f' not found (txid 637dd1a3418386a418ceeac7bb58633a904dbf127fa47bbea9cc8f86fef7413f: json: cannot unmarshal number 2187681472 into Go struct field Tx.version of type int32)"
}
The text was updated successfully, but these errors were encountered:
There are few transactions in Bitcoin blockchain that have non-standard/invalid tx-version.
Here is a project that collected all the transactions: https://codeberg.org/bitcoincash/CHIP-MilliSatoshi/raw/branch/master/tx-versions.csv
For example:
If you try to get transaction
637dd1a3418386a418ceeac7bb58633a904dbf127fa47bbea9cc8f86fef7413f
via
https://btc1.trezor.io/api/v2/tx/637dd1a3418386a418ceeac7bb58633a904dbf127fa47bbea9cc8f86fef7413f
you'll get
The text was updated successfully, but these errors were encountered: