{
  "openapi": "3.0.1",
  "info": {
    "title": "GMGN Token Rugcheck & Deep Analytics — Security Audit",
    "description": "Complete token security audit + analytics for Solana, BSC, Ethereum, Base, Tron, Monad. Honeypot, blacklist, renounced, taxes, lock summary, AI audit, dev/creator Twitter history, holder distribution, bundler/sniper rates, ATH, slippage, candles, rug votes, logo history. 150+ fields.",
    "version": "1.0",
    "x-build-id": "s7qYp4Rag49LbOdV8"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/logiover~gmgn-token-rugcheck-analytics/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-logiover-gmgn-token-rugcheck-analytics",
        "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/logiover~gmgn-token-rugcheck-analytics/runs": {
      "post": {
        "operationId": "runs-sync-logiover-gmgn-token-rugcheck-analytics",
        "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/logiover~gmgn-token-rugcheck-analytics/run-sync": {
      "post": {
        "operationId": "run-sync-logiover-gmgn-token-rugcheck-analytics",
        "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": [
          "tokens"
        ],
        "properties": {
          "tokens": {
            "title": "Tokens",
            "type": "array",
            "description": "List of tokens to analyze. Each entry: `{ chain, address }`. Up to 100 tokens per run. Chain: sol, bsc, eth, base, tron, monad."
          },
          "includeSecurity": {
            "title": "Include Security Audit",
            "type": "boolean",
            "description": "Honeypot, blacklist, renounced, source verification, taxes, lock summary, audit description, privileges.",
            "default": true
          },
          "includeDevInfo": {
            "title": "Include Dev / Creator Info",
            "type": "boolean",
            "description": "Creator address, Twitter rename / delete history, fund-from origin, dexscreener boost / ad / trending bar flags.",
            "default": true
          },
          "includeTokenStat": {
            "title": "Include Holder & Trader Statistics",
            "type": "boolean",
            "description": "Bluechip-owner percentage, signal count, degen-call count, bundler / bot-degen / sniper / fresh / rat-trader rates, dev-team hold, private-vault hold.",
            "default": true
          },
          "includeAth": {
            "title": "Include ATH",
            "type": "boolean",
            "description": "All-time-high market cap and the ATH source token (often the same token).",
            "default": true
          },
          "includeBundlerStat": {
            "title": "Include Bundler Statistics",
            "type": "boolean",
            "description": "Per-bundler-wallet share, bundled-buy count, bundled-volume.",
            "default": true
          },
          "includePoolFee": {
            "title": "Include Pool / Fee Info",
            "type": "boolean",
            "description": "DEX, liquidity, fee ratio, dynamic-fee flag, Meteora-specific fee configs.",
            "default": true
          },
          "includeRecommendSlippage": {
            "title": "Include Recommended Slippage",
            "type": "boolean",
            "description": "GMGN's recommended slippage (buy & sell) and volatility score — useful for setting trade parameters.",
            "default": true
          },
          "includeRugVote": {
            "title": "Include Rug Vote / Links",
            "type": "boolean",
            "description": "GMGN community rug vote (like / unlike), rug ratio, holder-rugged count, plus the full token-links object (every social).",
            "default": true
          },
          "includeLogoHistory": {
            "title": "Include Logo Change History",
            "type": "boolean",
            "description": "Every logo change with timestamp — strong rugpull signal when many changes happen close together.",
            "default": true
          },
          "includeMcapCandles": {
            "title": "Include Market-Cap Candle History",
            "type": "boolean",
            "description": "OHLC market-cap candles for charting. One row per candle is emitted (up to ~500 candles per token at 1h resolution).",
            "default": true
          },
          "candleResolution": {
            "title": "Candle Resolution (when candles enabled)",
            "enum": [
              "1m",
              "5m",
              "15m",
              "30m",
              "1h",
              "4h",
              "1d"
            ],
            "type": "string",
            "description": "Time resolution for candles. '1m', '5m', '15m', '30m', '1h', '4h', '1d'.",
            "default": "1h"
          },
          "includeBluechipRank": {
            "title": "Include Chain Bluechip Rank",
            "type": "boolean",
            "description": "When ON, also fetches the chain-wide bluechip-token rank — 100 tokens with high bluechip-holder share. Emitted as separate rows.",
            "default": true
          },
          "useProxy": {
            "title": "Use Apify Proxy",
            "type": "boolean",
            "description": "Route requests through Apify Proxy. Strongly recommended ON — residential proxy is the most reliable way to bypass Cloudflare rate limits.",
            "default": true
          },
          "proxyConfiguration": {
            "title": "Proxy Configuration",
            "type": "object",
            "description": "Apify Proxy configuration. Residential proxy group is recommended for the highest success rate against Cloudflare.",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": [
                "RESIDENTIAL"
              ]
            }
          },
          "maxConcurrency": {
            "title": "Max Concurrent Requests",
            "minimum": 1,
            "maximum": 20,
            "type": "integer",
            "description": "Maximum number of API calls running in parallel. Higher = faster runs but more chance of hitting rate limits. 3-5 is safe.",
            "default": 5
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}