如何查找特定 ERC-20 代币在过去 24 小时内的买入和卖出数量?

发布于 2025-01-12 10:52:11 字数 388 浏览 2 评论 0原文

我发现这个 API 可以给出给定地址的智能合约的“正常”交易列表,例如 Shiba Inu 代币:

https://api.etherscan.io/api?module=account&action=txlist&address=0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce&startblock=0&endblock=99999999&sort=asc&apikey=YOURAPIKEY

有没有办法获取特定时间范围内的买卖数量?我正在构建的应用程序需要这个,类似于 PooCoin 或其他网站如何构建图表并拥有一个包含该特定代币的买卖订单的面板。

有没有办法从 API 调用中获取这些数据?

I found this API that can give the the list of 'normal' transactions for a smart contract given the address for example Shiba Inu token:

https://api.etherscan.io/api?module=account&action=txlist&address=0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce&startblock=0&endblock=99999999&sort=asc&apikey=YOURAPIKEY

Is there a way to get the # of buys and sells within a specific time frame? I need this for an app I'm building similar to how PooCoin or other sites can build a chart and have a panel that has buy and sell orders for that specific token.

Is there a way to get this data from an API call?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文