Implementation Guide
Step 1. Sign up on the Merkle Blockchain Services (MBS) platform
Step 2. Send transactions via the RPC url or the transaction API
Step 3. Tag transactions with a source parameter (see send transactions via the RPC url or the transaction API)
Step 4. Pull the current cashback balance of a source with the following API:
source with the following API:GET https://api.merkle.io/v1/cashback/source/:id{
"estimatedUsd": 30.1,
"balances": [
{
"asset": "ETH", // can be ETH, USD, MATIC, or BNB
"amount": 0.004
},
{
"asset": "USD",
"amount": 20
}
]
}Step 6: Check the status of the payout
Last updated
Was this helpful?