Load Points

GET https://{game_host_ext_ssrm}/v1.0/ssrm/points

Headers

Name
Type
Description

Context-Type*

string

application/json

Authorization

string

Login AT

{
    "return": 0,
    "message": "success",
    "value": {
        "ssr_point": {
            "point_id": 6,
            "quantity": 9790000,
            "today_exchange_acq_quantity": 0,
            "today_exchange_cnsm_quantity": 0,
            "reset_date": "",
            "point_name": "SSR"
        },
        "ssrm_point": {
            "chip_quantity": 30000
        }
    }
}
curl --location 'https://dev.lumiwavelab.com:51152/v1.0/ssrm/points' \
--header 'Authorization: ••••••'

Last updated