文章
问答
讲堂
百科图谱
线下集训
更多
提问
发表文章
专栏
活动
文档
工作
集市
发现
Toggle navigation
文章
问答
讲堂
线下集训
专栏
活动
工作
文档
集市
搜索
登录/注册
有什么第三方支持查找一个协议下或者一个合约下的所有与其交互的所有地址吗?(除了dune)
0 条评论
请先
登录
后评论
默认排序
时间排序
3 个回答
Wade
- Footprint Analytics CTO
2024-05-20 14:58
擅长:数据分析,GameFi,NFT
1. https://www.footprint.network/ 2. https://flipsidecrypto.xyz/
请先
登录
后评论
? or ?
2024-05-24 17:07
这是我使用footprint的node.js代码: ```//footprint async function getWalletTxnStats(footprint_chain,address){ const config = { url: "https://api.footprint.network/api/v3/address/getWalletTxnStats", method: "GET", params: { chain: footprint_chain, wallet_address: address, }, headers: { "Accept": "application/json", "api-key": footPrintApiKey, // "Content-Type": "application/json" } }; try { const response = await axios(config); const data = response.data.data; console.log("number_of_active_days:",data); return data; } catch (error) { console.error("Error fetching data:", error); } } ```
请先
登录
后评论
Wade
- Footprint Analytics CTO
2024-05-27 10:59
擅长:数据分析,GameFi,NFT
这个接口的数据是有冷热钱包处理的,一般冷钱包不是立即返回数据,需要等待个10来分钟再次请求就会有数据,如果想要一次性查的话建议直接使用footprint中截图的这些表来查看 ![image.png](https://img.learnblockchain.cn/attachments/2024/05/ulAOVjZw6653f6d93bba7.png)
请先
登录
后评论
您需要登录后才可以回答问题,
登录
关注
2
关注
收藏
0
收藏,
788
浏览
? or ?
提出于 2024-05-20 11:08
×
发送私信
请将文档链接发给晓娜,我们会尽快安排上架,感谢您的推荐!
发给:
内容:
×
举报此文章
垃圾广告信息:
广告、推广、测试等内容
违规内容:
色情、暴力、血腥、敏感信息等内容
不友善内容:
人身攻击、挑衅辱骂、恶意行为
其他原因:
请补充说明
举报原因: