---
title: "Get AMM pools corresponding to an owner or collection symbol. At least one of required collectionSymbol or owner is required!"
method: GET
path: "/mmm/pools"
tags: ["mmm"]
---

# Get AMM pools corresponding to an owner or collection symbol. At least one of required collectionSymbol or owner is required!

`GET /mmm/pools`

## Query parameters

- `collectionSymbol` string
- `pools` string[]
- `owner` string
- `offset` integer
- `limit` integer
- `field` '0' | '1' | '2' | '5'
- `direction` '0' | '1' | '2'

## Response `200`

success response

- IMmmPoolV2Response
  - `results` object[], required
    - `collectionName` string, required
    - `attributes` array[]
      - IAttributeV2[]
        - `trait_type` string, required
        - `value` unknown, required
    - `expiry` number, double, required
    - `collectionSymbol` string, required
    - `spotPrice` number, double, required
    - `curveType` 'linear' | 'exp' | 'xyk', required
    - `curveDelta` number, double, required
    - `reinvestFulfillBuy` boolean, required
    - `reinvestFulfillSell` boolean, required
    - `lpFeeBp` number, double, required
    - `buysideCreatorRoyaltyBp` number, double, required
    - `poolOwner` string, required
    - `sellsideAssetAmount` number, double, required
    - `buysidePaymentAmount` number, double, required
    - `buyOrdersAmount` number, double, required — quantity of buy orders
    - `poolType` 'buy_sided' | 'sell_sided' | 'two_sided' | 'invalid', required
    - `uuid` string, required
    - `poolKey` string, required
    - `cosigner` string, required
    - `blockedAt` string, date-time
    - `mints` string[]
    - `collectionSellerFeeBasisPoints` number, double, required
    - `lpFeeEarned` number, double, required
    - `buyPriceTaker` number, double
    - `isMIP1` boolean
    - `isOCP` boolean
    - `sharedEscrowInfo` ISharedEscrowInfo
      - `sharedEscrowAddress` string, required
      - `sharedEscrowCount` number, double, required
      - `sharedEscrowBuysidePaymentAmount` number, double, required
    - `updatedAt` string, required

---

[API](https://skmtc.net/magiceden/apis/magic-eden-api.md) · [All operations](https://skmtc.net/magiceden/apis/magic-eden-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magiceden/magic-eden-api/versions/66028b292693/schema)
