Finance details
GET `/bc/calculator/finance-details` endpoint
Last updated
GET `/bc/calculator/finance-details` endpoint
Last updated
Calculates detailed finance info: taxes and payouts.
Query parameters:
Parameter name | Data Type | Description |
---|---|---|
Response example:
If operator was not found error response is returned with status code 400
operator
string
Operator name. For example, for operator acme
the value should be operator=acme
price
integer
Ticket price. Should be in integer format (cents). For example, for price 35.00
the value should be price=3500
odds
list of floats
List of event odds at time of ticket submission. Should be in decimal format with 2 digits after comma. For example, for odds 1.24
and 2.76
the value should be odds=1.24&odds=2.76