# AccountApi

All URIs are relative to *https://api.elections.kalshi.com/trade-api/v2*

|Method | HTTP request | Description|
|------------- | ------------- | -------------|
|[**getAccountApiLimits**](#getaccountapilimits) | **GET** /account/limits | Get Account API Limits|

# **getAccountApiLimits**
> GetAccountApiLimitsResponse getAccountApiLimits()

 Endpoint to retrieve the API tier limits associated with the authenticated user.

### Parameters
This endpoint does not have any parameters.


### Return type

**GetAccountApiLimitsResponse**

### Authorization

[kalshiAccessSignature](../README.md#kalshiAccessSignature), [kalshiAccessKey](../README.md#kalshiAccessKey), [kalshiAccessTimestamp](../README.md#kalshiAccessTimestamp)

### HTTP request headers

 - **Content-Type**: Not defined
 - **Accept**: application/json


### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
|**200** | Account API tier limits retrieved successfully |  -  |
|**401** | Unauthorized |  -  |
|**500** | Internal server error |  -  |

