工具 API

get_transaction_history_public_treasury

使用此工具时,请始终使用 `jq_filter` 参数来减少响应大小并提升性能。除非您确定不需要这些数据。此端点允许您通过实体ID查询公众公司及政府机构的加密货币交易历史

finance1 积分

调用信息

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

输入参数

entity_id必填

string

coin_ids

filter transactions by coin IDs, comma-separated if querying more than 1 coin *refers to [`/coins/list`](/reference/coins-list).

order

use this to sort the order of transactions, default: `date_desc`

page

page through results, default: `1`

per_page

total results per page, default: `100` Valid values: 1...250

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