工具 API

get_markets_nfts

使用此工具时,请始终使用 `jq_filter` 参数来减少响应大小并提高性能。 仅在确定不需要数据时才可省略。 此接口允许您**查询 CoinGecko 上所有支持的 NFT 系列,包含地板价、市值、交易量及市场相关数据**

finance1 积分

调用信息

工具标识
coingecko-demo.get_markets_nfts
服务提供方
CoinGecko
平均响应
0 ms
近 7 天调用
0

输入参数

asset_platform_id

filter result by asset platform (blockchain network) *refers to [`/asset_platforms`](/reference/asset-platforms-list) filter=`nft`

order

sort results by field Default: `market_cap_usd_desc`

page

page through results Default: `1`

per_page

total results per page Valid values: any integer between 1 and 250 Default: `100`

jq_filter

A 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/).