curl --request GET \
--url https://api.other.page/v1/badges/{id}/attribution \
--header 'X-Api-Key: <api-key>'
{
"total": 123,
"perPage": 123,
"page": 123,
"results": [
{
"id": "<string>",
"wallet": "<string>",
"earnedAt": "2023-11-07T05:31:56Z",
"claimedAt": "2023-11-07T05:31:56Z",
"rewards": [
{
"id": "<string>",
"image": "<string>",
"provider": "Thank APE",
"providerImage": "<string>",
"name": "<string>",
"type": "native",
"status": "open",
"vaultId": "<string>",
"contract": "<string>",
"chainId": "<string>",
"amount": [
123
],
"description": "<string>",
"endDate": "2023-11-07T05:31:56Z",
"maxSpend": 123,
"transactionHash": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"sentAt": "2023-11-07T05:31:56Z"
}
],
"requirements": [
[
"<any>"
]
],
"memberId": "<string>"
}
]
}
curl --request GET \
--url https://api.other.page/v1/badges/{id}/attribution \
--header 'X-Api-Key: <api-key>'
{
"total": 123,
"perPage": 123,
"page": 123,
"results": [
{
"id": "<string>",
"wallet": "<string>",
"earnedAt": "2023-11-07T05:31:56Z",
"claimedAt": "2023-11-07T05:31:56Z",
"rewards": [
{
"id": "<string>",
"image": "<string>",
"provider": "Thank APE",
"providerImage": "<string>",
"name": "<string>",
"type": "native",
"status": "open",
"vaultId": "<string>",
"contract": "<string>",
"chainId": "<string>",
"amount": [
123
],
"description": "<string>",
"endDate": "2023-11-07T05:31:56Z",
"maxSpend": 123,
"transactionHash": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"sentAt": "2023-11-07T05:31:56Z"
}
],
"requirements": [
[
"<any>"
]
],
"memberId": "<string>"
}
]
}
Number of items per page to return. Defaults to 100.
Page of results to return.
Filter attributions by status
earned
, claimed
The response is of type object
.