{ "operationId": "list_listings_collection_all", "method": "GET", "path": "/api/v2/listings/collection/{slug}/all", "request": { "parameters": { "slug": "string", "include_private_listings": true, "maker": "string", "limit": 20, "next.value": "string" } }, "response": { "200": { "listings": [ { "order_hash": null, "chain": null, "protocol_data": null, "protocol_address": null, "asset": null } ], "next": "string" } } }