Get AMM pools corresponding to an owner or collection symbol. At least one of required collectionSymbol or owner is required!
Query parameters
The collection symbol to query the pools from. At least this or "owner" must be passed in
The pools key to query by.
The owner public key to query the pools created by. At least this or "collectionSymbol" must be passed in
The number of items to skip, default 0, min 0
The numbers of items to return, default 100, min 1, max 500
Sort 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)
Sort 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)
Response
success response