buyin_amount

The buy-in amount for the tournament.

buyin_amount

The buy-in amount for the tournament (as specified in currency).

nullable: true

Can be omitted, null or zero if the tournament is free to enter, or if the only cost is for bounty or fee for example.

This is the buy-in amount and should not include bounty cost or tournament fees.

For example for a tournament which is $20 + $2 the buyin_amount would be 20.00. For a €5 + €5 + €1 bounty tournament the buyin_amount would be 5.00.

Type: decimal

Example:

"buyin_amount": 20.00

Last updated