How many Bitcoin addresses can I generate through Coinbase API?

南楼画角 提交于 2019-12-22 12:38:12

问题


I use Coinbase API to generate Bitcoin addresses.

What are the limits of this API?

How many Bitcoin addresses can I generate?


回答1:


The API says that:

The Coinbase API is rate limited to prevent abuse that would degrade our ability to maintain consistent API performance for all users. By default, each API key or app is rate limited at 10,000 requests per hour. If your requests are being rate limited, HTTP response code 429 will be returned with an rate_limit_exceeded error.

So I would reason to assume you can generate 10,000 BTC addresses per hour. Of course there might be somewhere else it has been mentioned.



来源:https://stackoverflow.com/questions/46517050/how-many-bitcoin-addresses-can-i-generate-through-coinbase-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!