{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "ekubo-market-watcher-production-up-railway-app-entrypoints-list-latest-pools-invoke",
  "title": "Ekubo Market Watcher \u00b7 List Latest Pools",
  "url": "https://ekubo-market-watcher-production.up.railway.app/entrypoints/list-latest-pools/invoke",
  "category": "finance",
  "summary": "Fetch a list of newly created liquidity pools within a specified timeframe on Ekubo DEX.",
  "seo": {
    "title": "Ekubo DEX New Pool Discovery API \u2014 Base Network",
    "description": "Query newly created liquidity pools on Ekubo DEX. Returns pool metadata, block numbers, and tick data for Base network trading analysis."
  },
  "use_cases": [
    "Discover new trading pairs on Ekubo DEX",
    "Monitor liquidity pool creation for alpha generation",
    "Analyze pool initialization parameters and timing"
  ],
  "ideal_buyer": "DeFi traders and market analysts tracking new liquidity pool formation on Base.",
  "example_prompt": "Show me the latest liquidity pools created on Ekubo in the last 24 hours.",
  "example_request_body": {
    "since_hours": 24
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.667,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x74ab323120e99709838aacf84a0e188c8011e686",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "20000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Returns a list of new pools created in the given timeframe.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "input": {
              "type": "object",
              "required": [
                "minutes",
                "network"
              ],
              "properties": {
                "minutes": {
                  "type": "string",
                  "description": "Time window in minutes (1-10080)"
                },
                "network": {
                  "enum": [
                    "mainnet",
                    "testnet"
                  ],
                  "type": "string",
                  "description": "Starknet network"
                }
              }
            }
          }
        },
        "output": {
          "output": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "pools",
              "count",
              "timeframe"
            ],
            "properties": {
              "count": {
                "type": "number"
              },
              "pools": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "pool_key",
                    "initial_tick",
                    "sqrt_ratio",
                    "block_number",
                    "transaction_hash",
                    "timestamp"
                  ],
                  "properties": {
                    "pool_key": {
                      "type": "object",
                      "required": [
                        "token0",
                        "token1",
                        "fee",
                        "tick_spacing",
                        "extension"
                      ],
                      "properties": {
                        "fee": {
                          "type": "number"
                        },
                        "token0": {
                          "type": "string"
                        },
                        "token1": {
                          "type": "string"
                        },
                        "extension": {
                          "type": "string"
                        },
                        "tick_spacing": {
                          "type": "number"
                        }
                      },
                      "additionalProperties": false
                    },
                    "timestamp": {
                      "type": "number"
                    },
                    "sqrt_ratio": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "block_number": {
                      "type": "number"
                    },
                    "initial_tick": {
                      "type": "number"
                    },
                    "token0_symbol": {
                      "type": "string"
                    },
                    "token1_symbol": {
                      "type": "string"
                    },
                    "transaction_hash": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": false
                }
              },
              "timeframe": {
                "type": "object",
                "required": [
                  "minutes",
                  "network"
                ],
                "properties": {
                  "minutes": {
                    "type": "number"
                  },
                  "network": {
                    "type": "string"
                  }
                },
                "additionalProperties": false
              }
            },
            "additionalProperties": false
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "finance-cl-eeeed42e307c",
  "origin": {
    "slug": "ekubo-market-watcher-production-up-railway-app",
    "host": "ekubo-market-watcher-production.up.railway.app",
    "title": "Ekubo Market Watcher",
    "description": "A production deployment on Railway.app. The origin name suggests market monitoring capabilities, possibly related to Ekubo (a Starknet DEX). No active service currently detected at this endpoint.",
    "url": "https://ekubo-market-watcher-production.up.railway.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/ekubo-market-watcher-production-up-railway-app-entrypoints-list-latest-pools-invoke",
    "url": "https://x402all.com/resource/ekubo-market-watcher-production-up-railway-app-entrypoints-list-latest-pools-invoke",
    "name": "Ekubo Market Watcher \u00b7 List Latest Pools",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/ekubo-market-watcher-production-up-railway-app-entrypoints-list-latest-pools-invoke",
      "@type": "Offer",
      "price": "0.02",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.020000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://ekubo-market-watcher-production.up.railway.app/entrypoints/list-latest-pools/invoke",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/ekubo-market-watcher-production-up-railway-app",
      "url": "https://ekubo-market-watcher-production.up.railway.app",
      "name": "Ekubo Market Watcher",
      "@type": "Organization"
    },
    "identifier": "ekubo-market-watcher-production-up-railway-app-entrypoints-list-latest-pools-invoke",
    "description": "Query newly created liquidity pools on Ekubo DEX. Returns pool metadata, block numbers, and tick data for Base network trading analysis.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=ekubo-market-watcher-production-up-railway-app-entrypoints-list-latest-pools-invoke",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=ekubo-market-watcher-production-up-railway-app-entrypoints-list-latest-pools-invoke"
}
