Get Market Mining APY Information
Query to get the mining APY information of each market's USDD rewards. The Mining APY for each market will be adjusted according to market conditions. Currently, the supply mining activities are mainly in the USDD market, and new markets may be added in the future based on market demand.
Query parameters
No Parameters.anyOptional
Responses
200
Return the mining APY information of each market's USDD rewards.
application/json
400
Bad Request
application/json
get
GET /mining/apy HTTP/1.1
Host: openapi.just.network
Accept: */*
{
"code": 0,
"data": {
"TKFRELGGoRgiayhwJTNNLqCNjFoLBh3Mnf": {
"USDD": [
0.09175706
]
}
},
"message": "SUCCESS"
}
Last updated