{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "api-darwinprotocol-org-api-campaign",
  "title": "Api \u00b7 Campaign",
  "url": "https://api.darwinprotocol.org/api/campaign",
  "category": "data",
  "summary": "Api \u00b7 Campaign \u2014 x402-protected data API. Pay $0.100 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Api \u00b7 Campaign \u2014 x402 data API \u00b7 $0.100 per call",
    "description": "Api \u00b7 Campaign \u2014 x402-protected data API. Pay $0.100 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive",
    "ratio": 5.0,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x2155fbc2a350a0897cd1807dd95007a8385e6d96",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Create a growth campaign on Darwin Protocol (price varies by task count)",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "agentId",
              "ticker",
              "narrative",
              "instruction",
              "rewardPerTask",
              "taskCount"
            ],
            "properties": {
              "ticker": {
                "type": "string",
                "pattern": "^[A-Za-z0-9$]{1,20}$",
                "description": "Token ticker (1-20 alphanumeric chars)"
              },
              "agentId": {
                "type": "string",
                "description": "Agent wallet address"
              },
              "context": {
                "type": "string",
                "maxLength": 2000,
                "description": "Optional additional context"
              },
              "narrative": {
                "type": "string",
                "maxLength": 1000,
                "description": "Why promote this token"
              },
              "taskCount": {
                "type": "integer",
                "maximum": 1000,
                "minimum": 1,
                "description": "Number of tasks to create"
              },
              "allowAgents": {
                "type": "boolean",
                "description": "Allow AI agents to claim tasks"
              },
              "allowHumans": {
                "type": "boolean",
                "description": "Allow humans to claim tasks"
              },
              "instruction": {
                "type": "string",
                "maxLength": 1000,
                "description": "Task instruction for workers"
              },
              "minReputation": {
                "type": "number",
                "description": "Minimum reputation score required"
              },
              "rewardPerTask": {
                "type": "number",
                "maximum": 10000,
                "minimum": 0.01,
                "description": "USDC reward per task"
              }
            }
          },
          "method": "POST"
        },
        "output": {
          "success": true,
          "campaign": {
            "id": "campaign-uuid",
            "status": "ACTIVE",
            "ticker": "$TOKEN",
            "taskCount": 10,
            "totalBudget": 1
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "api-darwinprotocol-org",
    "host": "api.darwinprotocol.org",
    "url": "https://api.darwinprotocol.org",
    "favicon": "https://darwinprotocol.org/icon.svg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-darwinprotocol-org-api-campaign",
    "url": "https://x402all.com/resource/api-darwinprotocol-org-api-campaign",
    "name": "Api \u00b7 Campaign",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-darwinprotocol-org-api-campaign",
      "@type": "Offer",
      "price": "0.1",
      "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.100000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://api.darwinprotocol.org/api/campaign",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-darwinprotocol-org",
      "url": "https://api.darwinprotocol.org",
      "name": "api.darwinprotocol.org",
      "@type": "Organization"
    },
    "identifier": "api-darwinprotocol-org-api-campaign",
    "description": "Api \u00b7 Campaign \u2014 x402-protected data API. Pay $0.100 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-darwinprotocol-org-api-campaign",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-darwinprotocol-org-api-campaign",
  "callability": {
    "status": "partial",
    "schema_callability": 0.282,
    "source": "facilitator_bazaar",
    "source_confidence": 0.75,
    "match_confidence": 0.4,
    "schema_confidence": 0.2,
    "validated_at": "2026-05-10T23:54:30.578667+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://api.darwinprotocol.org/api/campaign",
    "content_type": "application/json",
    "response_schema": {
      "success": true,
      "campaign": {
        "id": "campaign-uuid",
        "status": "ACTIVE",
        "ticker": "$TOKEN",
        "taskCount": 10,
        "totalBudget": 1
      }
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "partial"
    },
    "contract_hash": "0fdf7c5a621f767877ed5d2a23dd8ceaed162abb5fdc4e6c9972cebd4a0f7d6e"
  }
}