Skip to content

Instantly share code, notes, and snippets.

@0xm1kr
Created April 21, 2024 15:46
Show Gist options
  • Save 0xm1kr/72c6952468e0f2e611c11a380a181f5d to your computer and use it in GitHub Desktop.
Save 0xm1kr/72c6952468e0f2e611c11a380a181f5d to your computer and use it in GitHub Desktop.
REST: /api/v0/badge-attribution?rewardProvider=thankape
[
{
"badge": {
"id": "BBBB-BBBB-BBBB-BBBB",
"name": "Profile Ace",
"reward": {
"provider": "thankape",
"type": "erc20",
"contract": "0x0",
"chainId": 1,
"amount": [
10
]
}
},
"attributions": [
{
"wallet": "0x0",
"earnedAt": "2024-04-21 00:04:57.28",
"reward": {
"provider": "thankape",
"amount": 10
}
},
{
"wallet": "0x1",
"earnedAt": "2024-04-21 00:04:57.28",
"reward": {
"provider": "thankape",
"amount": 10
}
}
]
},
{
"badge": {
"id": "AAAA-AAAA-AAAA-AAAA",
"name": "Loyal Ape",
"reward": {
"provider": "thankape",
"type": "erc20",
"contract": "0x0",
"chainId": 1,
"amount": [
1,
5,
10,
15
]
}
},
"attributions": [
{
"wallet": "0x0",
"earnedAt": "2024-04-21 00:04:57.28",
"reward": {
"provider": "thankape",
"amount": 1
}
},
{
"wallet": "0x1",
"earnedAt": "2024-04-21 00:04:57.28",
"reward": {
"provider": "thankape",
"amount": 5
}
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment