MEVSwap is live - The first MEV DEX
mevswap.com
merkle
Dashboard
  • What is merkle
  • Private pool
    • What is Private mempool
    • What is MEV
      • Arbitrage
      • Backruns
      • Sandwiches
    • Wallets
      • Send transactions via RPC
      • Cancel a transaction
      • Transaction status
      • Send transactions via API
      • Programmable privacy
      • Transaction boost
      • Send Solana transaction
      • Solana Transaction Status
      • Solana Boost
    • Searchers
      • Bid on transactions
      • MEVBlocker websocket
      • Bid status
      • Send bundles
    • User Cashback
      • Implementation Guide
      • Dashboard
    • Mempool Explorer
  • MEVSwap
    • What is MEVSwap
    • MEV Bids
    • Swap Signatures
  • Pools
  • MEV Protected Free RPC
    • Ethereum RPC
    • BSC RPC
  • Snapshots
    • Ethereum RETH Snapshots
Powered by GitBook

© merkle 2023-2025

On this page

Was this helpful?

  1. Private pool
  2. User Cashback

Dashboard

PreviousImplementation GuideNextWhat is MEVSwap

Last updated 3 months ago

Was this helpful?

When using cashback, customers sometimes need a dashboard to see the amount of transactions they've sent, their payouts

You can generate signed-urls to allow customers to log into the merkle dashboard with following endpoint:

GET https://api.merkle.io/v1/source/<source id>/dashboard-url

Headers:
    Authorization: "<api secret key>

Response:
{
    url: "https://explorer.merkle.io/source/<source id>?token=<generated jwt 
}

This will display a dashboard with the list of transactions received and their status. The customer can also create a support ticket directly with us if they have any question.

Transaction dashboard example