BettingStatusService
A list of all methods in the BettingStatusService service. Click on the method name to view detailed information about that method.
| Methods | Description |
|---|---|
| BetsGetBettingStatusAsync | Returns current betting status. During maintenance windows betting could be disabled, you can call this operation to check the current betting status. |
BetsGetBettingStatusAsync
Returns current betting status. During maintenance windows betting could be disabled, you can call this operation to check the current betting status.
- HTTP Method:
GET - Endpoint:
/v4/bets/betting-status
Return Type
BettingStatusResponse
Example Usage Code Snippet
using PinnacleBets;
var client = new PinnacleBetsClient();
var response = await client.BettingStatus.BetsGetBettingStatusAsync();
Console.WriteLine(response);
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs