Get Collection Scores
Fetches Dkoda scores for a given contract address.
Get Collection Scores
GET
https://api.dkoda.xyz/v1/collection/scores
Fetches Dkoda scores for a given collection.
Query Parameters
Name
Type
Description
contractAddress**
String
The contract address of the collection.
e.g. "0x23581767a106ae21c074b2276d25e5c3e136a68b"
Headers
Name
Type
Description
x-api-key**
String
The API key to use when making requests.
{
"successful": 1,
"data": [
{
"name": "Moonbirds",
"contractAddress": "0x23581767a106ae21c074b2276d25e5c3e136a68b",
"hype": 6.778730306637118,
"gains": 5.4947,
"community": 8.79839446814987,
"total": 7.023941591595663
}
]
}
Last updated