This query is deprecated. This query is longer supported. Instead use filterPairs with sort order on createdAt DESC

Returns: LatestPairConnection

Arguments

limit
Int

The maximum number of tokens to return.

networkFilter
[Int!]

The list of network IDs to filter by.

exchangeFilter
[String!]

The list of exchanges to filter by.

minLiquidityFilter
Int

The minimum amount of liquidity to filter by.

cursor
String

The cursor to use for pagination.

Schema

"""Returns new tokens listed over the last three days."""
getLatestPairs(limit: Int, networkFilter: [Int!], exchangeFilter: [String!], minLiquidityFilter: Int, cursor: String): LatestPairConnection @deprecated(reason: "This query is longer supported. Instead use filterPairs with sort order on createdAt DESC")