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

      /listTrigger

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

      Request

      Query Params

      Request Code 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/listTrigger?ownerAddr=&chainId=1&isLimitOrder='

      Responses

      🟢200Triggers listed successfully.
      application/json
      Body

      Example
      {
          "triggers": [
              {
                  "taskId": 0,
                  "nftId": "string",
                  "status": "CREATED",
                  "lastFailedMessage": "string",
                  "limitOrderInfo": {
                      "inputTokenAmountAtCreation": {
                          "address": "string",
                          "rawAmount": "string"
                      },
                      "outputTokenAmountAtClosure": {
                          "address": "string",
                          "rawAmount": "string"
                      },
                      "earnedFeeInputToken": "string",
                      "earnedFeeOutputToken": "string",
                      "feeTier": "LOWEST",
                      "tickLower": 0,
                      "tickUpper": 0
                  },
                  "condition": {
                      "type": "Time",
                      "timeAfterEpochSec": 1
                  },
                  "action": {
                      "type": "Close",
                      "slippage": 0,
                      "maxGasProportion": 1
                  },
                  "expiration": 1
              }
          ]
      }
      🟠400Bad Request
      🔴500Internal Server Error
      Modified at 2023-07-03 18:34:25
      Previous
      /createTrigger
      Next
      /updateTrigger
      Built with