Contracts
List Workspace Intent Rollup
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://loading/contracts.v1.Contracts/ListWorkspaceIntentRollup" \ -H "Content-Type: application/json" \ -d '{}'{
"items": [
{
"marketHashName": "string",
"maxFloat": 0.1,
"minFloat": 0.1,
"ownContributingCount": 0,
"side": "string",
"topPriceCents": "string"
}
],
"nextCursor": "string"
}Empty