Documentation Index
Fetch the complete documentation index at: https://docs.codex.io/llms.txt
Use this file to discover all available pages before exploring further.
Returns
See ExchangeFilterConnection
Show Properties
Show Properties
The list of exchanges matching the filter parameters.
See ExchangeFilterResult
Show Properties
Show Properties
Exchange metadata.
See FilterExchange
Show Properties
Show Properties
The address for the exchange factory contract.
The ID of the exchange (
address:networkId).The name of the exchange.
The version of the exchange. For example,
3 for UniswapV3.The URL for the exchange’s icon.
The network ID the factory is deployed on.
The URL for the exchange’s trading platform.
The number of transactions on the exchange in the past hour.
The number of transactions on the exchange in the past 4 hours.
The number of transactions on the exchange in the past 12 hours.
The number of transactions on the exchange in the past 24 hours.
The trade volume in USD in the past hour.
The trade volume in USD in the past 4 hours.
The trade volume in USD in the past 12 hours.
The trade volume in USD in the past 24 hours.
The trade volume in the network’s base token in the past hour.
The trade volume in the network’s base token in the past 4 hours.
The trade volume in the network’s base token in the past 12 hours.
The trade volume in the network’s base token in the past 24 hours.
The total unique daily active users.
The total unique monthly active users (30 days).
The number of exchanges returned.
Where in the list the server started when returning items.
Arguments
A set of filters to apply.
See ExchangeFilters
Show Properties
Show Properties
The number of transactions on the exchange in the past hour.
See StringFilter
The number of transactions on the exchange in the past 4 hours.
See StringFilter
The number of transactions on the exchange in the past 12 hours.
See StringFilter
The number of transactions on the exchange in the past 24 hours.
See StringFilter
The trade volume in USD in the past hour.
See StringFilter
The trade volume in USD in the past 4 hours.
See StringFilter
The trade volume in USD in the past 12 hours.
See StringFilter
The trade volume in USD in the past 24 hours.
See StringFilter
The trade volume in the network’s base token in the past hour.
See StringFilter
The trade volume in the network’s base token in the past 4 hours.
See StringFilter
The trade volume in the network’s base token in the past 12 hours.
See StringFilter
The trade volume in the network’s base token in the past 24 hours.
See StringFilter
The total unique daily active users.
See NumberFilter
The total unique monthly active users (30 days).
See NumberFilter
The list of exchange contract addresses to filter by.
The list of network IDs to filter by.
Scope to only verified exchanges
A phrase to search for. Can match an exchange address or ID (
address:networkId), or partially match an exchange name.A list of ranking attributes to apply.
See ExchangeRanking
Show Properties
Show Properties
The attribute to rank exchanges by.
See ExchangeRankingAttribute
The direction to apply to the ranking attribute.
See RankingDirection
The maximum number of exchanges to return.
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.