Skip to content

Coop Creator Score API Reference

Retrieve a creator's onchain reputation and score. This API provides metrics such as total creator revenue and unique minters/collectors.

Note: Replace [address] with the creator's Ethereum address.

Endpoint

GET https://cooprecords.xyz/api/creator/score?address=[address]

Parameters

NameTypeRequiredDescription
addressstringYesEthereum address of the creator

Request Examples

cURL
curl -X GET "https://cooprecords.xyz/api/creator/score?address=0x056f1F3A4599e58Cb5C31f2255d0830822b4106d"

Response Format

The API returns JSON responses. Here's an example success response:

{
  "earnings": 7.336290909005999,
  "earningsUsd": "18855.37",
  "collectorsCount": 13816
}

Response Properties

PropertyTypeDescription
earningsnumberTotal creator revenue in ETH
earningsUsdstringTotal creator revenue in USD
collectorsCountnumberNumber of unique collectors/minters

Error Response

If an error occurs, the API returns:

{
  "error": "Invalid or missing address parameter."
}

Demo Video

Check out the demo video for the Coop Creator Score API:

Watch on YouTube


If you have any questions or want to learn more, reach out to the Coop Records team or check the CoopRecords.xyz website.