Get Node Status
get
/info
Get the current node status, including DAA score and OP score.
Responses
200
Success
application/json
get
/info200
Success
Last updated
Get the current node status, including DAA score and OP score.
Success
Success
Last updated
GET /v1/info HTTP/1.1
Host: tn10api.kasplex.org
Accept: */*
{
"message": "synced",
"result": {
"version": "2.02.1130",
"versionApi": "2.02",
"daaScore": "77993954",
"daaScoreGap": "0",
"opScore": "779939200003",
"opTotal": "1200660",
"tokenTotal": "6502",
"feeTotal": "56036798346000"
}
}