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
  • API Reference
    • Authentication
    • GET /v1/cashback/source/:id
  • GET /v1/payouts
  • GET /v1/payouts/tx/:hash
  • 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. API Reference

GET /v1/cashback/source/:id

Get the pending cashback for a source id

Response body:

{
    "estimatedUsd": 10.2,
    "balances": [
        {
            "asset": "ETH",
            "amount": 0.001
        }
    ]
}

PreviousAuthenticationNextGET /v1/payouts

Last updated 8 days ago

Was this helpful?