Goldmine
Contracts

Get Transition

POST
/contracts.v1.Contracts/GetTransition

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/GetTransition" \  -H "Content-Type: application/json" \  -d '{}'
{
  "transition": {
    "contractId": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "deletedAt": "2019-08-24T14:15:22Z",
    "fromSnapshotId": "string",
    "id": "string",
    "marketHashName": "string",
    "toSnapshotId": "string",
    "type": "string",
    "updatedAt": "2019-08-24T14:15:22Z"
  }
}
Empty