{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "1xyxamiu-nx-link-rewards-x-confirm-distribution",
  "title": "Snack Money \u00b7 Confirm X Reward Distribution",
  "url": "https://1xyxamiu.nx.link/rewards/x/confirm-distribution",
  "category": "finance",
  "summary": "Finalize and confirm reward distribution for Twitter/X content campaigns.",
  "seo": {
    "title": "X Reward Distribution API | Snack Money x402 | Base",
    "description": "Confirm Twitter/X reward distributions via Snack Money's x402 API on Base. 0.01 USDC per confirmation. Part of social reward automation."
  },
  "use_cases": [
    "Confirm payout for influencer campaigns",
    "Verify reward distribution completion",
    "Automate social media reward settlements"
  ],
  "ideal_buyer": "Social marketing automation agents managing X/Twitter reward campaigns.",
  "example_prompt": "Confirm distribution for order ID a5usHeTAt6wIVz1NbukK.",
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.333,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xd4ab20dbd8af75f39bf6cb601fc08bab7d4db198",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Snack Money API https://api.snack.money - POST Confirm reward distribution for twitter content",
      "verified": false,
      "hints": {
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "code",
                    "msg",
                    "data"
                  ],
                  "properties": {
                    "msg": {
                      "type": "string"
                    },
                    "code": {
                      "enum": [
                        200
                      ],
                      "type": "number"
                    },
                    "data": {
                      "type": "object",
                      "required": [
                        "order_id",
                        "platform",
                        "content_id",
                        "budget",
                        "recipients"
                      ],
                      "properties": {
                        "budget": {
                          "type": "number",
                          "example": 25,
                          "minimum": 0.01
                        },
                        "status": {
                          "enum": [
                            "pending",
                            "completed"
                          ],
                          "type": "string",
                          "default": "pending"
                        },
                        "order_id": {
                          "type": "string",
                          "example": "a5usHeTAt6wIVz1NbukK"
                        },
                        "platform": {
                          "enum": [
                            "farcaster"
                          ],
                          "type": "string",
                          "example": "farcaster"
                        },
                        "content_id": {
                          "type": "string",
                          "example": "12345678",
                          "minLength": 1
                        },
                        "recipients": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "required": [
                              "username",
                              "weight",
                              "amount",
                              "wallet_address",
                              "transaction_hash"
                            ],
                            "properties": {
                              "amount": {
                                "type": "number",
                                "example": 5
                              },
                              "weight": {
                                "type": "number",
                                "example": 0.2
                              },
                              "username": {
                                "type": "string",
                                "example": "jrsarath"
                              },
                              "wallet_address": {
                                "type": "string",
                                "example": "0xabc..."
                              },
                              "transaction_hash": {
                                "type": "string",
                                "example": "0xabc..."
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "400": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "code"
                  ],
                  "properties": {
                    "msg": {
                      "type": "string",
                      "default": "Validation failed"
                    },
                    "code": {
                      "enum": [
                        400
                      ],
                      "type": "number"
                    },
                    "error": {
                      "nullable": true
                    }
                  }
                }
              }
            },
            "description": "Validation Error"
          },
          "402": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "code",
                    "accepts"
                  ],
                  "properties": {
                    "msg": {
                      "type": "string",
                      "default": "X-PAYMENT header is required"
                    },
                    "code": {
                      "enum": [
                        402
                      ],
                      "type": "number"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "maxAmountRequired",
                          "extra"
                        ],
                        "properties": {
                          "asset": {
                            "type": "string",
                            "default": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
                          },
                          "extra": {
                            "type": "object",
                            "properties": {
                              "name": {
                                "type": "string",
                                "default": "USDC"
                              },
                              "version": {
                                "type": "string",
                                "default": "2"
                              }
                            }
                          },
                          "payTo": {
                            "type": "string",
                            "default": "0x1223d566f05Ea54E5854434C4552c9f5C2259e0f"
                          },
                          "scheme": {
                            "type": "string",
                            "default": "exact"
                          },
                          "network": {
                            "type": "string",
                            "default": "base"
                          },
                          "mimeType": {
                            "type": "string"
                          },
                          "resource": {
                            "type": "string",
                            "default": "https://snack.money"
                          },
                          "description": {
                            "type": "string"
                          },
                          "maxAmountRequired": {
                            "type": "string",
                            "example": "1030000"
                          },
                          "maxTimeoutSeconds": {
                            "type": "number",
                            "default": 60
                          }
                        }
                      }
                    },
                    "x402Version": {
                      "type": "number",
                      "default": 1
                    }
                  }
                }
              }
            },
            "description": "Payment Required"
          },
          "500": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "code"
                  ],
                  "properties": {
                    "msg": {
                      "type": "string",
                      "default": "Internal server error"
                    },
                    "code": {
                      "enum": [
                        500
                      ],
                      "type": "number"
                    },
                    "error": {
                      "example": "Something went wrong",
                      "nullable": true
                    }
                  }
                }
              }
            },
            "description": "Server Error"
          }
        },
        "parameters": [
          {
            "in": "path",
            "name": "order_id",
            "schema": {
              "type": "string",
              "example": "a5usHeTAt6wIVz1NbukK",
              "minLength": 1
            },
            "required": true
          }
        ]
      }
    }
  ],
  "origin": {
    "slug": "1xyxamiu-nx-link",
    "host": "1xyxamiu.nx.link",
    "title": "1xyxamiu.nx.link",
    "description": "An x402-payable API endpoint hosted on the nx.link infrastructure. No additional service details are available from the origin.",
    "url": "https://1xyxamiu.nx.link"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/1xyxamiu-nx-link-rewards-x-confirm-distribution",
    "url": "https://x402all.com/resource/1xyxamiu-nx-link-rewards-x-confirm-distribution",
    "name": "Snack Money \u00b7 Confirm X Reward Distribution",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/1xyxamiu-nx-link-rewards-x-confirm-distribution",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://1xyxamiu.nx.link/rewards/x/confirm-distribution",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/1xyxamiu-nx-link",
      "url": "https://1xyxamiu.nx.link",
      "name": "1xyxamiu.nx.link",
      "@type": "Organization"
    },
    "identifier": "1xyxamiu-nx-link-rewards-x-confirm-distribution",
    "description": "Confirm Twitter/X reward distributions via Snack Money's x402 API on Base. 0.01 USDC per confirmation. Part of social reward automation.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=1xyxamiu-nx-link-rewards-x-confirm-distribution",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=1xyxamiu-nx-link-rewards-x-confirm-distribution"
}
