{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "astershitweb-xyz-join",
  "title": "AsterShit \u00b7 Club Membership Join",
  "url": "https://astershitweb.xyz/join",
  "category": "tools",
  "summary": "Processes membership joins for a club, returning membership status, join timestamps, and cumulative join statistics.",
  "seo": {
    "title": "Club Membership API x402 | Join & Track Membership",
    "description": "Join a membership club via x402 micropayment. Returns membership status, join timestamp, and user join counts. Referral tracking support."
  },
  "use_cases": [
    "Process new membership registrations with payment verification",
    "Track referral-based joins with user ID attribution",
    "Retrieve membership status and join history for users"
  ],
  "ideal_buyer": "Community platforms and membership systems that need on-chain payment verification for access control.",
  "example_prompt": "Join the club for user ID abc123 with referral code xyz789.",
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 100,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xb253561db497afc2ae0ee50c3984375d606d34aa",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "1000000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Join the club.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "ref": {
              "type": "string"
            },
            "userId": {
              "type": "string"
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "status",
            "message",
            "membership"
          ],
          "properties": {
            "status": {
              "enum": [
                "ok"
              ],
              "type": "string"
            },
            "message": {
              "type": "string"
            },
            "membership": {
              "type": "object",
              "required": [
                "joinedAt",
                "userJoinCount",
                "totalJoins"
              ],
              "properties": {
                "joinedAt": {
                  "type": "string",
                  "format": "date-time"
                },
                "totalJoins": {
                  "type": "integer"
                },
                "userJoinCount": {
                  "type": "integer"
                }
              }
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "astershitweb-xyz",
    "host": "astershitweb.xyz",
    "url": "https://astershitweb.xyz"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/astershitweb-xyz-join",
    "url": "https://x402all.com/resource/astershitweb-xyz-join",
    "name": "AsterShit \u00b7 Club Membership Join",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/astershitweb-xyz-join",
      "@type": "Offer",
      "price": "1",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "1.000000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://astershitweb.xyz/join",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/astershitweb-xyz",
      "url": "https://astershitweb.xyz",
      "name": "astershitweb.xyz",
      "@type": "Organization"
    },
    "identifier": "astershitweb-xyz-join",
    "description": "Join a membership club via x402 micropayment. Returns membership status, join timestamp, and user join counts. Referral tracking support.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=astershitweb-xyz-join",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=astershitweb-xyz-join"
}
