bf_account: bf_account - Betfair Account Environment w/ methods

Description Usage Arguments Value Methods

Description

Supply valid credentials, username, password and API key (see developer.betfair.com), returning an environment with methods (see Methods section below) for returning data about your account

Usage

1
bf_account(usr, pwd, key, jurisdiction = "default")

Arguments

usr

Betfair username

pwd

Betfair password

key

Betfair API key see developer.betfair.com

jurisdiction

login to different jurisdictions, enter "italy" for Italian exchange, "spain" for Spanish, and "romania" for Romanian

Value

returns environment with functions for various methods available for Betfair's Account API

Methods

funds()

Retrieve available funds, see funds

details()

Retreive account details, see details

statement(after = NULL, before = NULL, n = NULL, wallet = NULL, include = "ALL")

Return account statement with all transactions, including bets, deposits, withdrawals, and transfers, see statement

transfer(from = "uk", to = "aus", amount = 2)

Transfer funds from one wallet to another, see transfer


durtal/betfaiR documentation built on May 15, 2019, 6:01 p.m.