Signum Logo SIGNArankSeason 1

SignaRank Endpoint Documentation

Get SignaRank and Score for a Single Address

Returns the SignaRank and score of a given address in JSON format.

/api/score/:accountId

Try this endpoint in your browser 🔗.

Sample Response
{"score":300,"rank":25}

Get Leaderboard

Returns the current leaders in JSON format.

/api/leaderboard

Try this endpoint in your browser 🔗.

Sample Response
{
    "leaderboard": [
        {
            "address": "2402520554221019656",
            "score": 365
        }, 
        ...
    ],
    "latestScores": [
        {
            "address": "6502115112683865257",
            "score": 220
        },
        ...
    ]
}