{
  "openapi": "3.0.1",
  "info": {
    "title": "GMGN New Pair Scraper",
    "description": "Track new crypto tokens across multiple blockchains with GMGN New Pair Scraper. This Apify tool extracts real-time data from GMGN.ai, providing key metrics on liquidity, market value, and risk factors for Ethereum, BSC, Solana, Base and Tron networks. Ideal for early opportunity detection.",
    "version": "0.0",
    "x-build-id": "oCzlIf6ezZGc0gOfC"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/muhammetakkurtt~gmgn-new-pair-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-muhammetakkurtt-gmgn-new-pair-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/muhammetakkurtt~gmgn-new-pair-scraper/runs": {
      "post": {
        "operationId": "runs-sync-muhammetakkurtt-gmgn-new-pair-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/muhammetakkurtt~gmgn-new-pair-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-muhammetakkurtt-gmgn-new-pair-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "chain",
          "dataType"
        ],
        "properties": {
          "chain": {
            "title": "Blockchain Network",
            "enum": [
              "bsc",
              "eth",
              "base",
              "sol",
              "tron",
              "monad",
              "hyperevm",
              "megaeth"
            ],
            "type": "string",
            "description": "Blockchain network to scan",
            "default": "sol"
          },
          "timeRange": {
            "title": "Time Period",
            "enum": [
              "1m",
              "5m",
              "1h",
              "6h",
              "24h"
            ],
            "type": "string",
            "description": "Time period for new pair data",
            "default": "1h"
          },
          "dataType": {
            "title": "Data Type",
            "enum": [
              "new_pools",
              "burnts",
              "distribeds",
              "dexscreener_spents"
            ],
            "type": "string",
            "description": "Type of data to retrieve",
            "default": "new_pools"
          },
          "limit": {
            "title": "Result Limit",
            "minimum": 1,
            "maximum": 10000,
            "type": "integer",
            "description": "Maximum number of new pairs to retrieve",
            "default": 50
          },
          "solanaPlatforms": {
            "title": "DEX/Launchpad Platforms — Solana",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by launchpad/DEX platform. Applies only when chain = Solana. Leave empty to include all platforms.",
            "items": {
              "type": "string",
              "enum": [
                "Pump.fun",
                "pump_mayhem",
                "meteora_virtual_curve",
                "pool_pump_amm",
                "pool_meteora",
                "pool_orca",
                "heaven",
                "boop",
                "letsbonk",
                "believe",
                "bags",
                "moonshot"
              ],
              "enumTitles": [
                "Pump.fun",
                "Pump Mayhem",
                "Meteora (Virtual Curve)",
                "Pump AMM (pool)",
                "Meteora (pool)",
                "Orca (pool)",
                "Heaven",
                "Boop",
                "LetsBonk",
                "Believe",
                "Bags",
                "Moonshot"
              ]
            },
            "default": []
          },
          "ethPlatforms": {
            "title": "DEX/Launchpad Platforms — Ethereum",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by launchpad/DEX platform. Applies only when chain = Ethereum. Leave empty to include all platforms.",
            "items": {
              "type": "string",
              "enum": [
                "trench",
                "clanker",
                "klik",
                "livo",
                "stroid",
                "printr",
                "pool_uniswap_v2",
                "pool_uniswap_v3",
                "pool_uniswap_v4"
              ],
              "enumTitles": [
                "Trench",
                "Clanker",
                "Klik",
                "Livo",
                "Stroid",
                "Printr",
                "Uniswap V2 (pool)",
                "Uniswap V3 (pool)",
                "Uniswap V4 (pool)"
              ]
            },
            "default": []
          },
          "bscPlatforms": {
            "title": "DEX/Launchpad Platforms — BSC",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by launchpad/DEX platform. Applies only when chain = BSC. Leave empty to include all platforms.",
            "items": {
              "type": "string",
              "enum": [
                "fourmeme",
                "flap",
                "openfour",
                "goplus_skills",
                "pool_pancake",
                "pool_uniswap"
              ],
              "enumTitles": [
                "FourMeme",
                "Flap",
                "OpenFour",
                "GoPlus Skills",
                "PancakeSwap (pool)",
                "Uniswap (pool)"
              ]
            },
            "default": []
          },
          "basePlatforms": {
            "title": "DEX/Launchpad Platforms — Base",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by launchpad/DEX platform. Applies only when chain = Base. Leave empty to include all platforms.",
            "items": {
              "type": "string",
              "enum": [
                "clanker",
                "bankr",
                "pool_uniswap",
                "pool_aerodrome"
              ],
              "enumTitles": [
                "Clanker",
                "Bankr",
                "Uniswap (pool)",
                "Aerodrome (pool)"
              ]
            },
            "default": []
          },
          "tronPlatforms": {
            "title": "DEX/Launchpad Platforms — Tron",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by launchpad/DEX platform. Applies only when chain = Tron. Leave empty to include all platforms.",
            "items": {
              "type": "string",
              "enum": [
                "sunpump"
              ],
              "enumTitles": [
                "SunPump"
              ]
            },
            "default": []
          },
          "monadPlatforms": {
            "title": "DEX/Launchpad Platforms — Monad",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by launchpad/DEX platform. Applies only when chain = Monad. Leave empty to include all platforms.",
            "items": {
              "type": "string",
              "enum": [
                "nadfun",
                "bonadfun",
                "flap",
                "pool_uniswap"
              ],
              "enumTitles": [
                "Nad.fun",
                "BonadFun",
                "Flap",
                "Uniswap (pool)"
              ]
            },
            "default": []
          },
          "hyperevmPlatforms": {
            "title": "DEX/Launchpad Platforms — HyperEVM",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by launchpad/DEX platform. Applies only when chain = HyperEVM. Leave empty to include all platforms.",
            "items": {
              "type": "string",
              "enum": [
                "liqd",
                "altfun",
                "pool_hyperswap_v2",
                "pool_hyperswap_v3",
                "pool_danubio",
                "pool_projectx",
                "pool_forked_uniswap_v2",
                "pool_hybrafinance"
              ],
              "enumTitles": [
                "Liqd",
                "AltFun",
                "HyperSwap V2 (pool)",
                "HyperSwap V3 (pool)",
                "Danubio (pool)",
                "ProjectX (pool)",
                "Forked Uniswap V2 (pool)",
                "HybraFinance (pool)"
              ]
            },
            "default": []
          },
          "megaethPlatforms": {
            "title": "DEX/Launchpad Platforms — MegaETH",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by launchpad/DEX platform. Applies only when chain = MegaETH. Leave empty to include all platforms.",
            "items": {
              "type": "string",
              "enum": [
                "kumbaya",
                "trench",
                "pool_uniswap_v2"
              ],
              "enumTitles": [
                "Kumbaya",
                "Trench",
                "Uniswap V2 (pool)"
              ]
            },
            "default": []
          },
          "filters": {
            "title": "Token Filters",
            "uniqueItems": true,
            "type": "array",
            "description": "Token filters to apply (select multiple)",
            "items": {
              "type": "string",
              "enum": [
                "has_social",
                "not_honeypot",
                "verified",
                "renounced",
                "frozen",
                "locked",
                "distribed",
                "creator_hold",
                "creator_close",
                "token_burnt"
              ],
              "enumTitles": [
                "With at least 1 social",
                "Not Honeypot",
                "Verified",
                "Renounced",
                "Frozen",
                "Locked",
                "Distributed",
                "Dev Still Holding",
                "Dev Sell All",
                "Dev Burnt"
              ]
            },
            "default": []
          },
          "min_quote_usd": {
            "title": "Min Liquidity",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Minimum liquidity value in USD."
          },
          "max_quote_usd": {
            "title": "Max Liquidity",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Maximum liquidity value in USD."
          },
          "min_marketcap": {
            "title": "Min Market Cap",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Minimum market capitalization in USD."
          },
          "max_marketcap": {
            "title": "Max Market Cap",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Maximum market capitalization in USD."
          },
          "min_sniper_count": {
            "title": "Min Sniper Count",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Minimum number of snipers"
          },
          "max_sniper_count": {
            "title": "Max Sniper Count",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Maximum number of snipers"
          },
          "min_volume": {
            "title": "Min Volume",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Minimum trading volume in USD."
          },
          "max_volume": {
            "title": "Max Volume",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Maximum trading volume in USD."
          },
          "min_swaps1h": {
            "title": "Min Swaps (1h)",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Minimum number of swaps in 1 hour"
          },
          "max_swaps1h": {
            "title": "Max Swaps (1h)",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Maximum number of swaps in 1 hour"
          },
          "min_holder_count": {
            "title": "Min Holder Count",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Minimum number of token holders"
          },
          "max_holder_count": {
            "title": "Max Holder Count",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Maximum number of token holders"
          },
          "min_created": {
            "title": "Min Token Age (Minutes)",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Minimum token age in minutes"
          },
          "max_created": {
            "title": "Max Token Age (Minutes)",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Maximum token age in minutes"
          },
          "min_rug_ratio": {
            "title": "Min Rug Ratio",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Minimum rug ratio (value will be divided by 100)"
          },
          "max_rug_ratio": {
            "title": "Max Rug Ratio",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Maximum rug ratio (value will be divided by 100)"
          },
          "min_swaps": {
            "title": "Min Swaps (total)",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Minimum total number of swaps"
          },
          "max_swaps": {
            "title": "Max Swaps (total)",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Maximum total number of swaps"
          },
          "min_visiting_count": {
            "title": "Min Visits",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Minimum number of visits"
          },
          "max_visiting_count": {
            "title": "Max Visits",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Maximum number of visits"
          },
          "min_total_fee": {
            "title": "Min Total Fee",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Minimum total fee in USD."
          },
          "max_total_fee": {
            "title": "Max Total Fee",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Maximum total fee in USD."
          },
          "min_bundler_rate": {
            "title": "Min Bundler Rate",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Minimum bundler rate (value will be divided by 100)"
          },
          "max_bundler_rate": {
            "title": "Max Bundler Rate",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Maximum bundler rate (value will be divided by 100)"
          },
          "min_entrapment_ratio": {
            "title": "Min Entrapment Ratio",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Minimum entrapment ratio (value will be divided by 100)"
          },
          "max_entrapment_ratio": {
            "title": "Max Entrapment Ratio",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Maximum entrapment ratio (value will be divided by 100)"
          },
          "min_insider_rate": {
            "title": "Min Insider Rate",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Minimum insider rate (value will be divided by 100)"
          },
          "max_insider_rate": {
            "title": "Max Insider Rate",
            "minimum": 1,
            "maximum": 100000000000,
            "type": "integer",
            "description": "Maximum insider rate (value will be divided by 100)"
          },
          "proxyConfiguration": {
            "title": "Proxy Configuration",
            "type": "object",
            "description": "Using a proxy is recommended for faster and more reliable results",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": []
            }
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}