@somnia-chain/markets-sdk / index / listMarketCreators
Function: listMarketCreators()
listMarketCreators(
opts?,indexerUrl):Promise<IndexedMarketCreator[]>
Defined in: query.ts:1911
List MarketCreators, newest-first, paginated. Pass owner to scope to one
owner's machinery (the indexed "my creators", no log scan), operatorId /
venueId to scope to one operator/venue. Each row carries its nested
series. Indexer read.
Parameters
opts?
MarketCreatorFilter & object = {}
indexerUrl
string
Returns
Promise<IndexedMarketCreator[]>