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
| Name | Type | Required | Description |
|---|---|---|---|
| address | string | Yes | Ethereum 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
| Property | Type | Description |
|---|---|---|
| earnings | number | Total creator revenue in ETH |
| earningsUsd | string | Total creator revenue in USD |
| collectorsCount | number | Number 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:
If you have any questions or want to learn more, reach out to the Coop Records team or check the CoopRecords.xyz website.