Leaderboard
Fetching leaderboard data
Get all time total minted players
GET
https://api-test.blocklords.io:81/nftrush/leaderboard/minted/alltime/:session_id
Returns list of wallet addresses, their rewards and positions
Path Parameters
Name | Type | Description |
---|---|---|
session_id | integer | The game event ID. |
Get today's total minted players
GET
https://api-test.blocklords.io:81/nftrush/leaderboard/minted/today/:session_id
Returns list of wallet address, their rewards and options for today. Today by UTC timezone (GMT+0), London time.
Path Parameters
Name | Type | Description |
---|---|---|
session_id | integer | Game event id |
Get day's total minted players
GET
https://api-test.blocklords.io:81/nftrush/leaderboard/minted/day/:session_id/:date
Return list of winners for a specific day.
Path Parameters
Name | Type | Description |
---|---|---|
date | string | Date in format:
|
session_id | integer | Game event id |
Get all time total spent players
GET
https://api-test.blocklords.io:81/nftrush/leaderboard/spent/alltime/:session_id
List of players who spent most CWS during the game event
Path Parameters
Name | Type | Description |
---|---|---|
session_id | integer | Game event ID |
Get today's total spent players
GET
https://api-test.blocklords.io:81/nftrush/leaderboard/spent/today/:session_id
Path Parameters
Name | Type | Description |
---|---|---|
session_id | integer | Game event id |
Get day's total spent players
GET
https://api-test.blocklords.io:81/nftrush/leaderboard/spent/day/s:ession_id/:date
Return list of players by spent CWS amount for specific date.
Path Parameters
Name | Type | Description |
---|---|---|
session_id | integer | Game event ID |
date | string | Date in calendar in format:
|
Last updated