User Limit
Get the current user limit and monthlyUsed limit for onramp and offramp.
GET user limit details.
Request Body
Name
Type
Description
{
"status": 1,
"code": 200,
"data": {
"onrampLimit": 7000,
"offrampLimit": 7000,
"monthlyLimitUsedOnramp": 20,
"monthlyLimitUsedOfframp": 0,
"isNextKycVerificationRequired": 1
}
}{
"status": 0,
"code": 400,
"error": "Missing required parameter(s) -> fiatType or customerId."
}{
"status": 0,
"code": 500,
"error": "Internal Server Error."
}Last updated