Contracts
Get Purchases
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/GetPurchases" \ -H "Content-Type: application/json" \ -d '{}'{
"notFoundIds": [
"string"
],
"purchases": [
{
"accountName": "string",
"contractId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z",
"flaggedForReviewAt": "2019-08-24T14:15:22Z",
"id": "string",
"listingAssetId": "string",
"listingId": "string",
"listingPriceCents": "string",
"marketHashName": "AK-47 | Redline (Field-Tested)",
"marketplace": "csfloat",
"maxBuyPriceCents": "string",
"platformFeeCents": "string",
"referencePrices": [
{
"metric": "string",
"priceCents": "string",
"referenceIndex": 0,
"source": "string",
"valueCents": "string"
}
],
"status": "PURCHASE_STATUS_UNSPECIFIED",
"strategy": "assignment",
"updatedAt": "2019-08-24T14:15:22Z",
"version": "string",
"workspaceId": "string"
}
]
}Empty