viewPortfolio

@GET(value = /v1/accounts/{accountIdKey}/portfolio)
abstract fun viewPortfolio(@Path(value = accountIdKeyaccountIdKey: String, @QueryMap() options: Map<String, String>): Call<PortfolioResponse>

Sources

jvm source
Link copied to clipboard