{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "x402-test-world-ngrok-app-api-mint-dynamic",
  "title": "x402 Test World \u00b7 Dynamic token mint",
  "url": "https://x402-test-world.ngrok.app/api/mint/dynamic",
  "category": "finance",
  "summary": "Mint tokens dynamically by specifying token contract address and USDC amount in micro units. Optional payer address for attribution.",
  "seo": {
    "title": "Dynamic Token Mint API | x402 Test World",
    "description": "Dynamic token minting endpoint with configurable token address and USDC amount. Pay-per-call on Base."
  },
  "use_cases": [
    "Mint service tokens for API access credits",
    "Create dynamic token distributions based on payment amount",
    "Build programmable token issuance workflows",
    "Test token minting integrations with configurable parameters"
  ],
  "ideal_buyer": "Developers testing x402 token minting integrations and platforms needing programmable token issuance.",
  "example_prompt": "Mint 1000000 micro-USDC worth of service tokens for address 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
  "example_request_body": {
    "usdcAmount": "1000000",
    "userAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
    "tokenAddress": "0x1234567890abcdef1234567890abcdef12345678"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.05,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xeb815c9ef0691f9054f008ba611068dfdf5555f2",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "1000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Dynamic mint endpoint requiring tokenAddress and usdcAmount",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "usdcAmount": {
              "type": "string",
              "required": true,
              "description": "USDC amount in micro units (6 decimals)"
            },
            "userAddress": {
              "type": "string",
              "required": false,
              "description": "Wallet address of payer (optional)"
            },
            "tokenAddress": {
              "type": "string",
              "required": true,
              "description": "Service token contract address or Service ID"
            }
          }
        },
        "output": {
          "type": "object",
          "properties": {
            "data": {
              "type": "object",
              "properties": {
                "status": {
                  "enum": [
                    "pending"
                  ],
                  "type": "string"
                },
                "message": {
                  "type": "string"
                },
                "usdcAmount": {
                  "type": "string",
                  "description": "USDC amount in decimal (6dp)"
                },
                "serviceName": {
                  "type": "string"
                },
                "tokenSymbol": {
                  "type": "string"
                },
                "userAddress": {
                  "type": "string"
                },
                "tokenAddress": {
                  "type": "string"
                },
                "tokensToMint": {
                  "type": "string"
                },
                "paymentAddress": {
                  "type": "string"
                }
              }
            },
            "message": {
              "type": "string"
            },
            "success": {
              "type": "boolean"
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "x402-test-world-ngrok-app",
    "host": "x402-test-world.ngrok.app",
    "title": "x402 Test World",
    "description": "A test origin for x402 payment protocol endpoints. Provides experimental or development endpoints for AI agents to interact with paid APIs.",
    "url": "https://x402-test-world.ngrok.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/x402-test-world-ngrok-app-api-mint-dynamic",
    "url": "https://x402all.com/resource/x402-test-world-ngrok-app-api-mint-dynamic",
    "name": "x402 Test World \u00b7 Dynamic token mint",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/x402-test-world-ngrok-app-api-mint-dynamic",
      "@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-world.ngrok.app/api/mint/dynamic",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/x402-test-world-ngrok-app",
      "url": "https://x402-test-world.ngrok.app",
      "name": "x402 Test World",
      "@type": "Organization"
    },
    "identifier": "x402-test-world-ngrok-app-api-mint-dynamic",
    "description": "Dynamic token minting endpoint with configurable token address and USDC amount. Pay-per-call on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=x402-test-world-ngrok-app-api-mint-dynamic",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=x402-test-world-ngrok-app-api-mint-dynamic"
}
