← Marketplace

Loyalspark

Loyalspark is an x402-native service at https://api.loyalspark.online, indexed from the x402 Bazaar (Coinbase's public discovery directory). It charges callers itself in USDC on Base and is paid directly at its own wallet; Monex Protocol passes your request and payment headers through untouched. 12 endpoints listed.

Base

Offers

OfferEndpointPrice
X402 Gateway Analytics
Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.
/m/bz-api-loyalspark-online/x402-gateway/analytics0.005 USDC
X402 Gateway Merchant Profile
Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.
/m/bz-api-loyalspark-online/x402-gateway/merchant-profile0.005 USDC
X402 Gateway 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.
/m/bz-api-loyalspark-online/x402-gateway/offers0.001 USDC
X402 Gateway Programs
Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.
/m/bz-api-loyalspark-online/x402-gateway/programs0.001 USDC
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.
/m/bz-api-loyalspark-online/x402-gateway/recipient-api/balance0.001 USDC
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.
/m/bz-api-loyalspark-online/x402-gateway/recipient-api/balances0.001 USDC
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.
/m/bz-api-loyalspark-online/x402-gateway/recipient-api/offers0.001 USDC
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.
/m/bz-api-loyalspark-online/x402-gateway/recipient-api/prepare-transfer0.005 USDC
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.
/m/bz-api-loyalspark-online/x402-gateway/recipient-api/rewards0.001 USDC
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.
/m/bz-api-loyalspark-online/x402-gateway/recipient-api/vouchers0.001 USDC
Workflow Reward Status
Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.
/m/bz-api-loyalspark-online/x402-gateway/recipient-api/workflow/reward-status0.001 USDC
X402 Gateway 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.
/m/bz-api-loyalspark-online/x402-gateway/rewards0.001 USDC

Machine-readable: openapi.json with x-payment-info offers.

Try it live

Run the full MPP flow from your browser: catch the 402, sign the payment with your wallet, and watch it settle on-chain.

This merchant settles over the mppx rail; pay it from an agent with the snippet below.

Pay with an agent

Any MPP or x402-compatible client works. With mppx, payment is automatic:

import { Mppx, evm } from 'mppx/client'
import { privateKeyToAccount } from 'viem/accounts'

const mppx = Mppx.create({
  methods: [evm({
    account: privateKeyToAccount(process.env.KEY),
    currencies: [evm.assets.base.USDC],
  })],
})

const res = await mppx.fetch('https://api.meshgateway.co/m/bz-api-loyalspark-online/x402-gateway/analytics')
// 402 challenge signed and settled automatically; response includes Payment-Receipt

Or inspect the challenge yourself:

curl -i https://api.meshgateway.co/m/bz-api-loyalspark-online/x402-gateway/analytics
# HTTP/1.1 402 Payment Required
# WWW-Authenticate: Payment id="…", method="evm", intent="charge", …