Get All Benefits By Collection
Path parameters
addressstringrequired
The address of the collection
Responses
application/json
application/json
get
curl -L \
--url 'https://utility.danlabs.xyz/collection/{address}'
200
500
[
{
"utilityId": "text",
"utilityIndex": 1,
"provider": "text",
"winners": [
"text"
],
"participants": [
"text"
],
"chainId": 1,
"utilityType": "text",
"usage": {
"expiryOrUsage": 1,
"startOnClaim": true
},
"raffle": {
"totalEntries": 1,
"maxEntries": 1,
"winnersMerkle": "text",
"claimDate": "2025-04-09"
},
"eligible": {
"ANY_ADDITIONAL_PROPERTY": {
"eligibleType": "text",
"participants": [
"text"
],
"externalService": "text",
"traits": [
{
"key": "text",
"value": "text"
}
],
"numberOfEntries": 1,
"collectionImage": "text",
"collectionName": "text",
"chainId": 1,
"collectionAddress": "text",
"taskDetails": [
{
"taskInfo": "text",
"serviceTarget": "text",
"targetURL": "text",
"numberOfEntries": 1,
"mandatory": true
}
]
}
},
"partner": "text",
"selectionType": "text",
"title": "text",
"category": "text",
"image_url": "text",
"reward": {
"value": "text",
"contentBlock": {
"type": "text",
"url": "text",
"question": "text",
"options": [
"text"
]
},
"estimatedValue": "text",
"mintPrice": 1,
"details": [
"text"
],
"image": "text",
"type": "text",
"currency": "text",
"count": 1,
"expiry": "text",
"chainId": 1
},
"createdAt": "2025-04-09",
"description": "text",
"startDate": "2025-04-09",
"endDate": "2025-04-09"
}
]
Utilities retrieved successfully
Last updated