gpt4 book ai didi

spring-boot - 如何使用 Uniswap v3 GraphQL API 获取代币价格

转载 作者:行者123 更新时间:2023-12-05 01:57:51 29 4
gpt4 key购买 nike

我将从 Spring boot 使用 Uniswap v3 GraphQL API 获取代币价格。

所以我尝试在 Postman 中测试网址:https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v3并查询:

{
factories(first: 5) {
id
poolCount
txCount
totalVolumeUSD
}
bundles(first: 5) {
id
ethPriceUSD
}
}

但我无法获得像 thegraph.com 中那样的结果。

请帮助我了解如何使用 Uniswap v3 GraphQL API 获取代币价格。

最佳答案

postman :

  • 确保方法是 POST 而不是 GET
  • 确保请求的正文是原始的 -> JSON
  • 确保查询格式正确{"query":"{ factories(first: 5) { id poolCount txCount totalVolumeUSD } bundles(first: 5) { id ethPriceUSD }}"}<

Postman Image

开火!

关于spring-boot - 如何使用 Uniswap v3 GraphQL API 获取代币价格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68825343/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com