{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "gateway-spraay-app-api-v1-batch-execute",
  "title": "Spraay \u00b7 Batch Payment Execution",
  "url": "https://gateway.spraay.app/api/v1/batch/execute",
  "category": "finance",
  "summary": "Send payments to multiple recipients in a single batch transaction with specified token and amounts.",
  "seo": {
    "title": "Spraay Batch Payments API | Multi-Recipient x402",
    "description": "Execute batch payments to multiple recipients via Spraay gateway. Single transaction multi-send with token specification. Pay-per-call batch execution on Base."
  },
  "use_cases": [
    "Execute payroll distributions to multiple addresses",
    "Process bulk airdrops with single transaction efficiency",
    "Automate multi-recipient payment flows",
    "Reduce gas costs through batched transfers"
  ],
  "ideal_buyer": "Treasury managers and payment automation systems requiring efficient multi-recipient token distribution on Base.",
  "example_prompt": "Send 100 USDC to 0x123..., 50 USDC to 0x456..., and 25 USDC to 0x789... in one batch from my treasury wallet",
  "example_request_body": {
    "token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "sender": "0x...",
    "amounts": [
      "100000000",
      "50000000",
      "25000000"
    ],
    "recipients": [
      "0x123...",
      "0x456...",
      "0x789..."
    ]
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive",
    "ratio": 3.333,
    "median_category_atomic": 3000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xad62f03c7514bb8c51f1ea70c2b75c37404695c8",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Batch payments via Spraay.",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "required": [
              "token",
              "recipients",
              "amounts",
              "sender"
            ],
            "properties": {
              "token": {
                "type": "string"
              },
              "sender": {
                "type": "string"
              },
              "amounts": {
                "type": "array"
              },
              "recipients": {
                "type": "array"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {
            "transactions": []
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "gateway-spraay-app",
    "host": "gateway.spraay.app",
    "url": "https://gateway.spraay.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/gateway-spraay-app-api-v1-batch-execute",
    "url": "https://x402all.com/resource/gateway-spraay-app-api-v1-batch-execute",
    "name": "Spraay \u00b7 Batch Payment Execution",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/gateway-spraay-app-api-v1-batch-execute",
      "@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://gateway.spraay.app/api/v1/batch/execute",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/gateway-spraay-app",
      "url": "https://gateway.spraay.app",
      "name": "gateway.spraay.app",
      "@type": "Organization"
    },
    "identifier": "gateway-spraay-app-api-v1-batch-execute",
    "description": "Execute batch payments to multiple recipients via Spraay gateway. Single transaction multi-send with token specification. Pay-per-call batch execution on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=gateway-spraay-app-api-v1-batch-execute",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=gateway-spraay-app-api-v1-batch-execute"
}
