Authorization: Bearer ********************{
"name": "123",
"conditions": [
{
"operator": "ON",
"value": [
"2025-04-01"
],
"column": 7,
"columnType": "DATETIME"
}
],
"businessDataTypeId": "zCt1a0FCXmZctjq06FbR4W3Gk8EBn2Iw-458",
"derivativeType": "FUTURE",
"action": {
"datetime": 7,
"timezone": "UTC",
"referenceNo": 2,
"type": "FUTURE_REALIZED",
"assetName": 3,
"positionSide": 5,
"currency": 4,
"amount": 1
}
}curl --location --globoff 'https://web-api.blockindex.com/entity/{{entityId}}/valuation/derivative/fact/transformer' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "123",
"conditions": [
{
"operator": "ON",
"value": [
"2025-04-01"
],
"column": 7,
"columnType": "DATETIME"
}
],
"businessDataTypeId": "zCt1a0FCXmZctjq06FbR4W3Gk8EBn2Iw-458",
"derivativeType": "FUTURE",
"action": {
"datetime": 7,
"timezone": "UTC",
"referenceNo": 2,
"type": "FUTURE_REALIZED",
"assetName": 3,
"positionSide": 5,
"currency": 4,
"amount": 1
}
}'{
"status": "success",
"data": {
"derivativeFactTransformerId": "flGh2UTJL2a9H5pzg6UmfehXWSO8FudK-44",
"entityId": "Ncot8E87alDje8Yi0S7WLvNT9C3oMpfU-12069",
"businessDataTypeId": "zCt1a0FCXmZctjq06FbR4W3Gk8EBn2Iw-458",
"derivativeType": "FUTURE",
"name": "123",
"conditions": [
{
"operator": "ON",
"value": [
"2025-04-01"
],
"column": 7,
"columnType": "DATETIME"
}
],
"action": {
"datetime": 7,
"timezone": "UTC",
"referenceNo": 2,
"type": "FUTURE_REALIZED",
"assetName": 3,
"positionSide": 5,
"currency": 4,
"amount": 1
},
"enabled": true,
"status": "FINISHED",
"updatedAt": "2025-04-17T02:54:40.447Z",
"createdAt": "2025-04-17T02:54:40.447Z",
"deletedAt": null
},
"requestId": "063544e1-920b-48a1-887d-a34b74edf490"
}