GET /v1/cashback/source/:id

Get the pending cashback for a source id

Response body:

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

Last updated

Was this helpful?