list

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

Sources

jvm source
Link copied to clipboard