Development Score
Development Score for Blockchains and Protocols
This endpoint returns the aggregated Development Score of the protocols GitHub repositories from the last 7 days.
the name of the protocol in lowercase
OK
There is no data for the provided protocol
Internal Server Error
GET /scores/development/protocols/{protocol} HTTP/1.1
Host: api.alterscope.org
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"Name": "text",
"Score": 1,
"Timestamp": "text"
}Note: The sample request below shows development score data for repositories of compound protocol.
curl https://api.alterscope.org/scores/development/protocols/compound -H "Authorization: Bearer <your_access_token>"Note: For a comprehensive list of protocols whose data can be requested please refer to supported protocols page.
Note: For getting Frax Finance and Radiant Capital protocol data pass them as fraxfinance and radiantcapital(nospaces in lowercase).
The sample response below will display development score data of corresponding protocol for the past 7 days.
{
"status":true,
"data":[
{
"Name":"compound",
"score":0.05257615369088429,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"compound",
"score":0.052574768368383304,
"timestamp":"2023-12-19 05:20:02"
},
{
"Name":"compound",
"score":0.05257472653922926,
"timestamp":"2023-12-18 05:20:02"
},
{
"Name":"compound",
"score":0.0525394125216943,
"timestamp":"2023-12-17 05:20:04"
},
{
"Name":"compound",
"score":0.052539252353071914,
"timestamp":"2023-12-16 05:20:02"
},
{
"Name":"compound",
"score":0.0525386216303429,
"timestamp":"2023-12-15 05:20:02"
},
{
"Name":"compound",
"score":0.052539300505378146,
"timestamp":"2023-12-14 05:20:04"
}
]
}Name: Name of the DeFi protocol.
Development Score: Know how development score is calculated here.
Timestamp: Date and Time associated with the blockchain project data.
This endpoint returns the aggregated Development Score of the blockchain GitHub repositories from the last 7 days.
The name of the Blockchain in lowercase
OK
There is no data for the provided blockchain
Internal Server Error
GET /scores/development/blockchain/{blockchain} HTTP/1.1
Host: api.alterscope.org
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"Name": "text",
"Score": 1,
"Timestamp": "text"
}Note: The sample request below shows development score data for repositories of ethereum chain.
curl https://api.alterscope.org/scores/development/blockchain/ethereum -H "Authorization: Bearer <your_access_token>"Note: For a comprehensive list of blockchain whose data can be requested please refer to supported blockchain networks page.
The sample response below will display development score data of corresponding blockchain github repositories for the past 7 days.
{
"status":true,
"data":[
{
"Name":"ethereum",
"score":0.060833866442765235,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"ethereum",
"score":0.0607212607502199,
"timestamp":"2023-12-19 05:20:02"
},
{
"Name":"ethereum",
"score":0.060482045300418924,
"timestamp":"2023-12-18 05:20:02"
},
{
"Name":"ethereum",
"score":0.06033350371043665,
"timestamp":"2023-12-17 05:20:04"
},
{
"Name":"ethereum",
"score":0.06025569676719133,
"timestamp":"2023-12-16 05:20:02"
},
{
"Name":"ethereum",
"score":0.060446135136648954,
"timestamp":"2023-12-15 05:20:02"
},
{
"Name":"ethereum",
"score":0.060715314393192166,
"timestamp":"2023-12-14 05:20:04"
}
]
}Name: Name of the blockchain project.
Development Score: Know how development score is calculated here.
Timestamp: Date and Time associated with the blockchain project data.
This endpoint returns the all aggregated Development Scores of all tracked protocols and blockchains from the last 7 days.
OK
There was an error retrieving the data.
Internal Server Error
GET /scores/development HTTP/1.1
Host: api.alterscope.org
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"Name": "text",
"Score": 1,
"Timestamp": "text"
}curl https://api.alterscope.org/scores/development -H "Authorization: Bearer <your_access_token>"Note: The sample response below is shortened for formatting purposes and only show development score data of github repositories for a single day. The actual response will show data for past 7 days.
{
"status":true,
"data":[
{
"Name":"aave",
"score":0.04198626854612139,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"idle",
"score":0.22204888366179718,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"zkSync",
"score":0.048920404888039906,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"near",
"score":0.05313758279127452,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"velodrome",
"score":0.09411086882393188,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"radiantcapital",
"score":0.22365211063085094,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"morpho",
"score":0.05876921372055865,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"synthetix",
"score":0.03150603660740278,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"curve",
"score":0.038173704968791695,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"maverick",
"score":0.23661214065464514,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"reflexer",
"score":0.1626098009367642,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"aurora",
"score":0.03888933293862059,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"swaap",
"score":0.22288232483450265,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"chainlink",
"score":0.0718773726518876,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"balancer",
"score":0.020933254201497727,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"chronos",
"score":0.2468466528741846,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"notional",
"score":0.026575177380427344,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"lido",
"score":0.04636647378837984,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"compound",
"score":0.05257615369088429,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"harvest",
"score":0.06492995581766367,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"yearn",
"score":0.05094475147177273,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"instadapp",
"score":0.05525088804832656,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"dydx",
"score":0.04941475642497248,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"liquity",
"score":0.04673664144095396,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"gmx",
"score":0.06770756794518493,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"pancakeswap",
"score":0.03879472485216053,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"convex",
"score":0.1457151040068962,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"fraxfinance",
"score":0.028561465167377773,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"optimism",
"score":0.07853143624421967,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"aura",
"score":0.03989954507778063,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"arbitrum",
"score":0.03730530752876359,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"makerdao",
"score":0.03466148301291239,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"ethereum",
"score":0.060833866442765235,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"uniswap",
"score":0.022302594029712484,
"timestamp":"2023-12-20 05:20:02"
},
{
"Name":"swaap",
"score":0.22288232483450265,
"timestamp":"2023-12-19 05:20:02"
},
{
"Name":"liquity",
"score":0.046733321672511485,
"timestamp":"2023-12-19 05:20:02"
},
{
"Name":"fraxfinance",
"score":0.028631356984024844,
"timestamp":"2023-12-19 05:20:02"
},
{
"Name":"aura",
"score":0.03989954507778063,
"timestamp":"2023-12-19 05:20:02"
},Name: Name of the blockchain project or DeFi project.
Development Score: Know how development score is calculated here.
Timestamp: Date and Time associated with the blockchain project data.
Last updated

