v1

latestOpenAPI 3.0.1Apache 2.02026-07-2686219209.3 KB
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

collectionSymbolstring

The collection symbol to query the pools from. At least this or "owner" must be passed in

poolsstring[]

The pools key to query by.

ownerstring

The owner public key to query the pools created by. At least this or "collectionSymbol" must be passed in

offsetinteger

The number of items to skip, default 0, min 0

limitinteger

The numbers of items to return, default 100, min 1, max 500

field'0' | '1' | '2' | '5'

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)

direction'0' | '1' | '2'

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