Authorization: Bearer ********************{
"name": "测试创建 entity",
"logo": "https://static.elven.com/project/entity-default-logo.png",
"fairValueCostBasisMethodology": "FIFO",
"region": "China",
"defaultCurrency": "HKD",
"unit": "individuals",
"enableGst": false,
"enableJournalAudit": true,
"enableSystemAutomationJournalApproved": true,
"timezone": "Asia/Shanghai",
"startingDate": "2025-03-01"
}curl --location 'https://web-api.blockindex.com/project//entity' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "测试创建 entity",
"logo": "https://static.elven.com/project/entity-default-logo.png",
"fairValueCostBasisMethodology": "FIFO",
"region": "China",
"defaultCurrency": "HKD",
"unit": "individuals",
"enableGst": false,
"enableJournalAudit": true,
"enableSystemAutomationJournalApproved": true,
"timezone": "Asia/Shanghai",
"startingDate": "2025-03-01"
}'{
"status": "success",
"requestId": "ed458995-3eb1-48c9-90b3-1e6f4d57ab82",
"data": {
"channel": "APP",
"isMask": true,
"allowAggregation": false,
"entityId": "n68GZGfM8HnSm4yKX9xCcQ6Dqou3BN7h-12096",
"name": "测试创建 entity",
"logo": "https://static.elven.com/project/entity-default-logo.png",
"fairValueCostBasisMethodology": "FIFO",
"region": "China",
"defaultCurrency": "HKD",
"unit": "individuals",
"timezone": "Asia/Shanghai",
"enableGst": false,
"projectId": "gv4StrlbkGV6RuAL9ZSO2QWcpTqYsDl5-630",
"userId": "Ns98aa7alDje8Yi0S7WLvNT9C3oMpfUE-644",
"inventoryCostBasisMethodology": "FIFO",
"codeTableMaskId": "20603c36-4e41-5ec8-8814-cf94e56117b4",
"kmsArnMaskId": "",
"startingDate": "2025-03-01",
"adjustmentFrequency": {
"crypto": "DAY",
"fiat": "DAY",
"future": "DAY",
"options": "DAY",
"validatorStaking": "DAY"
},
"brokerInventorySelection": [
"CRYPTO"
],
"treasuryVerifyTolerance": {
"type": "DIFFERENCE",
"value": 0
},
"brokerInventoryMethod": "ACTUAL",
"updatedAt": "2025-03-25T07:34:30.506Z",
"createdAt": "2025-03-25T07:34:30.406Z",
"slug": null,
"enableCheckpoint": false,
"enableHourlyUpdate": false,
"checkpoint": "00:00:00",
"chartGroupOrder": null,
"deletedAt": null
}
}