【问题标题】:How to fetch transaction details of Zcash wallet through API如何通过 API 获取 Zcash 钱包的交易明细
【发布时间】:2021-08-11 16:11:02
【问题描述】:

我想使用我的钱包地址在 Zcash 中获取我的交易详情。 目前,我正在使用这个 API https://api.zcha.in/v2/mainnet/accounts/t1HyNJ2PcfaGjdkRrb6ESFa1VF7CUggVHoT 但我无法获取所需的交易详情。 API 只给我总接收和总发送量。 请有人指导我,我将使用 API 从 Zcash 获取我的需求详细信息。

我只想获取接收交易详情,请帮助。

谢谢

【问题讨论】:

    标签: rest zcash


    【解决方案1】:

    您应该可以使用gettransaction method

    curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "gettransaction", "params": ["1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d"] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
    

    【讨论】:

      猜你喜欢
      • 2021-10-07
      • 2023-01-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-11-13
      • 2014-08-21
      • 1970-01-01
      • 2016-01-26
      相关资源
      最近更新 更多