← Back to directory

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

https://api.loyalspark.online/x402-gateway/recipient-api/prepare-transfer

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.0050
Payment Asset USD Coin
Payment Network eip155:8453
Category uncategorized
Provider loyalspark
Source bazaar
Indexed 2026-07-12 04:14:53

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/prepare-transfer?method=POST — x402-gateway /recipient-api/prepare-transfer. Authenticate with header x-api-key: rwk_....", "inputSchema": { "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": true, "properties": { "amount": { "exclusiveMinimum": 0, "type": "number" }, "to": { "description": "EVM address on Base (eip155:8453).", "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" }, "token_address": { "description": "EVM address on Base (eip155:8453).", "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" } }, "required": [ "token_address", "to", "amount" ], "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" }