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
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.aperture.finance/checkUserLimit?ownerAddr=&chainId=1&tokenId=&actionType='
Responses
🟢200Successfully checked user limit
application/json
Body
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.