工具 API
get_ nfts_ market_ chart
使用此工具时,请始终使用 `jq_filter` 参数来减少响应大小并提高性能。 仅在确定不需要数据时才可省略。 此接口允许您**根据距离当前日期的天数查询 NFT 系列的历史市场数据,包括地板价、市值和 24 小时交易量**
finance1 积分
调用信息
- 工具标识
- coingecko-demo.get_nfts_market_chart
- 服务提供方
- CoinGecko
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
id必填string
days必填data up to number of days Valid values: any integer or max
jq_filterA jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available. For example: to include only the `name` field in every object of a results array, you can provide ".results[].name". For more information, see the [jq documentation](https://jqlang.org/manual/).