Get User Limits
The **Get User Limits** is an **authenticated API** call that allows you to **fetch the maximum transaction limits** a user can place over different time periods (1-day, 30-day, 365-day). These limits are determined by **KYC type**, **payment method**, and **fiat currency**, and provides a detailed overview based on **total**, **spent**, **remaining** and **exceeded limits**.
Headers
x-user-identifier
Your authenticated user Email Id address.
Note: This is applicable only for Auth Reliance Flows
x-access-token
Your Partner Access Token. Please refer here for a tutorial on generating your access token.
Note: This is applicable only for Auth Reliance Flows
Query parameters
isBuyOrSell
Transaction direction for the limit check. Supported value is BUY.
paymentCategory
Supported payment method from /fiat/public/v1/currencies/fiat-currencies
kycType
Value should be SIMPLE or STANDARD
fiatCurrency
Supported fiat currency symbol from /fiat/public/v1/currencies/fiat-currencies
Response
200 - Success
data
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error