Token Holders
Project daily holders
Get information about daily new and active holders of specific project's token.
Project ID
Start timestamp - default 30 days ago
Start timestamp - default now
Chain id default all
Token id. Default: released token with highest market cap.
GET /dev/v3/data/{project_id}/holders/holder-change HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
OK
No content
Project daily claimed reward
Get information about daily claimed reward in a specific project.
Project ID
Start timestamp. Default: 30 days before endTime
.
End timestamp. Default: current time.
Chain id default all
GET /dev/v3/data/{project_id}/holders/daily-claimed-rewards HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
OK
No content
Project daily holders interacting
Get information about daily smart contracts that project's token holders interact with.
Project ID
end timestamp
start timestamp
Chain id default all
Token id. Default: released token with highest market cap.
GET /dev/v3/data/{project_id}/holders/event-transfer-distribution HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
OK
No content
Project prominent holders
Get information about holders of specific project's token distribute by prominent.
Project ID
contract, wallet, foundation - default: foundation
Chain id default all
Token id. Default: released token with highest market cap.
GET /dev/v3/data/{project_id}/holders/prominent-balance HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
OK
No content
Project classified holders
Get the number of specific project's token holders classified by the whales, the normal wallet, and the forgotten wallet.
Project ID
The maximum balance of a forgotten wallet - default 10
Number of days the forgotten wallet is inactive - default 30
The minimum balance of a whale - default 1M
Chain id default all
Token id. Default: released token with highest market cap.
GET /dev/v3/data/{project_id}/holders/token-balance-distribution HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
OK
No content
Last updated