← Back to directory

Onchain loyalty platform on Base Network. Businesses launch branded rewards in m...

https://api.loyalspark.online/x402-gateway/recipient-api/redeem-reward

Overview

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

Protocol x402
Price $0.01
Payment Asset USD Coin
Payment Network eip155:8453
Category uncategorized
Provider loyalspark
Source bazaar
Indexed 2026-07-12 05:15:04

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "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": { "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": true, "properties": { "reward_id": { "format": "uuid", "type": "string" }, "transaction_hash": { "pattern": "^0x[a-fA-F0-9]{64}$", "type": "string" } }, "required": [ "reward_id", "transaction_hash" ], "type": "object" }, "method": "POST", "type": "http" }

Output Schema

{ "description": "JSON from Loyal Spark agent-api or recipient-api. See OpenAPI for response shape.", "schema": { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object" }, "type": "json" }