{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "x402-test-demo-ngrok-app-dynamic-v2-mint",
  "title": "x402 Test Demo \u00b7 Dynamic Token Mint",
  "url": "https://x402-test-demo.ngrok.app/dynamic/v2/mint",
  "category": "finance",
  "summary": "Mint tokens dynamically with configurable service types and token amounts through x402 micropayment settlement.",
  "seo": {
    "title": "Dynamic Token Mint API | Configurable Minting | x402",
    "description": "Dynamic token minting endpoint with configurable service types and amounts. Test x402 micropayment minting on Base for $0.001 USDC."
  },
  "use_cases": [
    "Mint configurable token amounts",
    "Test dynamic minting workflows",
    "Integrate variable token issuance",
    "Automate token distribution by service type"
  ],
  "ideal_buyer": "Token issuance agents and minting automation systems requiring configurable mint parameters.",
  "example_prompt": "Mint 100 tokens using service type type2",
  "example_request_body": {
    "service_type": "type2",
    "token_amount": 100
  },
  "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,
      "mime_type": "application/json",
      "description": "Dynamic mint endpoint",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "service_type": {
              "type": "Service type, one of: type1, type2, type3"
            },
            "token_amount": {
              "type": "Number of tokens to mint (integer, minimum 1)"
            }
          }
        },
        "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-v2-mint",
    "url": "https://x402all.com/resource/x402-test-demo-ngrok-app-dynamic-v2-mint",
    "name": "x402 Test Demo \u00b7 Dynamic Token Mint",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/x402-test-demo-ngrok-app-dynamic-v2-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/v2/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-v2-mint",
    "description": "Dynamic token minting endpoint with configurable service types and amounts. Test x402 micropayment minting on Base for $0.001 USDC.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=x402-test-demo-ngrok-app-dynamic-v2-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-v2-mint"
}
