ToolAssay

A rolling 60-minute feed of Solana memecoin launches as one JSON object

A rolling 60-minute feed of Solana memecoin launches as one JSON object. POST /v1/launches with an optional dex filter (pumpfun, pumpswap, meteora) plus limit, age, volume, liquidity and sort options; each launch carries pool and token address, venue, price, FDV, volume, transaction count and drawdown. Point-in-time and served from cache. Pay per request in USDC; no account, no API key.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
907 msmedian answer time
$0.005listed price per call
$0.005price 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

POST https://agent.pocket.network/v1/meme-watch

CategoryMarket data
Provider hostagent.pocket.network
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days6 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.005 907 ms

Example input (from the provider)

{
  "body": {
    "limit": 1
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "description": "Filters for the launch feed; every field is optional and read from the POST body.",
          "properties": {
            "dex": {
              "description": "Venue filter; omit for every venue.",
              "enum": [
                "pumpfun",
                "pumpswap",
                "meteora_daam_v2",
                "meteora_dbc"
              ],
              "type": "string"
            },
            "format": {
              "default": "json",
              "description": "Response format; csv rides in a csv string field.",
              "enum": [
                "json",
                "csv"
              ],
              "type": "string"
            },
            "limit": {
              "description": "Maximum launches to return.",
              "type": "integer"
            },
            "max_age_minutes": {
              "description": "Only launches newer than this many minutes.",
              "type": "integer"
            },
            "min_liquidity_usd": {
              "description": "Minimum quote-side liquidity in USD.",
              "type": "number"
            },
            "min_txns": {
              "description": "Minimum since-launch transaction count.",
              "type": "integer"
            },
            "min_volume_usd": {
              "description": "Minimum since-launch volume in USD.",
              "type": "number"
            },
            "named_only": {
              "description": "Exclude launches not yet named.",
              "type": "boolean"
            },
            "sort": {
              "description": "Sort key for the feed.",
              "type": "string"
            }
          },
          "required": [],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "data": {
              "description": "For POST /v1/launches, a JSON object with window_minutes, as_of, complete_before, and a launches array; when format is csv the table rides in a `csv` string field, always last. Results are point-in-time and two suppliers may legitimately differ. The exact shape is the service's own and is not pinned here; errors return a JSON object with an `error` field, and the GET routes return their own small JSON documents.",
              "type": "object"
            },
            "portal": {
              "properties": {
                "provenance": {
                  "const": "third-party-supplier"
                },
                "schemaCheck": {
                  "enum": [
                    "passed",
                    "undeclared",
                    "unchecked"
                  ]
                },
                "serviceId": {
                  "const": "meme-watch"
                }
              },
              "required": [
                "provenance",
                "serviceId",
                "schemaCheck"
              ],
              "type": "object"
            }
          },
          "required": [
            "portal",
            "data"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON