【发布时间】:2017-11-18 23:05:22
【问题描述】:
我正在使用https://blockchain.info/q api 为了检查我的余额,我使用这个链接:`https://blockchain.info/ru/q/getreceivedbyaddress/a37ab54a 我想通过 api 知道发件人地址和/或我的钱包交易历史。有可能吗?
【问题讨论】:
标签: python blockchain blockchain.info-api
我正在使用https://blockchain.info/q api 为了检查我的余额,我使用这个链接:`https://blockchain.info/ru/q/getreceivedbyaddress/a37ab54a 我想通过 api 知道发件人地址和/或我的钱包交易历史。有可能吗?
【问题讨论】:
标签: python blockchain blockchain.info-api
不使用该 API,它不是。如here 所见,只有少数与地址相关的查找,并且没有一个返回发件人/收件人列表。但是,使用complete API,您可以获得格式为https://blockchain.info/rawaddr/$bitcoin_address 的json 格式的交易列表。
【讨论】: