{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "x402-test-demo-ngrok-app-dynamic-mint",
  "title": "x402 Test Demo \u00b7 Dynamic Token Mint",
  "url": "https://x402-test-demo.ngrok.app/dynamic/mint",
  "category": "finance",
  "summary": "Mints tokens dynamically based on service type and requested amount, with configurable parameters for different minting scenarios.",
  "seo": {
    "title": "Dynamic Token Mint API | x402 Payment Required",
    "description": "Dynamic token minting endpoint with configurable service type and token amount. Supports type1, type2, and type3 service configurations. 0.001 USDC on Base."
  },
  "use_cases": [
    "Mint tokens with configurable service parameters",
    "Test dynamic minting with different service types",
    "Prototype token distribution with variable amounts"
  ],
  "ideal_buyer": "Developers testing dynamic token minting implementations or building configurable token distribution systems.",
  "example_prompt": "Mint 500 tokens using service type2 for testing the dynamic mint endpoint.",
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.033,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x4021486de7d198b5fdfcc699718fbd86ef31845e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "1000",
      "max_timeout_seconds": 60,
      "description": "Dynamic mint endpoint",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET"
        },
        "output": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "service_type": {
                "enum": [
                  "type1",
                  "type2",
                  "type3"
                ],
                "type": "string",
                "required": true,
                "description": "Service type, one of: type1, type2, type3"
              },
              "token_amount": {
                "type": "number",
                "required": true,
                "description": "Number of tokens to mint"
              }
            }
          },
          "output": {
            "type": "object",
            "properties": {
              "data": {
                "type": "object",
                "properties": {
                  "serviceType": {
                    "type": "string",
                    "description": "Echo of service_type"
                  },
                  "tokenAmount": {
                    "type": "number",
                    "description": "Echo of token_amount"
                  },
                  "paymentAddress": {
                    "type": "string",
                    "description": "Receiving address selected by service_type"
                  }
                }
              },
              "message": {
                "type": "string"
              },
              "success": {
                "type": "boolean"
              }
            }
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "finance-cl-6402b0ca8d14",
  "origin": {
    "slug": "x402-test-demo-ngrok-app",
    "host": "x402-test-demo.ngrok.app",
    "title": "x402 Test Demo Server",
    "description": "A development endpoint for testing x402 payment flows. Provides sandbox access to verify agent-to-agent payment integrations before production deployment.",
    "url": "https://x402-test-demo.ngrok.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/x402-test-demo-ngrok-app-dynamic-mint",
    "url": "https://x402all.com/resource/x402-test-demo-ngrok-app-dynamic-mint",
    "name": "x402 Test Demo \u00b7 Dynamic Token Mint",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/x402-test-demo-ngrok-app-dynamic-mint",
      "@type": "Offer",
      "price": "0.001",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.001000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://x402-test-demo.ngrok.app/dynamic/mint",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/x402-test-demo-ngrok-app",
      "url": "https://x402-test-demo.ngrok.app",
      "name": "x402 Test Demo Server",
      "@type": "Organization"
    },
    "identifier": "x402-test-demo-ngrok-app-dynamic-mint",
    "description": "Dynamic token minting endpoint with configurable service type and token amount. Supports type1, type2, and type3 service configurations. 0.001 USDC on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=x402-test-demo-ngrok-app-dynamic-mint",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=x402-test-demo-ngrok-app-dynamic-mint"
}
