Skip to main content
const where: Asset_Bool_Exp = {
  chain_id: { _eq: chainId },
  auction_pool: {
    pool_config_starting_tick: {
      _gt: Date.now()
    }
  }
}

Query assets in auctions

Query graduated assets

Query up-coming assets