Authorization: Bearer ********************{
"name": "vesting",
"vestingProjectIds": "",
"underlyingCurrencyIds": [
1,
2
],
"entityAccountIds": [
2,
3
],
"sortField": "",
"sortDirection": ""
}curl --location 'https://web-api.blockindex.com/entity//vesting/getProjectList?page=undefined&limit=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "vesting",
"vestingProjectIds": "",
"underlyingCurrencyIds": [
1,
2
],
"entityAccountIds": [
2,
3
],
"sortField": "",
"sortDirection": ""
}'{
"status": "success",
"data": {
"totalCount": 1,
"list": [
{
"vestingProjectId": "VHRF1cmXniGqefxdWCKLBmZYMPhywgtr-78",
"entityId": "WurHlChiy3PNuOYfKnobGJsBwERr1VMC-12038",
"name": "123",
"vestingDate": "2025-01-01",
"vestingAmount": "1000000",
"vestingPrice": "1.00",
"vestingAmountFC": "1000000",
"assetId": "AgICT1utqjugZPW8UpXIDylcRhFOzmGY-14152",
"entityAccountIds": [
"VZWOWFbwmXniGqefxdWCKLBmZYMPhywg-9003091"
],
"tgeDate": null,
"cliffUnit": null,
"cliffCount": null,
"releaseUnit": null,
"releaseFrequency": null,
"releaseCount": null,
"asset": {
"assetId": "AgICT1utqjugZPW8UpXIDylcRhFOzmGY-14152",
"entityId": "WurHlChiy3PNuOYfKnobGJsBwERr1VMC-12038",
"category": "CRYPTO_CURRENCY",
"underlyingCurrencyId": "NGTf8NL7alDje8Yi0S7WLvNT9C3oMpfU-9090",
"derivativeId": null,
"underlyingCurrency": {
"underlyingCurrencyId": "NGTf8NL7alDje8Yi0S7WLvNT9C3oMpfU-9090",
"entityId": "0",
"name": "Bitcoin",
"symbol": "BTC",
"showSymbol": "BTC",
"logo": "https://static.elven.com/financial/token/wbtc.webp",
"type": "CRYPTO",
"detailPlatforms": {
"": {
"decimal_place": null,
"contract_address": ""
}
},
"uniqueId": "bitcoin",
"sign": null,
"syncStatus": "FINISHED",
"syncLog": null
}
},
"entityAccountList": [
{
"entityAccountId": "VZWOWFbwmXniGqefxdWCKLBmZYMPhywg-9003091",
"name": "ETH 账户",
"entityId": "WurHlChiy3PNuOYfKnobGJsBwERr1VMC-12038",
"identity": "0xa3e0c08ac55c3da4d19028876ad305119062cf71",
"platformId": "vWnV8j4fDsGXUPn258ITd0F6iogbxeAm-1",
"platformType": "CHAIN",
"memo": "",
"treasuryBalanceStatus": null,
"syncLog": null,
"usedProviderId": "9WLN7mbsc5uVngJfKGSUqkCP3XZ8a1r0-10",
"verifyProviderId": null,
"auxiliaryValueList": [],
"status": "NORMAL",
"accountLevel": "NONE",
"masterEntityAccountId": "0",
"identityList": [],
"minSigners": 0,
"platform": {
"platformId": "vWnV8j4fDsGXUPn258ITd0F6iogbxeAm-1",
"entityId": "0",
"name": "Ethereum",
"logo": "https://static.elven.com/project/ethereum.png",
"bigLogo": "https://static.elven.com/project/big/Ethereum.png",
"type": "CHAIN",
"slug": "ethereum",
"collectorDriver": "CUSTOM",
"csvDriverTemplateList": [
{
"name": "On-chain Transaction General Template",
"slug": "general-chain",
"description": "",
"isGeneral": true,
"downloadTemplateUrl": "https://static.blockindex.com/file/csv/On-chain Transaction General Template.csv"
}
],
"order": 1,
"note": {
"COLLECTOR": "Earliest data available: 2015/8/7",
"CSV": "Earliest data available: 2015/8/7"
},
"isBeta": true,
"enableMasterSubAccount": false,
"supportAggregation": false
}
}
]
}
]
},
"requestId": "ea0e8d6b-dcfb-4bb9-bfc4-b1c0d17ac107"
}