Get marketplaces
GET /v2/marketplace
GET
/v2/marketplace
Retrieve a paginated list of marketplaces for the current organization.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” page[number]
number
Page number (starts at 1)
Example
1 page[size]
number
Items per page
Example
10Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”List of marketplaces with pagination information.
object
items
required
List of marketplaces
Array<object>
object
marketplaceId
required
The ID of the marketplace
string format: uuid
123e4567-e89b-12d3-a456-426614174000 name
required
The name of the marketplace
string
My Marketplace description
required
The description of the marketplace
string
A marketplace for digital assets type
required
The type of the marketplace
string
basic status
required
The status of the marketplace
string
active createdAt
required
The creation date of the marketplace
string format: date-time
2024-01-01T00:00:00.000Z page
required
Pagination information
object
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error