tournament_finishes_and_winnings
A list of all known finishes and prizes.
tournament_finishes_and_winnings
An array of <tournament_finish_obj> objects listing the finishing positions and prizes of all players in the tournament, including those who have not yet been eliminated.
Type: array of <tournament_finish_obj> objects
Example:
"tournament_finishes_and_winnings": [
<tournament_finish_obj>,
<tournament_finish_obj>,
<tournament_finish_obj>
]
Last updated
Was this helpful?