oanda-rest-api-0.1.0.0: Client to the OANDA REST API

Safe HaskellNone
LanguageHaskell2010

OANDA.Accounts

Description

Defines the endpoints listed in the Accounts section of the API.

Synopsis

Documentation

accounts :: OandaEnv -> IO (Vector Account) Source

Get all accounts for given access token

accountInfo :: OandaEnv -> AccountID -> IO AccountInfo Source

Get all account info associated with an account ID.