curl --location --request GET 'https://api.aperture.finance/listTrigger?ownerAddr=&chainId=1&isLimitOrder='
{
"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
}
]
}