ToolAssay

GeckoTerminal-backed DEX pool liquidity and estimated trade slippage

GeckoTerminal-backed DEX pool liquidity and estimated trade slippage - size a trade or compare pools before swapping, with a clearly-flagged constant-product approximation model.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
338 msmedian answer time
$0.02listed price per call
$0.02price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://alphapipeline-eu.onrender.com/v1/dex/liquidity-slippage

CategoryCommerce and shopping
Provider hostalphapipeline-eu.onrender.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 338 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "network": "base",
    "token_address": "0x4200000000000000000000000000000000000006",
    "trade_size_usd": 10000
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "network": {
              "description": "GeckoTerminal network id, e.g. base, eth. Defaults to base.",
              "type": "string"
            },
            "pool_address": {
              "description": "Specific DEX pool contract address (optional if token_address is given).",
              "type": "string"
            },
            "token_address": {
              "description": "Token contract address - the most liquid pool is auto-selected (optional if pool_address is given).",
              "type": "string"
            },
            "trade_size_usd": {
              "description": "Hypothetical trade size in USD to estimate slippage for.",
              "type": "number"
            }
          },
          "required": [
            "trade_size_usd"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "data_source": {
              "title": "Data Source",
              "type": "string"
            },
            "estimated_slippage_pct": {
              "anyOf": [
                {
                  "type": "number"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Estimated Slippage Pct"
            },
            "generated_at": {
              "properties": {
                "kst": {
                  "title": "Kst",
                  "type": "string"
                },
                "utc": {
                  "title": "Utc",
                  "type": "string"
                }
              },
              "required": [
                "utc",
                "kst"
              ],
              "title": "TimestampPair",
              "type": "object"
            },
            "liquidity_usd": {
              "anyOf": [
                {
                  "type": "number"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Liquidity Usd"
            },
            "network": {
              "title": "Network",
              "type": "string"
            },
            "notice": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Notice"
            },
            "pool_address": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Pool Address"
            },
            "pool_name": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Pool Name"
            },
            "price_impact_model": {
              "title": "Price Impact Model",
              "type": "string"
            },
            "token_address": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Token Address"
            },
            "trade_size_usd": {
              "title": "Trade Size Usd",
              "type": "number"
            },
            "volume_24h_usd": {
              "anyOf": [
                {
                  "type": "number"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Volume 24H Usd"
            }
          },
          "required": [
            "generated_at",
            "network",
            "trade_size_usd",
            "price_impact_model",
            "data_source"
          ],
          "title": "DexSlippageResponse",
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON