Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以从 coingecko api 获取所有硬币的价格和名称?
现在我通过这个电话只得到 100 个硬币:
https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&order=market_cap_desc&per_page=100&page=1&sparkline=false
当我设置为 page=2 时,我只能从第 2 页获得 100 个硬币。
希望可以有人帮帮我..