getOrderStatuses

abstract fun getOrderStatuses(exchangeId: String): List<OrderStatus>

Retrieves the list of Order Statuses for the specified exchange ID.

Return

A list of OrderStatus objects representing the Order Statuses for the specified exchange, or an empty list if none are found.

Parameters

exchangeId

The ID of the exchange to retrieve Order Statuses for.

Throws

if OrderStatuses is not found or exchange does not exist.