如何使用TzScan API v3获取地址交易清单?
1 个回答
- 投票数
您可以使用操作端点来过滤事务:
https://api1.tzscan.io/v1/operations/$address?type=Transaction
显然是将地址换成相关地址.您可以获取金额,目的地,来源,费用,加油站限制,存储限制,无论是内部发送还是发送失败.
You can use the operations endpoint, filtering for transactions:
https://api1.tzscan.io/v1/operations/$address?type=Transaction
Obviously swap address for the address in question. You can retreive the amount, destination, source, fee, gas limit, storage limit, if the tx was internal and also if the tx failed or not.
我已经阅读了TzScan.io API文档,但是找不到允许我获取特定地址交易列表的端点.考虑到TzScan.io已经具有事务TAB功能,因此可能存在.那么如何获得tz1地址曾经进行过的交易的清单?