Aperture API for UniV3 Automation
    Aperture API for UniV3 Automation
    • Aperture Finance UniV3 Automation API
    • /checkPositionApproval
      GET
    • /updatePositionPermit
      POST
    • /createTrigger
      POST
    • /listTrigger
      GET
    • /updateTrigger
      POST
    • /deleteTrigger
      POST
    • /checkUserLimit
      GET

      /checkUserLimit

      Prod Env
      https://api.aperture.finance
      Prod Env
      https://api.aperture.finance
      GET
      /checkUserLimit

      Request

      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

      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.
      Example
      "string"
      🟠400Bad Request
      Previous
      /deleteTrigger
      Built with