{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "emc2ai-io-x402-bitquery-pumpfun-launches",
  "title": "Emc2ai \u00b7 Bitquery Pumpfun Launches",
  "url": "https://emc2ai.io/x402/bitquery/pumpfun-launches",
  "category": "finance",
  "summary": "Emc2ai \u00b7 Bitquery Pumpfun Launches \u2014 x402-protected finance API. Pay $0.750 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Emc2ai \u00b7 Bitquery Pumpfun Launches \u2014 x402 finance API \u00b7 $0.750 per cal",
    "description": "Emc2ai \u00b7 Bitquery Pumpfun Launches \u2014 x402-protected finance API. Pay $0.750 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 25.0,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xc9368b30bd620164fd1a05a5d99dcaf8ae754775",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "750000",
      "max_timeout_seconds": 90,
      "mime_type": "application/json",
      "description": "Fresh Pump.fun token launches with bonding curve progress (Solana only). (with AI analysis)",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "limit": {
              "type": "string",
              "description": "Maximum number of results to return (default: 10, max: 500)"
            },
            "timeperiod": {
              "enum": [
                "1h",
                "4h",
                "24h",
                "7d",
                "30d"
              ],
              "type": "string",
              "description": "Time period for analysis (e.g., 1h, 24h, 7d, 30d)"
            }
          },
          "discoverable": true
        },
        "output": {
          "result": {
            "type": "object",
            "description": "Query result data"
          },
          "status": {
            "type": "string",
            "description": "Request status (completed or error)"
          },
          "payment": {
            "type": "object",
            "description": "Payment receipt information"
          },
          "analysis": {
            "type": "object",
            "description": "AI-powered analysis and insights"
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "emc2ai-io",
    "host": "emc2ai.io",
    "url": "https://emc2ai.io",
    "favicon": "https://emc2ai.io/einstein-icon.png"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/emc2ai-io-x402-bitquery-pumpfun-launches",
    "url": "https://x402all.com/resource/emc2ai-io-x402-bitquery-pumpfun-launches",
    "name": "Emc2ai \u00b7 Bitquery Pumpfun Launches",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/emc2ai-io-x402-bitquery-pumpfun-launches",
      "@type": "Offer",
      "price": "0.75",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.750000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://emc2ai.io/x402/bitquery/pumpfun-launches",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/emc2ai-io",
      "url": "https://emc2ai.io",
      "name": "emc2ai.io",
      "@type": "Organization"
    },
    "identifier": "emc2ai-io-x402-bitquery-pumpfun-launches",
    "description": "Emc2ai \u00b7 Bitquery Pumpfun Launches \u2014 x402-protected finance API. Pay $0.750 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=emc2ai-io-x402-bitquery-pumpfun-launches",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=emc2ai-io-x402-bitquery-pumpfun-launches",
  "callability": {
    "status": "call_ready",
    "schema_callability": 0.722,
    "source": "provider_openapi",
    "source_confidence": 0.9,
    "match_confidence": 0.95,
    "schema_confidence": 1.0,
    "validated_at": "2026-05-10T22:41:30.457351+00:00",
    "warnings": []
  },
  "contract": {
    "method": "POST",
    "route_template": "/x402/bitquery/pumpfun-launches",
    "content_type": "application/json",
    "request_body_schema": {
      "type": "object",
      "properties": {
        "limit": {
          "type": "integer",
          "default": 10,
          "maximum": 20,
          "minimum": 1,
          "description": "Max launches to return (1-20, default 10)"
        },
        "sortBy": {
          "enum": [
            "volume",
            "time",
            "progress"
          ],
          "type": "string",
          "default": "time",
          "description": "Sort order (volume/time/progress)"
        },
        "timeperiod": {
          "enum": [
            "1h",
            "4h",
            "12h",
            "24h"
          ],
          "type": "string",
          "default": "24h",
          "description": "Time period (1h/4h/12h/24h)"
        },
        "minVolumeUsd": {
          "type": "number",
          "default": 10,
          "description": "Minimum volume in USD (default 10)"
        }
      },
      "description": "Parameters for Pump.fun launch monitoring"
    },
    "response_schema": {
      "type": "object",
      "properties": {
        "data": {
          "type": "object",
          "description": "Query results"
        },
        "status": {
          "enum": [
            "completed",
            "error"
          ],
          "type": "string"
        },
        "payment": {
          "type": "object",
          "properties": {
            "asset": {
              "type": "string"
            },
            "amount": {
              "type": "string"
            },
            "scheme": {
              "type": "string"
            },
            "txHash": {
              "type": "string",
              "description": "On-chain transaction hash"
            },
            "network": {
              "type": "string"
            },
            "timestamp": {
              "type": "string",
              "format": "date-time"
            },
            "x402Version": {
              "type": "integer"
            }
          }
        },
        "analysis": {
          "type": "string",
          "description": "AI-generated analysis (included with non-raw endpoints)"
        },
        "metadata": {
          "type": "object",
          "properties": {
            "chain": {
              "type": "string"
            },
            "timeperiod": {
              "type": "string"
            },
            "executionTime": {
              "type": "number"
            }
          }
        }
      }
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "declared",
      "response_schema": "declared"
    },
    "contract_hash": "2136a1a7b60f15ed6b85faa312d19b40cde20c7b192812d06ca7daadfeb98377"
  }
}