如何查找特定 ERC-20 代币在过去 24 小时内的买入和卖出数量?
我发现这个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论