/checkUserLimit
GET
/checkUserLimitRequest
Query Params
ownerAddr
string
required
The owner address of position tokenId
; must be a checksum address.
chainId
number
required
The chain id of the network. Must be one of the chains supported by Aperture.
Example:
1
tokenId
string
required
The nonfungible token id of the position to check limit for.
actionType
string
required
The type of action to take.
Request samples
Responses
Successfully checked user limit(200)
Bad Request(400)
Successfully checked user limit
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
string
optional
String indicating whether the user has exceeded the limit. A value of "OK" means the user has not exceeded the limit; otherwise, a string describing how the user has exceeded the limit is returned.
Example
"string"
Last modified: a year ago