Overall Score

Overall score based on weighted formula of aggregation. Liquidity, Security, Decentralization, Tokenomics, Development, Social Score components are aggregated to calculate overall score.

Retrieves the aggregated Overall Score of the protocols.

get

This endpoint returns the aggregated Overall Score of the protocols from the last 7 days.

Authorizations
Path parameters
protocolstringRequired

the name of the protocol in lowercase

Responses
200

OK

application/json
get
/scores/overall/{protocol}
GET /scores/overall/{protocol} HTTP/1.1
Host: api.alterscope.org
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "status": true,
  "data": [
    {
      "score": 0.22448096615490729,
      "timestamp": "2023-09-11T12:00:06Z"
    }
  ]
}

The sample request below retrieves the aggregated overall score of the protocols. For a comprehensive list of protocols whose data can be requested please refer to supported protocols page.

curl https://api.alterscope.org/scores/overall/uniswap -H "Authorization: Bearer <your_access_token>"

Last updated