curl --request GET \
--url https://api.example.com/api/v1/tokenomics/schedule/{id} \
--header 'Authorization: Bearer <token>'{
"tokenomicsCategoryId": 123,
"allocatedAt": 123,
"value": 123,
"id": 1,
"createdAt": 123,
"updatedAt": 123,
"status": "ACTIVE"
}curl --request GET \
--url https://api.example.com/api/v1/tokenomics/schedule/{id} \
--header 'Authorization: Bearer <token>'{
"tokenomicsCategoryId": 123,
"allocatedAt": 123,
"value": 123,
"id": 1,
"createdAt": 123,
"updatedAt": 123,
"status": "ACTIVE"
}Documentation Index
Fetch the complete documentation index at: https://docs.extractor.live/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
OK
Tokenomics Category Id of the entry
Tokens allocation datetime
Tokens allocation amount
Unique identifier of the entity
1
Time when entity was created
Time when entity was updated
Status of the entity. Default: 'ACTIVE'
ACTIVE, DISABLED, DELETED