工具 API

get_tokens_networks_onchain_top_traders

使用此工具时,请始终使用 `jq_filter` 参数来减少响应大小并提升性能。除非您确定不需要这些数据。此端点允许您根据提供的代币合约地址在某个网络上查询交易量最高的代币交易者

finance1 积分

调用信息

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

输入参数

network_id必填

string

token_address必填

string

include_address_label

include address label data, default: false

sort

sort the traders by field Default value: realized_pnl_usd_desc

traders

number of top token traders to return, you may use any integer or `max` Default value: 10

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