Pot
Pot related API endpoints.
Get current pot info
Info about the current pot
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"pot_id": 4
"pot_limit": "1000000000000000000",
"pot_size": "132207300000000000",
"tickets_issued": 7
"tickets_remaining": 13
}{
"message": "INTERNAL_SERVER_ERROR",
"code": 500
}{
"message": "INCORRECT_CHAIN",
"code": 400
}Get previous winners
All previous winners in the raffle
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Get pot leaderboard
All contestants of a pot
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Get last day pot leaderboard
Contestants of the current pot that earned tickets in the last 24 hours
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated