Accounts Api
interface AccountsApi
Content copied to clipboard
Functions
getAccounts
Link copied to clipboard
@GET(value = v1/accounts/list )
Content copied to clipboard
getBalance
Link copied to clipboard
@GET(value = /v1/accounts/{accountIdKey}/balance?instType=BROKERAGE&realTimeNAV=true )
Content copied to clipboard
getTransaction
Link copied to clipboard
@GET(value = /v1/accounts/{accountIdKey}/transactions/{transactionId} )
Content copied to clipboard
listTransactions
Link copied to clipboard
@GET(value = /v1/accounts/{accountIdKey}/transactions )
Content copied to clipboard
viewPortfolio
Link copied to clipboard
@GET(value = /v1/accounts/{accountIdKey}/portfolio )
Content copied to clipboard
Sources
jvm source
Link copied to clipboard