Contracts
Get Intents
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/GetIntents" \ -H "Content-Type: application/json" \ -d '{}'{
"intents": [
{
"contractId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z",
"id": "string",
"marketHashName": "string",
"maxBuyPriceCents": "string",
"maxFloat": 0.1,
"minFloat": 0.1,
"referencePrices": [
{
"metric": "string",
"priceCents": "string",
"referenceIndex": 0,
"source": "string",
"valueCents": "string"
}
],
"snapshotId": "string",
"updatedAt": "2019-08-24T14:15:22Z"
}
],
"notFoundIds": [
"string"
]
}Empty