【问题标题】:Transaction not showing up in transactions list交易未显示在交易列表中
【发布时间】:2018-05-10 03:23:24
【问题描述】:

我的 Coinbase 在线交易列表中显示了一笔交易,并且在通过 python api 直接查询时也会显示:

client.get_transaction(account_id, transaction_id)

但是,当我这样做时,它并没有显示在其他交易中的交易列表中:

client.get_transactions(account_id)

有什么线索吗?我用的是官方的python api v2.0.6

【问题讨论】:

    标签: python transactions coinbase-api


    【解决方案1】:

    哎呀,原来我的事务比预期的要多 - 需要分页或设置 limit=100。无法弄清楚如何在 python api 上进行分页,所以最终设置了限制。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-12-21
      • 2014-05-21
      • 2011-01-21
      • 2022-07-16
      • 2018-09-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多