SERVICE / DETAILother

Unnamed service

POST api.loyalspark.online/x402-gateway/recipient-api/accept-offer

SONAR SCORE0.000
LIVE PRICE0.010000
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/accept-offer

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

Payment methods: · Last validation:

{
  "input": {
    "type": "object",
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "required": [
      "offer_id"
    ],
    "properties": {
      "offer_id": {
        "type": "string",
        "format": "uuid"
      },
      "onchain_offer_id": {
        "type": "number",
        "description": "On-chain escrow offer id (phase 1, when known)."
      },
      "transaction_hash": {
        "type": "string",
        "pattern": "^0x[a-fA-F0-9]{64}$",
        "description": "Phase 2: hash of the confirmed escrow fillOffer transaction on Base."
      }
    },
    "description": "Two-phase: call without transaction_hash to reserve the offer (status active -> accepted) and receive approve + fillOffer escrow calldata; call again with transaction_hash of the confirmed fillOffer tx to finalize (accepted -> completed).",
    "additionalProperties": true
  },
  "output": {
    "type": "json",
    "example": {
      "ok": true,
      "resource": "recipient-api/accept-offer"
    }
  },
  "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": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "mimeType": "application/json",
        "resource": "https://api.loyalspark.online/x402-gateway/recipient-api/accept-offer?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/accept-offer"
                }
              },
              "inputSchema": {
                "type": "object",
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "required": [
                  "offer_id"
                ],
                "properties": {
                  "offer_id": {
                    "type": "string",
                    "format": "uuid"
                  },
                  "onchain_offer_id": {
                    "type": "number",
                    "description": "On-chain escrow offer id (phase 1, when known)."
                  },
                  "transaction_hash": {
                    "type": "string",
                    "pattern": "^0x[a-fA-F0-9]{64}$",
                    "description": "Phase 2: hash of the confirmed escrow fillOffer transaction on Base."
                  }
                },
                "description": "Two-phase: call without transaction_hash to reserve the offer (status active -> accepted) and receive approve + fillOffer escrow calldata; call again with transaction_hash of the confirmed fillOffer tx to finalize (accepted -> completed).",
                "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/accept-offer?method=POST — x402-gateway /recipient-api/accept-offer. Authenticate with header x-api-key: rwk_....",
            "inputSchema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "offer_id"
              ],
              "properties": {
                "offer_id": {
                  "type": "string",
                  "format": "uuid"
                },
                "onchain_offer_id": {
                  "type": "number",
                  "description": "On-chain escrow offer id (phase 1, when known)."
                },
                "transaction_hash": {
                  "type": "string",
                  "pattern": "^0x[a-fA-F0-9]{64}$",
                  "description": "Phase 2: hash of the confirmed escrow fillOffer transaction on Base."
                }
              },
              "description": "Two-phase: call without transaction_hash to reserve the offer (status active -> accepted) and receive approve + fillOffer escrow calldata; call again with transaction_hash of the confirmed fillOffer tx to finalize (accepted -> completed).",
              "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": "10000",
        "maxTimeoutSeconds": 300
      },
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b",
      "scheme": "exact",
      "network": "eip155:8453",
      "amountAtomic": "10000"
    }
  ]
}
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.