GetExchangesFilter

class GetExchangesFilter(val exchangeIds: List<String>? = null, val from: String? = null) : Filter

Represents a filter for retrieving exchanges based on specific criteria.

Constructors

Link copied to clipboard
constructor(exchangeIds: List<String>? = null, from: String? = null)

Properties

Link copied to clipboard
val exchangeIds: List<String>? = null

The list of exchange IDs to filter by.

Link copied to clipboard
val from: String? = null

The source identifier for exchanges.