getBalance

@GET(value = /v1/accounts/{accountIdKey}/balance?instType=BROKERAGE&realTimeNAV=true)
abstract fun getBalance(@Path(value = accountIdKeyaccountIdKey: String): Call<BalanceResponse>

Sources

jvm source
Link copied to clipboard