Authorization: Bearer ********************{
"vestingProjectIds": [
"75",
"90",
"33"
],
"underlyingCurrencyIds": [
"4",
"10",
"29"
],
"sortField": "velit occaecat ut ullamco dolore",
"sortDirection": "dolore minim"
}curl --location 'https://web-api.blockindex.com/entity//vesting/getScheduleList?page=undefined&limit=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"vestingProjectIds": [
"75",
"90",
"33"
],
"underlyingCurrencyIds": [
"4",
"10",
"29"
],
"sortField": "velit occaecat ut ullamco dolore",
"sortDirection": "dolore minim"
}'{
"status": "success",
"data": {
"totalCount": 5,
"list": [
{
"vestingScheduleId": "RMFkjfE6UIgM1rdxvefXVsJy8L3NOhBm-21167",
"entityId": "WurHlChiy3PNuOYfKnobGJsBwERr1VMC-12038",
"vestingProjectId": "VHRF1cmXniGqefxdWCKLBmZYMPhywgtr-78",
"vestingScheduleNo": "BTC-003",
"date": "2025-09-01",
"releaseRatio": "33.333333333333333333",
"releaseAmount": "333333.33333333333333333333",
"vestingProject": {
"vestingProjectId": "VHRF1cmXniGqefxdWCKLBmZYMPhywgtr-78",
"entityId": "WurHlChiy3PNuOYfKnobGJsBwERr1VMC-12038",
"name": "123",
"vestingDate": "2025-01-01",
"vestingAmount": "1000000",
"vestingPrice": "1.00",
"vestingAmountFC": "1000000",
"assetId": "9dRmL7lmbsc5uVngJfKGSUqkCP3XZ8a1-14153",
"entityAccountIds": [
"VZWOWFbwmXniGqefxdWCKLBmZYMPhywg-9003091"
],
"tgeDate": "2025-01-01",
"cliffUnit": "MONTH",
"cliffCount": 2,
"releaseUnit": "MONTH",
"releaseFrequency": 2,
"releaseCount": 6,
"asset": {
"assetId": "9dRmL7lmbsc5uVngJfKGSUqkCP3XZ8a1-14153",
"entityId": "WurHlChiy3PNuOYfKnobGJsBwERr1VMC-12038",
"category": "CRYPTO_CURRENCY",
"underlyingCurrencyId": "dvFJ3QIF136NhMlI02mEbTYknPQu4xSU-9037",
"derivativeId": null,
"underlyingCurrency": {
"underlyingCurrencyId": "dvFJ3QIF136NhMlI02mEbTYknPQu4xSU-9037",
"entityId": "0",
"name": "Ethereum",
"symbol": "ETH",
"showSymbol": "ETH",
"logo": "https://static.elven.com/financial/token/eth.webp",
"type": "CRYPTO",
"uniqueId": "ethereum",
"sign": null,
"syncStatus": "FINISHED",
"syncLog": null
}
}
}
}
]
},
"requestId": "0aec9002-7e40-40b8-a6ae-54811c4ac1a3"
}