📄️ getActiveBetData
The getActiveBetData method is a utility for retrieving active bet information associated with a specified bettor. It simplifies the process of fetching data by encapsulating API logic, handling request and response management internally, and providing a structured output.\
📄️ getBetDetails
The getBetDetails method is a straightforward way to fetch detailed information about a specific bet. By providing the unique betId, developers can retrieve all the essential details related to the bet, such as the bettor's address, amount staked, payout information, odds, status, and more.\
📄️ getOddsHistory
The getOddsHistory method allows developers to fetch the historical odds for a specific condition using its unique conditionId. This method is particularly useful for understanding how odds have fluctuated over time, providing valuable insights for analysis, strategy building, or making informed decisions.\
📄️ getMySlips
The getMySlips method enables developers to fetch a bettor's complete betting slip history. This includes detailed information about past bets, such as amounts, odds, premiums, statuses, and potential payouts. \
📄️ getSlipHistory
The getSlipHistory method provides developers with a comprehensive way to retrieve a bettor's historical betting slips. It enables tracking all previous bets along with detailed information such as bet IDs, odds, amounts, payouts, and their current statuses.\
📄️ getPoolApr
The getPoolApr method retrieves the current Annual Percentage Rate (APR) for the pool. This helps users track the pool's performance over the year. The response includes the APR value if successful, or an error message if the call fails.
📄️ getMyDeposits
The getMyDeposits method allows you to access the deposit history of a specific wallet address, enabling users to track their deposits over time. This is particularly useful for monitoring deposit activities related to betting, insurance, or other financial transactions. The response includes a list of deposits, each containing relevant details such as the amount, deposit ID, and timestamp.
📄️ getTransactionHistory
The getTransactionHistory method is a powerful tool for retrieving all transactions associated with a specific wallet address. It enables users to track every transaction, including deposits, withdrawals, and their corresponding details such as transaction hashes, amounts, and timestamps.\
📄️ getBetsStatusData
The getBetsStatusData method allows developers to fetch the status of a bettor's bet. It includes detailed information like bet ID, status, potential payouts, and cover status. This method is ideal for tracking and claiming bet covers, checking bet statuses, or monitoring active/resolved bets.