Get User Earnings

Please use this (https://blkem.com/mobile_api/get_user_earnings) API for accessing the endpoint of List of user earnings


Get parameters

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

Success response

{
    "code": 200,
    "message": "User Earning list",
    "data": [
        {
            "id": 4,
            "block_id": 99,
            "sender_id": 8726,
            "reciever_id": 6098,
            "amount": 11,
            "time": "1694092843",
            "type": "tip"
        }
    ]
}
    

Error responses


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