GET
/
game_assets
/
blast_leaderboard
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    {
      "deposits": 123,
      "invited_by_wallet": "<string>",
      "total_gold": 123,
      "total_points": 123,
      "trading_notional": 123,
      "wallet": "<string>"
    }
  ],
  "success": true
}

Response

200
application/json
OK
error
string
pagination
object
result
object[]
success
boolean