An API rate limit is the limit of requests or calls you can make to the Coinmetro API. If you exceed the current API limits for your account, you will receive a "too many requests" error.
Why does Coinmetro have API rate limits?
As a common practice for APIs, rate limits are put into place for various reasons, but most importantly they help to prevent disruptions or performance issues to our API service and ensure that everyone has fair access to the Coinmetro platform.
For more information about the Coinmetro API, please visit our Help Center article: How to Use Coinmetro's Trading API.
REST API Limits
Please note that go.coinmetro.com and the mobile app call the same API, which means that they will count towards your API limits.
General limit
You can make at most 500 calls every 10 seconds. Please note that this general limit supersedes all other API limits. When reaching it, you'll receive a 429 error and have to wait 10 seconds to try again.
API Rate limits
Endpoint |
Limits (Call amount/time period) |
---|---|
/orders/create |
1/200ms 20/1min 300/1h 1000/1d |
/orders/modify |
1/200ms 20/1min 300/1h 1000/1d |
/orders/history |
1/5s |
/swap |
1/1s |
/swap/confirm/:swapId |
1/1s |
/oauth/token |
1/1s |
/oauth/redirect-uri |
1/1s |
/users/wallets/balance-history |
1/5s |
/users/wallets/history |
1/5s |
/users/balances |
1/1min |
/fills |
1/5s |
/book |
100/1min |
/candles |
100/1min |
/ticks |
100/1min |
Any endpoint limits that aren't described are limited to 5000 requests per 300 seconds.
Can I increase my API limits?
You may request to increase your API limits by contacting our 24/7 customer support team either by live chat on our website or by emailing us at hello@coinmetro.com. Once received, we will review your request manually and may approve or deny it.
Comments
0 comments
Article is closed for comments.