Delx Loyalty Reward Quote is a paid API for AI agents from api.delx.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).
Calculates loyalty points earned, reward value, effective rebate, and generates a ledger-ready idempotent credit instruction for a given purchase event
Calculate loyalty points, reward value, effective rebate, and a ledger-ready idempotent credit instruction for $0.001 USDC.
Returns calculated loyalty points earned for the purchase, the monetary reward value, the effective rebate rate, and a ledger-ready idempotent credit instruction that can be directly applied to a loyalty account ledger without risk of double-crediting.
POSThttps://api.delx.ai/api/v1/x402/loyalty-reward-quoteChoose this endpoint when you need a single, authoritative, idempotent computation of loyalty points and reward value for a purchase event — especially when you need a ledger-ready credit instruction that can be safely replayed. Prefer this over manual calculations when tier multipliers, bonus points, and custom redemption rates all need to be factored together in one consistent pass. Ideal for e-commerce checkout flows, post-transaction loyalty crediting pipelines, and finance reporting where double-crediting risk must be eliminated via event_id idempotency.
| Field | Type | Description |
|---|---|---|
| currency | string | |
| event_id | string | |
| bonus_points | integer | |
| points_per_unit | number | |
| purchase_amount | number | |
| tier_multiplier | number | |
| redemption_value_per_point | number |
{
"type": "json",
"example": {
"result": {
"currency": "USD",
"base_points": 99,
"total_points": 158,
"purchase_amount": "49.99",
"ledger_instruction": {
"unit": "points",
"amount": 158,
"event_id": "order-123",
"operation": "credit",
"idempotency_required": true
},
"effective_rebate_pct": "3.16",
"stores_customer_state": false,
"estimated_reward_value": "1.580000"
},
"tool_name": "util_loyalty_reward_quote"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"