curl --request GET \
--url https://api.op.xyz/v1/community/{id}/badge/{badgeId}/attribution \
--header 'X-Api-Key: <api-key>'{
"total": 123,
"perPage": 123,
"page": 123,
"results": [
{
"id": "<string>",
"earnedAt": "2023-11-07T05:31:56Z",
"claimedAt": "2023-11-07T05:31:56Z",
"transactionHash": "<string>",
"tokenId": "<string>",
"badge": {
"id": "<string>",
"key": "<string>",
"title": "<string>",
"type": "achievement",
"description": "<string>",
"badge": "<string>",
"requirements": {
"title": "<string>",
"description": "<string>"
},
"rewards": [
{
"id": "<string>",
"image": "<string>",
"provider": "Vault",
"providerImage": "<string>",
"name": "<string>",
"type": "native",
"status": "open",
"amount": [
123
],
"description": "<string>",
"endDate": "2023-11-07T05:31:56Z",
"maxSpend": 123,
"vaultId": "<string>",
"contract": "<string>",
"chainId": "<string>",
"transactionHash": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"sentAt": "2023-11-07T05:31:56Z"
}
],
"createdAt": "<string>",
"updatedAt": "<string>",
"author": {},
"community": {}
},
"account": {},
"membership": {
"id": "<string>",
"role": "<string>",
"wallet": "<string>",
"addMethod": "<string>",
"confirmedAt": "2023-11-07T05:31:56Z"
}
}
]
}curl --request GET \
--url https://api.op.xyz/v1/community/{id}/badge/{badgeId}/attribution \
--header 'X-Api-Key: <api-key>'{
"total": 123,
"perPage": 123,
"page": 123,
"results": [
{
"id": "<string>",
"earnedAt": "2023-11-07T05:31:56Z",
"claimedAt": "2023-11-07T05:31:56Z",
"transactionHash": "<string>",
"tokenId": "<string>",
"badge": {
"id": "<string>",
"key": "<string>",
"title": "<string>",
"type": "achievement",
"description": "<string>",
"badge": "<string>",
"requirements": {
"title": "<string>",
"description": "<string>"
},
"rewards": [
{
"id": "<string>",
"image": "<string>",
"provider": "Vault",
"providerImage": "<string>",
"name": "<string>",
"type": "native",
"status": "open",
"amount": [
123
],
"description": "<string>",
"endDate": "2023-11-07T05:31:56Z",
"maxSpend": 123,
"vaultId": "<string>",
"contract": "<string>",
"chainId": "<string>",
"transactionHash": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"sentAt": "2023-11-07T05:31:56Z"
}
],
"createdAt": "<string>",
"updatedAt": "<string>",
"author": {},
"community": {}
},
"account": {},
"membership": {
"id": "<string>",
"role": "<string>",
"wallet": "<string>",
"addMethod": "<string>",
"confirmedAt": "2023-11-07T05:31:56Z"
}
}
]
}Page of results to return.
Number of items per page to return. Defaults to 100.
Filter badge attributions by status
earned, claimed