Get AMM pools corresponding to an owner or collection symbol. At least one of required collectionSymbol or owner is required!Ask AIget https://api-mainnet.magiceden.dev/v2/mmm/poolsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Query ParamscollectionSymbolstringThe collection symbol to query the pools from. At least this or "owner" must be passed inpoolsarray of stringsThe pools key to query by.poolsADD stringownerstringThe owner public key to query the pools created by. At least this or "collectionSymbol" must be passed inoffsetintegerThe number of items to skip, default 0, min 0limitintegerThe numbers of items to return, default 100, min 1, max 500fieldstringenumSort pools by field. 0: NONE (no sorting field, default), 1: ADDRESS (sort pools by pool address), 2: SPOT_PRICE (sort pools by pool spot price), 5: BUYSIDE_ADJUSTED_PRICE (sort pools by buyside_adjusted_price = spot_price - royalty_fee - lp_fee)0125Allowed:0125directionstringenumSort pools by field in specified directions. 0: NONE (no sorting direction, default to increasing order if field is specified), 1: DESC (descending), 2: INC (increasing)012Allowed:012Response 200success responseUpdated 7 months ago