Get Earning Payouts

Please use this (https://blkem.com/mobile_api/get_earning_payouts) API for accessing the endpoint of List of earning payouts


Get parameters

Field Value Remarks
session_id ​Access token ID E.g. de25cc16eb00960f076...

Success response

{
    "code": 200,
    "message": "User payout list",
    "data": [
        {
            "id": 2,
            "user_id": 6098,
            "paypal_email": "[email protected]",
            "amount": "11",
            "status": "paid",
            "time": "1694172169"
        },
        {
            "id": 3,
            "user_id": 6098,
            "paypal_email": "[email protected]",
            "amount": "11",
            "status": "pending",
            "time": "1694172169"
        }
    ]
}
    

Error responses


    {
        "code": 401,
        "data": [],
        "message": "Unauthorized Access"
    }
    {
        "code": 404,
        "data": [],
        "message": "No data found"
    }