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

NameTypeDescription

contractAddress**

String

The contract address of the collection.

e.g. "0x23581767a106ae21c074b2276d25e5c3e136a68b"

Headers

NameTypeDescription

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
    }
  ]
}

Good to know: This endpoint requires an API key to be present in the request header. Please contact us to request one.

Last updated