Returns: ExchangeFilterConnection

Arguments

filters
ExchangeFilters
A set of filters to apply.
phrase
String
A phrase to search for. Can match an exchange address or ID (address:networkId), or partially match an exchange name.
rankings
[ExchangeRanking]
A list of ranking attributes to apply.
limit
Int
The maximum number of exchanges to return.
offset
Int
Where in the list the server should start when returning items. Use count+offset from the previous query to request the next page of results.

Schema

"""Returns a list of exchanges based on a variety of filters."""
filterExchanges(filters: ExchangeFilters, phrase: String, rankings: [ExchangeRanking], limit: Int, offset: Int): ExchangeFilterConnection