curl --request GET \
--url https://api.example.com/api/v1/instance/{id}/tokenomics \
--header 'Authorization: Bearer <token>'{
"data": [
{
"name": "<string>",
"total": 123,
"current": 123,
"real": 123
}
],
"total": 123
}Tokenomics data aggregated from RDB and ScoreChange
curl --request GET \
--url https://api.example.com/api/v1/instance/{id}/tokenomics \
--header 'Authorization: Bearer <token>'{
"data": [
{
"name": "<string>",
"total": 123,
"current": 123,
"real": 123
}
],
"total": 123
}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.