Get markets
Market CRUD
Get markets
Fetch list of markets in the collection with pagination and filtering
GET
Get markets
Documentation Index
Fetch the complete documentation index at: https://docs.forestreet.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass a static API key for every request, provided by your customer support.
Path Parameters
ID of the collection to which the markets belong.
Required range:
x > 0Query Parameters
Search markets by id, name, or description.
Page number to retrieve, starting from 1.
Required range:
x > 0Number of markets per page.
Required range:
0 < x <= 100Field to sort markets by. Default is createdAt.
Available options:
id, name, createdAt, updatedAt, status Order of sorting. Default is desc.
Available options:
asc, desc Filter markets by archived status.
Filter markets by status.
Available options:
draft, publishing, published