Get User Supply Mining Reward Information
Query to get user's the latest usdd mining reward information, which includes the current mining phase and its rewards, mining start time and end time. (To pass parameters to obtain specific information, please click 「Test」and fill in the address information in the Query parameters section)
Path parameters
addressstringOptional
Query of the user address.
Query parameters
addressstringOptional
Query of the user address.
Responses
200
Returns the user's supply mining reward information.
application/json
400
Bad Request
application/json
get
GET /mining/reward HTTP/1.1
Host: openapi.just.network
Accept: */*
{
"code": 0,
"data": {
"TKFRELGGoRgiayhwJTNNLqCNjFoLBh3Mnf": {
"currEndTime": "2025-06-29T11:00:53.462Z",
"currPhase": 64,
"currReward": 0,
"currRewardStatus": 1,
"currStartTime": "2025-06-29T11:00:53.462Z",
"lastEndTime": "2025-06-29T11:00:53.462Z",
"lastReward": 0,
"lastRewardStatus": 2,
"lastStartTime": "2025-06-29T11:00:53.462Z",
"price": 1
}
},
"message": "SUCCESS"
}
Last updated