The Specification
Standardized Seating File Specification.
Standardized Seating File specification
Type: Object
Format: JSON
Version: 1.1.0
Structure:
{
"spec_version": "1.1.0",
"window": string,
"table_name": string,
"game_number": string,
"game_type": string,
"tournament": boolean,
"bet_limit": <bet_limit_obj>,
"fast_fold": boolean,
"currency": string,
"table_size": integer
"small_blind_amount": decimal,
"big_blind_amount": decimal,
"ante_amount": decimal,
"button_seat": integer
"hero_player": string,
"players": [
<player_obj>,
<player_obj>
]
}Examples:
Last updated
Was this helpful?