Why does BLOCKCHAIN.COM API only return recipient BASE58 addresses and omits BECH32s?
问题 Following this post, I am trying to access all transactions within the #630873 block in the bitcoin blockchain. import requests r = requests.get('https://blockchain.info/block-height/630873?format=json') data = r.json() When inspecting the (0-indexed) 4th transaction within this block (via data['blocks'][0]['tx'][4]['out'] ), I get this: [{'n': 0, 'script': '0014d0aba2c93bac0fcafafe43f2ad39d664ba51910d', 'spent': False, 'tx_index': 0, 'type': 0, 'value': 19571491}, {'addr':