x402 List

x402 Protocol Service Directory

Loyal Spark

Blockchain

Paid API for onchain loyalty programs on Base: loyalty token deployment, minting to customer wallets, rewards catalog, vouchers and P2P exchange, usable by agents over REST or MCP.

Pay from $0.001 to $0.01 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://api.loyalspark.online ENDPOINTS 10 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 43m ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
194ms
avg response
101ms
total checks
71
compliance A (11/11)

11 of 11 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.001 to $0.01 (p29 in Blockchain)
price (min)
$0.001
price (max)
$0.01
category percentile (min)
p29 in Blockchain
category percentile (max)
p51 in Blockchain
endpoints / prices
10 / 3
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

traction $173.43 30d · 76 buyers
volume 30d
$173.43
buyers 30d
76
settlements 30d
26,061
last settlement
2026-07-21
top buyer share
2% of 30d volume
trend 7d vs 30d
1.23x the 30d daily rate
networks
eip155:8453

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Loyal Spark is an onchain loyalty platform that allows businesses to launch branded rewards and customers to earn real value with purchases on the Base Network.

category
blockchain-loyalty
in
query params
blockchainloyaltyrewardsai-automationtoken-mintingp2p-escrowvouchers

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
POST /x402-gateway/recipient-api/accept-offer Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest. $0.01 Base USDC
GET /x402-gateway/recipient-api/balance Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest. $0.001 Base USDC
GET /x402-gateway/recipient-api/balances Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest. $0.001 Base USDC
POST /x402-gateway/recipient-api/cancel-offer Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest. $0.005 Base USDC
GET /x402-gateway/recipient-api/offers Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest. $0.001 Base USDC
POST /x402-gateway/recipient-api/prepare-transfer Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest. $0.005 Base USDC
POST /x402-gateway/recipient-api/redeem-reward Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest. $0.01 Base USDC
GET /x402-gateway/recipient-api/rewards Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest. $0.001 Base USDC
GET /x402-gateway/recipient-api/vouchers Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest. $0.001 Base USDC
POST /x402-gateway/recipient-api/workflow/prepare-reward-redemption Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest. $0.005 Base USDC
10 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /x402-gateway/recipient-api/balance returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://api.loyalspark.online/x402-gateway/recipient-api/balance'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
  {
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "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": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "mimeType": "application/json",
        "resource": "https://api.loyalspark.online/x402-gateway/recipient-api/balance?method=GET",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "type": "http",
                "method": "GET",
                "headers": {
                  "x-api-key": "rwk_..."
                },
                "queryParams": {
                  "token_address": "0x0000000000000000000000000000000000000001"
                }
              },
              "output": {
                "type": "json",
                "example": {
                  "ok": true,
                  "resource": "recipient-api/balance"
                }
              },
              "inputSchema": {
                "type": "object",
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "required": [
                  "token_address"
                ],
                "properties": {
                  "token_address": {
                    "type": "string",
                    "pattern": "^0x[a-fA-F0-9]{40}$",
                    "description": "EVM address on Base (eip155:8453)."
                  }
                },
                "additionalProperties": false
              }
            },
            "schema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "input"
              ],
              "properties": {
                "input": {
                  "type": "object",
                  "required": [
                    "type",
                    "method"
                  ],
                  "properties": {
                    "type": {
                      "type": "string",
                      "const": "http"
                    },
                    "method": {
                      "enum": [
                        "GET",
                        "HEAD",
                        "DELETE"
                      ],
                      "type": "string"
                    },
                    "headers": {
                      "type": "object",
                      "additionalProperties": {
                        "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": "GET",
            "bodyType": "query",
            "description": "HTTP GET https://api.loyalspark.online/x402-gateway/recipient-api/balance?method=GET — x402-gateway /recipient-api/balance. Authenticate with header x-api-key: rwk_....",
            "inputSchema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "token_address"
              ],
              "properties": {
                "token_address": {
                  "type": "string",
                  "pattern": "^0x[a-fA-F0-9]{40}$",
                  "description": "EVM address on Base (eip155:8453)."
                }
              },
              "additionalProperties": false
            }
          },
          "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": "1000",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.loyalspark.online/x402-gateway/recipient-api/balance?method=GET",
      "method": "GET",
      "mimeType": "application/json"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "headers": {
              "x-api-key": "rwk_..."
            },
            "queryParams": {
              "token_address": "0x0000000000000000000000000000000000000001"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "resource": "recipient-api/balance"
            }
          },
          "inputSchema": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "token_address"
            ],
            "properties": {
              "token_address": {
                "type": "string",
                "pattern": "^0x[a-fA-F0-9]{40}$",
                "description": "EVM address on Base (eip155:8453)."
              }
            },
            "additionalProperties": false
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "headers": {
                  "type": "object",
                  "additionalProperties": {
                    "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
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "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": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "mimeType": "application/json",
        "resource": "https://api.loyalspark.online/x402-gateway/recipient-api/balances?method=GET",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "type": "http",
                "method": "GET",
                "headers": {
                  "x-api-key": "rwk_..."
                },
                "queryParams": {
                  "token_address": "0x0000000000000000000000000000000000000001"
                }
              },
              "output": {
                "type": "json",
                "example": {
                  "ok": true,
                  "resource": "recipient-api/balances"
                }
              },
              "inputSchema": {
                "type": "object",
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "properties": {},
                "additionalProperties": false
              }
            },
            "schema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "input"
              ],
              "properties": {
                "input": {
                  "type": "object",
                  "required": [
                    "type",
                    "method"
                  ],
                  "properties": {
                    "type": {
                      "type": "string",
                      "const": "http"
                    },
                    "method": {
                      "enum": [
                        "GET",
                        "HEAD",
                        "DELETE"
                      ],
                      "type": "string"
                    },
                    "headers": {
                      "type": "object",
                      "additionalProperties": {
                        "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": "GET",
            "bodyType": "query",
            "description": "HTTP GET https://api.loyalspark.online/x402-gateway/recipient-api/balances?method=GET — x402-gateway /recipient-api/balances. Authenticate with header x-api-key: rwk_....",
            "inputSchema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "properties": {},
              "additionalProperties": false
            }
          },
          "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": "1000",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.loyalspark.online/x402-gateway/recipient-api/balances?method=GET",
      "method": "GET",
      "mimeType": "application/json"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "headers": {
              "x-api-key": "rwk_..."
            },
            "queryParams": {
              "token_address": "0x0000000000000000000000000000000000000001"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "resource": "recipient-api/balances"
            }
          },
          "inputSchema": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "properties": {},
            "additionalProperties": false
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "headers": {
                  "type": "object",
                  "additionalProperties": {
                    "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
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "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": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "mimeType": "application/json",
        "resource": "https://api.loyalspark.online/x402-gateway/recipient-api/offers?method=GET",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "type": "http",
                "method": "GET",
                "headers": {
                  "x-api-key": "rwk_..."
                },
                "queryParams": {
                  "token_address": "0x0000000000000000000000000000000000000001"
                }
              },
              "output": {
                "type": "json",
                "example": {
                  "ok": true,
                  "resource": "recipient-api/offers"
                }
              },
              "inputSchema": {
                "type": "object",
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "properties": {
                  "token_address": {
                    "type": "string",
                    "pattern": "^0x[a-fA-F0-9]{40}$",
                    "description": "EVM address on Base (eip155:8453)."
                  }
                },
                "additionalProperties": false
              }
            },
            "schema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "input"
              ],
              "properties": {
                "input": {
                  "type": "object",
                  "required": [
                    "type",
                    "method"
                  ],
                  "properties": {
                    "type": {
                      "type": "string",
                      "const": "http"
                    },
                    "method": {
                      "enum": [
                        "GET",
                        "HEAD",
                        "DELETE"
                      ],
                      "type": "string"
                    },
                    "headers": {
                      "type": "object",
                      "additionalProperties": {
                        "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": "GET",
            "bodyType": "query",
            "description": "HTTP GET https://api.loyalspark.online/x402-gateway/recipient-api/offers?method=GET — x402-gateway /recipient-api/offers. Authenticate with header x-api-key: rwk_....",
            "inputSchema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "properties": {
                "token_address": {
                  "type": "string",
                  "pattern": "^0x[a-fA-F0-9]{40}$",
                  "description": "EVM address on Base (eip155:8453)."
                }
              },
              "additionalProperties": false
            }
          },
          "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": "1000",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.loyalspark.online/x402-gateway/recipient-api/offers?method=GET",
      "method": "GET",
      "mimeType": "application/json"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "headers": {
              "x-api-key": "rwk_..."
            },
            "queryParams": {
              "token_address": "0x0000000000000000000000000000000000000001"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "resource": "recipient-api/offers"
            }
          },
          "inputSchema": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "properties": {
              "token_address": {
                "type": "string",
                "pattern": "^0x[a-fA-F0-9]{40}$",
                "description": "EVM address on Base (eip155:8453)."
              }
            },
            "additionalProperties": false
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "headers": {
                  "type": "object",
                  "additionalProperties": {
                    "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
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "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": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "mimeType": "application/json",
        "resource": "https://api.loyalspark.online/x402-gateway/recipient-api/rewards?method=GET",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "type": "http",
                "method": "GET",
                "headers": {
                  "x-api-key": "rwk_..."
                },
                "queryParams": {
                  "token_address": "0x0000000000000000000000000000000000000001"
                }
              },
              "output": {
                "type": "json",
                "example": {
                  "ok": true,
                  "resource": "recipient-api/rewards"
                }
              },
              "inputSchema": {
                "type": "object",
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "required": [
                  "token_address"
                ],
                "properties": {
                  "token_address": {
                    "type": "string",
                    "pattern": "^0x[a-fA-F0-9]{40}$",
                    "description": "EVM address on Base (eip155:8453)."
                  }
                },
                "additionalProperties": false
              }
            },
            "schema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "input"
              ],
              "properties": {
                "input": {
                  "type": "object",
                  "required": [
                    "type",
                    "method"
                  ],
                  "properties": {
                    "type": {
                      "type": "string",
                      "const": "http"
                    },
                    "method": {
                      "enum": [
                        "GET",
                        "HEAD",
                        "DELETE"
                      ],
                      "type": "string"
                    },
                    "headers": {
                      "type": "object",
                      "additionalProperties": {
                        "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": "GET",
            "bodyType": "query",
            "description": "HTTP GET https://api.loyalspark.online/x402-gateway/recipient-api/rewards?method=GET — x402-gateway /recipient-api/rewards. Authenticate with header x-api-key: rwk_....",
            "inputSchema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "token_address"
              ],
              "properties": {
                "token_address": {
                  "type": "string",
                  "pattern": "^0x[a-fA-F0-9]{40}$",
                  "description": "EVM address on Base (eip155:8453)."
                }
              },
              "additionalProperties": false
            }
          },
          "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": "1000",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.loyalspark.online/x402-gateway/recipient-api/rewards?method=GET",
      "method": "GET",
      "mimeType": "application/json"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "headers": {
              "x-api-key": "rwk_..."
            },
            "queryParams": {
              "token_address": "0x0000000000000000000000000000000000000001"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "resource": "recipient-api/rewards"
            }
          },
          "inputSchema": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "token_address"
            ],
            "properties": {
              "token_address": {
                "type": "string",
                "pattern": "^0x[a-fA-F0-9]{40}$",
                "description": "EVM address on Base (eip155:8453)."
              }
            },
            "additionalProperties": false
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "headers": {
                  "type": "object",
                  "additionalProperties": {
                    "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
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "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": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "mimeType": "application/json",
        "resource": "https://api.loyalspark.online/x402-gateway/recipient-api/vouchers?method=GET",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "type": "http",
                "method": "GET",
                "headers": {
                  "x-api-key": "rwk_..."
                },
                "queryParams": {
                  "token_address": "0x0000000000000000000000000000000000000001"
                }
              },
              "output": {
                "type": "json",
                "example": {
                  "ok": true,
                  "resource": "recipient-api/vouchers"
                }
              },
              "inputSchema": {
                "type": "object",
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "properties": {
                  "limit": {
                    "type": "string",
                    "pattern": "^[0-9]+$"
                  },
                  "status": {
                    "type": "string"
                  },
                  "token_address": {
                    "type": "string",
                    "pattern": "^0x[a-fA-F0-9]{40}$",
                    "description": "EVM address on Base (eip155:8453)."
                  }
                },
                "additionalProperties": false
              }
            },
            "schema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "input"
              ],
              "properties": {
                "input": {
                  "type": "object",
                  "required": [
                    "type",
                    "method"
                  ],
                  "properties": {
                    "type": {
                      "type": "string",
                      "const": "http"
                    },
                    "method": {
                      "enum": [
                        "GET",
                        "HEAD",
                        "DELETE"
                      ],
                      "type": "string"
                    },
                    "headers": {
                      "type": "object",
                      "additionalProperties": {
                        "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": "GET",
            "bodyType": "query",
            "description": "HTTP GET https://api.loyalspark.online/x402-gateway/recipient-api/vouchers?method=GET — x402-gateway /recipient-api/vouchers. Authenticate with header x-api-key: rwk_....",
            "inputSchema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "properties": {
                "limit": {
                  "type": "string",
                  "pattern": "^[0-9]+$"
                },
                "status": {
                  "type": "string"
                },
                "token_address": {
                  "type": "string",
                  "pattern": "^0x[a-fA-F0-9]{40}$",
                  "description": "EVM address on Base (eip155:8453)."
                }
              },
              "additionalProperties": false
            }
          },
          "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": "1000",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.loyalspark.online/x402-gateway/recipient-api/vouchers?method=GET",
      "method": "GET",
      "mimeType": "application/json"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "headers": {
              "x-api-key": "rwk_..."
            },
            "queryParams": {
              "token_address": "0x0000000000000000000000000000000000000001"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "resource": "recipient-api/vouchers"
            }
          },
          "inputSchema": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "properties": {
              "limit": {
                "type": "string",
                "pattern": "^[0-9]+$"
              },
              "status": {
                "type": "string"
              },
              "token_address": {
                "type": "string",
                "pattern": "^0x[a-fA-F0-9]{40}$",
                "description": "EVM address on Base (eip155:8453)."
              }
            },
            "additionalProperties": false
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "headers": {
                  "type": "object",
                  "additionalProperties": {
                    "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
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "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"
                  }
                },
                "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"
                }
              },
              "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
      }
    ],
    "resource": {
      "url": "https://api.loyalspark.online/x402-gateway/recipient-api/accept-offer?method=POST",
      "method": "POST",
      "mimeType": "application/json"
    },
    "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"
              }
            },
            "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
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "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/cancel-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/cancel-offer"
                }
              },
              "inputSchema": {
                "type": "object",
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "required": [
                  "offer_id"
                ],
                "properties": {
                  "offer_id": {
                    "type": "string",
                    "format": "uuid"
                  }
                },
                "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/cancel-offer?method=POST — x402-gateway /recipient-api/cancel-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"
                }
              },
              "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
      }
    ],
    "resource": {
      "url": "https://api.loyalspark.online/x402-gateway/recipient-api/cancel-offer?method=POST",
      "method": "POST",
      "mimeType": "application/json"
    },
    "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/cancel-offer"
            }
          },
          "inputSchema": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "offer_id"
            ],
            "properties": {
              "offer_id": {
                "type": "string",
                "format": "uuid"
              }
            },
            "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
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "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/prepare-transfer?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/prepare-transfer"
                }
              },
              "inputSchema": {
                "type": "object",
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "required": [
                  "token_address",
                  "to",
                  "amount"
                ],
                "properties": {
                  "to": {
                    "type": "string",
                    "pattern": "^0x[a-fA-F0-9]{40}$",
                    "description": "EVM address on Base (eip155:8453)."
                  },
                  "amount": {
                    "type": "number",
                    "exclusiveMinimum": 0
                  },
                  "token_address": {
                    "type": "string",
                    "pattern": "^0x[a-fA-F0-9]{40}$",
                    "description": "EVM address on Base (eip155:8453)."
                  }
                },
                "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/prepare-transfer?method=POST — x402-gateway /recipient-api/prepare-transfer. Authenticate with header x-api-key: rwk_....",
            "inputSchema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "token_address",
                "to",
                "amount"
              ],
              "properties": {
                "to": {
                  "type": "string",
                  "pattern": "^0x[a-fA-F0-9]{40}$",
                  "description": "EVM address on Base (eip155:8453)."
                },
                "amount": {
                  "type": "number",
                  "exclusiveMinimum": 0
                },
                "token_address": {
                  "type": "string",
                  "pattern": "^0x[a-fA-F0-9]{40}$",
                  "description": "EVM address on Base (eip155:8453)."
                }
              },
              "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
      }
    ],
    "resource": {
      "url": "https://api.loyalspark.online/x402-gateway/recipient-api/prepare-transfer?method=POST",
      "method": "POST",
      "mimeType": "application/json"
    },
    "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/prepare-transfer"
            }
          },
          "inputSchema": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "token_address",
              "to",
              "amount"
            ],
            "properties": {
              "to": {
                "type": "string",
                "pattern": "^0x[a-fA-F0-9]{40}$",
                "description": "EVM address on Base (eip155:8453)."
              },
              "amount": {
                "type": "number",
                "exclusiveMinimum": 0
              },
              "token_address": {
                "type": "string",
                "pattern": "^0x[a-fA-F0-9]{40}$",
                "description": "EVM address on Base (eip155:8453)."
              }
            },
            "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
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "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/redeem-reward?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/redeem-reward"
                }
              },
              "inputSchema": {
                "type": "object",
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "required": [
                  "reward_id",
                  "transaction_hash"
                ],
                "properties": {
                  "reward_id": {
                    "type": "string",
                    "format": "uuid"
                  },
                  "transaction_hash": {
                    "type": "string",
                    "pattern": "^0x[a-fA-F0-9]{64}$"
                  }
                },
                "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/redeem-reward?method=POST — x402-gateway /recipient-api/redeem-reward. Authenticate with header x-api-key: rwk_....",
            "inputSchema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "reward_id",
                "transaction_hash"
              ],
              "properties": {
                "reward_id": {
                  "type": "string",
                  "format": "uuid"
                },
                "transaction_hash": {
                  "type": "string",
                  "pattern": "^0x[a-fA-F0-9]{64}$"
                }
              },
              "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
      }
    ],
    "resource": {
      "url": "https://api.loyalspark.online/x402-gateway/recipient-api/redeem-reward?method=POST",
      "method": "POST",
      "mimeType": "application/json"
    },
    "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/redeem-reward"
            }
          },
          "inputSchema": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "reward_id",
              "transaction_hash"
            ],
            "properties": {
              "reward_id": {
                "type": "string",
                "format": "uuid"
              },
              "transaction_hash": {
                "type": "string",
                "pattern": "^0x[a-fA-F0-9]{64}$"
              }
            },
            "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
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "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
      }
    ],
    "resource": {
      "url": "https://api.loyalspark.online/x402-gateway/recipient-api/workflow/prepare-reward-redemption?method=POST",
      "method": "POST",
      "mimeType": "application/json"
    },
    "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
        }
      }
    },
    "x402Version": 2
  }
]

