Token Holders

Project daily holders

Get information about daily new and active holders of specific project's token.

Get Holder Change.

get
Authorizations
Path parameters
project_idstringRequired

Project ID

Query parameters
startTimestringOptional

Start timestamp - default 30 days ago

endTimestringOptional

Start timestamp - default now

chainIdstringOptional

Chain id default all

tokenIdstringOptional

Token id. Default: released token with highest market cap.

Responses
default
OK
get
GET /dev/v3/data/{project_id}/holders/holder-change HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
default

OK

No content

Project daily claimed reward

Get information about daily claimed reward in a specific project.

Get dYdX claimed rewards information.

get
Authorizations
Path parameters
project_idstringRequired

Project ID

Query parameters
startTimeinteger · int32Optional

Start timestamp. Default: 30 days before endTime.

endTimeinteger · int32Optional

End timestamp. Default: current time.

chainIdstringOptional

Chain id default all

Responses
default
OK
get
GET /dev/v3/data/{project_id}/holders/daily-claimed-rewards HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
default

OK

No content

Project daily holders interacting

Get information about daily smart contracts that project's token holders interact with.

Get Event Transfer Distribution.

get
Authorizations
Path parameters
project_idstringRequired

Project ID

Query parameters
endTimestringOptional

end timestamp

startTimestringOptional

start timestamp

chainIdstringOptional

Chain id default all

tokenIdstringOptional

Token id. Default: released token with highest market cap.

Responses
default
OK
get
GET /dev/v3/data/{project_id}/holders/event-transfer-distribution HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
default

OK

No content

Project prominent holders

Get information about holders of specific project's token distribute by prominent.

Get Balance of Prominent.

get
Authorizations
Path parameters
project_idstringRequired

Project ID

Query parameters
typestringOptional

contract, wallet, foundation - default: foundation

chainIdstringOptional

Chain id default all

tokenIdstringOptional

Token id. Default: released token with highest market cap.

Responses
default
OK
get
GET /dev/v3/data/{project_id}/holders/prominent-balance HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
default

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.

Get Addresses Distribution ver 2.

get
Authorizations
Path parameters
project_idstringRequired

Project ID

Query parameters
fwBalancestringOptional

The maximum balance of a forgotten wallet - default 10

fwDaysstringOptional

Number of days the forgotten wallet is inactive - default 30

whaleBalancestringOptional

The minimum balance of a whale - default 1M

chainIdstringOptional

Chain id default all

tokenIdstringOptional

Token id. Default: released token with highest market cap.

Responses
default
OK
get
GET /dev/v3/data/{project_id}/holders/token-balance-distribution HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
default

OK

No content

Last updated