{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "agent-bounties-yield-pool-up-railway-app-entrypoints-get-alerts-invoke",
  "title": "Agent Bounties \u00b7 Fetch Yield Pool Alert Events",
  "url": "https://agent-bounties-yield-pool.up.railway.app/entrypoints/get-alerts/invoke",
  "category": "data",
  "summary": "Fetch recent alert events from yield pool watcher with optional block and direction filters.",
  "seo": {
    "title": "Yield Pool Alert Events API | x402 Payment Required",
    "description": "Retrieve recent yield pool alert events from watcher with optional filtering. Pay 0.001 USDC per call via x402 for onchain yield monitoring data on Base."
  },
  "use_cases": [
    "Monitor yield pool changes for automated rebalancing",
    "Track TVL fluctuations with directional alerts",
    "Build yield farming safety mechanisms with real-time monitoring"
  ],
  "ideal_buyer": "DeFi yield farmers, vault managers, and automated strategy agents monitoring pool health.",
  "example_prompt": "Get recent yield pool alerts filtered for decreases only to detect potential risks.",
  "example_request_body": {
    "limit": 50,
    "changeDirection": "decrease"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.1,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xe8394f8188e80f105e29d121d92dfd1dec31fd07",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "1000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Return recent alert events emitted by the watcher, optionally filtered.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "input": {
              "type": "object",
              "required": [
                "watcherId"
              ],
              "properties": {
                "limit": {
                  "type": "integer"
                },
                "poolId": {
                  "type": "string"
                },
                "watcherId": {
                  "type": "string"
                },
                "protocolId": {
                  "type": "string"
                }
              }
            }
          }
        },
        "output": {
          "output": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "alerts"
            ],
            "properties": {
              "alerts": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "id",
                    "protocolId",
                    "poolId",
                    "metric",
                    "ruleId",
                    "triggeredAt",
                    "changeDirection",
                    "message"
                  ],
                  "properties": {
                    "id": {
                      "type": "string"
                    },
                    "metric": {
                      "enum": [
                        "tvl",
                        "apy"
                      ],
                      "type": "string"
                    },
                    "poolId": {
                      "type": "string"
                    },
                    "ruleId": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    },
                    "metadata": {
                      "type": "object",
                      "propertyNames": {
                        "type": "string"
                      },
                      "additionalProperties": {}
                    },
                    "protocolId": {
                      "type": "string"
                    },
                    "blockNumber": {
                      "type": "string"
                    },
                    "triggeredAt": {
                      "type": "number"
                    },
                    "changeAmount": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "percentChange": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "changeDirection": {
                      "enum": [
                        "increase",
                        "decrease"
                      ],
                      "type": "string"
                    }
                  },
                  "additionalProperties": false
                }
              }
            },
            "additionalProperties": false
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "agent-bounties-yield-pool-up-railway-app",
    "host": "agent-bounties-yield-pool.up.railway.app",
    "title": "Railway-hosted agent service",
    "description": "An x402-payable API endpoint hosted on Railway. The application is currently unavailable or misconfigured, returning a 404 error.",
    "url": "https://agent-bounties-yield-pool.up.railway.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/agent-bounties-yield-pool-up-railway-app-entrypoints-get-alerts-invoke",
    "url": "https://x402all.com/resource/agent-bounties-yield-pool-up-railway-app-entrypoints-get-alerts-invoke",
    "name": "Agent Bounties \u00b7 Fetch Yield Pool Alert Events",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/agent-bounties-yield-pool-up-railway-app-entrypoints-get-alerts-invoke",
      "@type": "Offer",
      "price": "0.001",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.001000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://agent-bounties-yield-pool.up.railway.app/entrypoints/get-alerts/invoke",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/agent-bounties-yield-pool-up-railway-app",
      "url": "https://agent-bounties-yield-pool.up.railway.app",
      "name": "Railway-hosted agent service",
      "@type": "Organization"
    },
    "identifier": "agent-bounties-yield-pool-up-railway-app-entrypoints-get-alerts-invoke",
    "description": "Retrieve recent yield pool alert events from watcher with optional filtering. Pay 0.001 USDC per call via x402 for onchain yield monitoring data on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=agent-bounties-yield-pool-up-railway-app-entrypoints-get-alerts-invoke",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=agent-bounties-yield-pool-up-railway-app-entrypoints-get-alerts-invoke"
}
