Centic Docs
  • ๐Ÿ“ŽWelcome to Centic - Center of Data Analytics!
  • ๐Ÿ’ปOur Products and Services
    • DApp Growth
    • Marketing Automation
    • Web3 Engagement
    • Entity-oriented API
      • DApps
        • Lending pool
        • Dexes
        • Gaming
      • Wallet
      • Token
      • Foundation
      • Growth Analytics
        • DApp Users
        • Token Holders
        • Social Media
        • Engagement
      • Marketing Automation
        • Campaigns
        • Actions
        • Report
        • AI Features
  • ๐Ÿ“ŠDatasets
  • ๐Ÿ–‡๏ธIntegration Process
  • ๐Ÿ”ŽFAQs
  • Other Resources
    • Website
    • Medium
    • Github
Powered by GitBook
On this page
  1. Our Products and Services
  2. Entity-oriented API
  3. Growth Analytics

Token Holders

PreviousDApp UsersNextSocial Media

Last updated 7 months ago

Project daily holders

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

Project daily claimed reward

Get information about daily claimed reward in a specific project.

Project daily holders interacting

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

Project prominent holders

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

Project classified holders

Get the number of specific project's token holders classified by the whales, the normal wallet, and the forgotten wallet.

๐Ÿ’ป

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

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

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

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

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

  • Project daily holders
  • GETGet Holder Change.
  • Project daily claimed reward
  • GETGet dYdX claimed rewards information.
  • Project daily holders interacting
  • GETGet Event Transfer Distribution.
  • Project prominent holders
  • GETGet Balance of Prominent.
  • Project classified holders
  • GETGet Addresses Distribution ver 2.