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

      /checkPositionApproval

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

      Request

      Query Params
      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.

      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/checkPositionApproval?chainId=1&tokenId='

      Responses

      🟢200Position approval status check successful.
      application/json
      Body
      boolean 
      optional
      Whether Aperture has approval to manage the specified position.
      Example
      true
      🟠400Bad Request
      Previous
      Aperture Finance UniV3 Automation API
      Next
      /updatePositionPermit
      Built with