latestOpenAPI 3.1.02026-08-1051108155.9 KB
6e6f8dad92bf
Points
Returns a list of points periods for a given address and season
get/v1/points
Query parameters
addressstring hex required
Example:0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
Address of account
seasoninteger required
Example:1
Season number
epochinteger required
Example:1
Epoch number within the season
Response
Example response
{
"data": [
{
"address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
"createdAt": 1712019600000,
"endedAt": 1712019600000,
"epoch": 1,
"id": "9036443a-441a-4a66-87f2-bd5c44cdca7a",
"points": "13.256",
"referralPoints": "1.95",
"season": 1,
"startedAt": 1712019600000,
"updatedAt": 1712019600000
}
]
}