SERVICE / DETAILother

Unnamed service

POST api.loyalspark.online/x402-gateway/recipient-api/workflow/prepare-reward-redemption

SONAR SCORE0.000
LIVE PRICE0.005000
BAZAAR LIVE
CDP INDEXEDno
DECISION EVIDENCE

Why an agent can trust this route.

No recent observations
HANDSHAKE SUCCESS0.0%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCYrecent response window
PRICE DRIFTadvertised vs observed

Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.

SONAR PROBE HISTORY / 30D

Observed outcomes

JSON ↗
No probe history yet.
LIVE ENDPOINT METADATA

Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.

Resource: api.loyalspark.online/x402-gateway/recipient-api/workflow/prepare-reward-redemption

Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b

Payment methods: · Last validation:

{
  "input": {
    "type": "object",
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "description": "JSON body for POST /recipient-api/workflow/prepare-reward-redemption. See https://loyalspark.online/openapi.json for the full schema.",
    "additionalProperties": true
  },
  "output": {
    "type": "json",
    "example": {
      "ok": true,
      "resource": "recipient-api/workflow/prepare-reward-redemption"
    }
  },
  "paymentRequirements": [
    {
      "raw": {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "brand": "Loyal Spark",
          "version": "2",
          "website": "https://loyalspark.online",
          "provider": "Loyal Spark",
          "builderCode": "bc_wdmnog7m",
          "description": "Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.",
          "documentation": "https://loyalspark.online/for-agents"
        },
        "payTo": "0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "mimeType": "application/json",
        "resource": "https://api.loyalspark.online/x402-gateway/recipient-api/workflow/prepare-reward-redemption?method=POST",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "body": {},
                "type": "http",
                "method": "POST",
                "headers": {
                  "x-api-key": "rwk_..."
                },
                "bodyType": "json"
              },
              "output": {
                "type": "json",
                "example": {
                  "ok": true,
                  "resource": "recipient-api/workflow/prepare-reward-redemption"
                }
              },
              "inputSchema": {
                "type": "object",
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "description": "JSON body for POST /recipient-api/workflow/prepare-reward-redemption. See https://loyalspark.online/openapi.json for the full schema.",
                "additionalProperties": true
              }
            },
            "schema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "input"
              ],
              "properties": {
                "input": {
                  "type": "object",
                  "required": [
                    "type",
                    "method",
                    "bodyType",
                    "body"
                  ],
                  "properties": {
                    "body": {
                      "type": "object"
                    },
                    "type": {
                      "type": "string",
                      "const": "http"
                    },
                    "method": {
                      "enum": [
                        "POST",
                        "PUT",
                        "PATCH"
                      ],
                      "type": "string"
                    },
                    "headers": {
                      "type": "object",
                      "additionalProperties": {
                        "type": "string"
                      }
                    },
                    "bodyType": {
                      "enum": [
                        "json",
                        "form-data",
                        "text"
                      ],
                      "type": "string"
                    },
                    "queryParams": {
                      "type": "object",
                      "additionalProperties": {
                        "type": "string"
                      }
                    }
                  },
                  "additionalProperties": false
                },
                "output": {
                  "type": "object",
                  "required": [
                    "type"
                  ],
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "example": {}
                  }
                },
                "inputSchema": {
                  "type": "object"
                }
              }
            }
          },
          "builder-code": {
            "info": {
              "a": "bc_wdmnog7m"
            },
            "schema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "properties": {
                "a": {
                  "type": "string",
                  "pattern": "^[a-z0-9_]{1,32}$",
                  "description": "App builder code"
                },
                "s": {
                  "type": "array",
                  "items": {
                    "type": "string",
                    "pattern": "^[a-z0-9_]{1,32}$"
                  },
                  "description": "Service builder codes"
                },
                "w": {
                  "type": "string",
                  "pattern": "^[a-z0-9_]{1,32}$",
                  "description": "Wallet builder code"
                }
              },
              "additionalProperties": false
            }
          }
        },
        "description": "Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "POST",
            "bodyType": "json",
            "description": "HTTP POST https://api.loyalspark.online/x402-gateway/recipient-api/workflow/prepare-reward-redemption?method=POST — x402-gateway /recipient-api/workflow/prepare-reward-redemption. Authenticate with header x-api-key: rwk_....",
            "inputSchema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "description": "JSON body for POST /recipient-api/workflow/prepare-reward-redemption. See https://loyalspark.online/openapi.json for the full schema.",
              "additionalProperties": true
            }
          },
          "output": {
            "type": "json",
            "schema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema"
            },
            "description": "JSON from Loyal Spark agent-api or recipient-api. See OpenAPI for response shape."
          }
        },
        "maxAmountRequired": "5000",
        "maxTimeoutSeconds": 300
      },
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b",
      "scheme": "exact",
      "network": "eip155:8453",
      "amountAtomic": "5000"
    }
  ]
}
METADATA PROVENANCE

Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.