# Rate Limits

1. ApiKey

   ApiKey needs to be added to the header of all requests:

   ```
     ApiKey: <ApiKey>   
   ```
2. Rate Limits
   * GET 50 calls/second
   * POST 20 calls/second
