Get Collection Social Stats

Fetch social stats about a collection.

Get Social Stats

GET https://api.dkoda.xyz/v1/collection/social-stats

Fetches the social summary for the given contract address.

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.

{
  "success": 1,
  "data": {
    "volume": 17094,
    "sentiment": 0.2685074364521363,
    "density": 67.75476775476776,
    "uniqueUsers": 11582
  }
}

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

Last updated