UPTIME

07-20 · uptime 100.0% · 145ms avg07-21 · uptime 100.0% · 77ms avg07-2007-21
RESPONSE TIME
07-20 · 145ms avg07-20 · 145ms avg07-21 · 77ms avg07-21 · 77ms avg07-2007-21
7d UPTIME 100%
UPTIME 7D 100%
AVG RESP 104ms
TOTAL CHECKS 73

RECENT CHECKS

TIME STATUS RESP
● SLOW 197ms
● SLOW 196ms
● OK 129ms
● SLOW 181ms
● OK 66ms
● OK 84ms
● OK 41ms
● OK 82ms
● OK 38ms
● OK 70ms
● OK 107ms
● OK 36ms
● OK 48ms
● OK 50ms
● OK 104ms
● OK 50ms
● OK 61ms
● OK 38ms

OVER TIME

All charts share the 7d window selected here. Every series is also served as JSON at /api/v1/services/loyal-spark/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).

PRICE (captured 402, USD)
07-20 · $0.00307-21 · $0.003$0.00307-2007-21

Median across 10 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-20 uptime: 100.0% compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
07-14 · $407-15 · $807-16 · $907-17 · $807-18 · $907-19 · $607-20 · $407-21 · $2peak $907-1407-21
DISTINCT BUYERS
07-14 · 66 buyers07-15 · 68 buyers07-16 · 67 buyers07-17 · 70 buyers07-18 · 69 buyers07-19 · 68 buyers07-20 · 67 buyers07-21 · 58 buyerspeak 70 buyers07-1407-21

COMPLIANCE

11/11 checks pass · grade A
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS

EMBED THIS BADGE

Show that Loyal Spark is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Loyal Spark listed on x402-list
status
Loyal Spark uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/loyal-spark?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/loyal-spark.svg" alt="Loyal Spark listed on x402-list" height="28">
</a>
// Markdown
[![Loyal Spark on x402-list](https://x402-list.com/badge/loyal-spark.svg)](https://x402-list.com/services/loyal-spark?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/loyal-spark?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/loyal-spark.svg?data=uptime" alt="Loyal Spark uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]