Loyalty
Launch customizable loyalty programs that reward your end customers with crypto based rewards on everyday spending activity.
Rewards
Provide your end customers with crypto rewards based on their everyday debit and credit card spending activities
Awards
Launch promotional campaigns and incentivize users with crypto bonuses when they perform desired actions and reach certain thresholds
Round Ups
Your customers can easily save crypto with round-up spending rules tied to traditional or web3 financial products.
What businesses are saying about Zero Hash Loyalty Solutions
const issueReward = (customer: string, asset: string, notional: string) => {
const body = `{
underlying: ${underlying},
quoted_currency: 'USD',
total: ${notional}
participant_code: ${customer}
}`
const timestamp = Math.round(Date.now() / 1000)
const payload = timestamp + 'POST' + '/rewards' + body
const decodedSecret = Buffer.from(apiSecret, 'base64')
const hmac = crypto.createHmac('sha256', decodedSecret)
const signedPayload = hmac.update(payload).digest('base64')
// SET HEADERS
const headers = {
'X-SCX-API-KEY': 'public_key',
'X-SCX-SIGNED': signedPayload,
'X-SCX-TIMESTAMP': timestamp,
'X-SCX-PASSPHRASE': 'passphrase'
}
const options = {
headers,
body,
json: true
}
return request.post(`https://api.zerohash.com/rewards`, options)
}
const issueReward = (customer: string, asset: string, notional: string) => {
const body = `{
underlying: ${underlying},
quoted_currency: 'USD',
total: ${notional}
participant_code: ${customer}
}`
const timestamp = Math.round(Date.now() / 1000)
const payload = timestamp + 'POST' + '/rewards' + body
const decodedSecret = Buffer.from(apiSecret, 'base64')
const hmac = crypto.createHmac('sha256', decodedSecret)
const signedPayload = hmac.update(payload).digest('base64')
// SET HEADERS
const headers = {
'X-SCX-API-KEY': 'public_key',
'X-SCX-SIGNED': signedPayload,
'X-SCX-TIMESTAMP': timestamp,
'X-SCX-PASSPHRASE': 'passphrase'
}
const options = {
headers,
body,
json: true
}
return request.post(`https://api.zerohash.com/rewards`, options)
}
const issueReward = (customer: string, asset: string, notional: string) => {
const body = `{
underlying: ${underlying},
quoted_currency: 'USD',
total: ${notional}
participant_code: ${customer}
}`
const timestamp = Math.round(Date.now() / 1000)
const payload = timestamp + 'POST' + '/rewards' + body
const decodedSecret = Buffer.from(apiSecret, 'base64')
const hmac = crypto.createHmac('sha256', decodedSecret)
const signedPayload = hmac.update(payload).digest('base64')
// SET HEADERS
const headers = {
'X-SCX-API-KEY': 'public_key',
'X-SCX-SIGNED': signedPayload,
'X-SCX-TIMESTAMP': timestamp,
'X-SCX-PASSPHRASE': 'passphrase'
}
const options = {
headers,
body,
json: true
}
return request.post(`https://api.zerohash.com/rewards`, options)
}
Ready to start building your crypto product today?
Whether you’re looking to offer crypto trading, deposits and withdrawals, P2P transfers, rewards, or spend with crypto, you can build a customized crypto program to support your use case with Zero Hash
Award winning crypto infrastructure you can rely on
Top 100
Financial Technology Companies of 2022
The Financial Technology Report2022 Best
Crypto Product Integration Specialist
Wealth & FinanceInternational
101 Top CEOs
United States 101 Top CEOs in Fintech
Best Startup US2023 Winner
Tech of the Future
Banking Tech Awards USA2023 Finalist
World Changing Ideas
Fast Company2023 #46
Fastest Growing Companies in America
Inc. 5000