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

Foundation

PreviousTokenNextGrowth Analytics

Last updated 7 months ago

Get recent activities

This API is to request the activities informations of project.

Includes transactions and transfers within the transaction.

Get overall analytics

This API is to get the overall analytics. You can request the project ID and Chain ID get overall analytics.

The returned data includes:

  • Project ID

  • Return total assets in the last 7 days and the time you query.

  • The rate of change in the amount of assets of the following day compared to the previous day

  • Cumulative profit and loss in the last 7 days

  • Daily profit and loss in last 7 days

  • greatEvents: List of great events sorted in descending order by amount

  • inflowTokens: List of inflow tokens

  • outflowTokens: List of outflow tokens

  • inflow: Daily volume deposited on the exchange the last 15 days

  • outflow: Daily volume withdrawal on the exchange in the last 15 days

Get introduction of Cexes

This API is to request the introduction of the Project.

The returned data includes:

  • List of active chains and addresses of cexes on this chain

  • Social accounts

  • Rank

  • Volume

  • Volume change logs in last 30 days

  • Number of markets

  • Number of coins

Get the list of Cexes

This API is to request the list of Cexes sorted in descending order by tradingVolume.

๐Ÿ’ป

Get activities information of entity. Includes entity transactions and transfers within the transaction.

get
Authorizations
Query parameters
idstringRequired

Entity id

typestringRequired

Entity type. Options: profile, wallet, project, token

projectTypestringOptional

Project type. Use if type is project. Options: defi, nft, exchange

chainstringOptional

Chain ID

byTokenbooleanOptional

Display token or not

byNFTbooleanOptional

Display NFT or not

receivebooleanOptional

Display action receive assets or not

sendbooleanOptional

Display action send assets or not

pageinteger ยท int32Optional

Page 1-based index. Default: 1

pageSizeinteger ยท int32Optional

Number of documents per page. Default: 25

interactionsstringOptional

Filter by interaction methods, methods are separated by commas.

tokenstringOptional

Filter by token ID

fromAddressstringOptional

Filter by from address

toAddressstringOptional

Filter by to address

Responses
default
OK
get
GET /dev/v3/common/activities HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
default

OK

No content

Get entity analytics about assets and markets.

get
Authorizations
Query parameters
idstringRequired

Entity id

typestringRequired

Entity type. Options: profile, wallet, project, token

projectTypestringOptional

Project type. Use if type is project. Options: defi, nft, exchange

chainstringOptional

Chain ID

Responses
default
OK
get
GET /dev/v3/common/analytics HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
default

OK

No content

Get introduction information of entity, Include: category, addresses, social accounts, supported chains, image url,...

get
Authorizations
Query parameters
idstringRequired

Entity id

typestringRequired

Entity type. Options: profile, wallet, project, token

projectTypestringOptional

Project type. Use if type is project. Options: defi, nft, exchange

Responses
default
OK
get
GET /dev/v3/common/introduction HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
default

OK

No content

Get the list of exchanges

get
Authorizations
Query parameters
durationinteger ยท int32Optional

Duration to return change rate. Default: 24 hours.

categorystringOptional

Exchange category: Cexes, Dexes. If not set, return all exchanges.

pageinteger ยท int32Optional

Page 1-based index. Default: 1

pageSizeinteger ยท int32Optional

Number of documents per page. Default: 10

orderBystringOptional

Sort by field. Default: tradingVolume

orderstringOptional

Sort direction: asc or desc. Default: desc

Responses
default
OK
get
GET /dev/v3/ranking/exchanges HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
default

OK

No content

  • Get recent activities
  • GETGet activities information of entity. Includes entity transactions and transfers within the transaction.
  • Get overall analytics
  • GETGet entity analytics about assets and markets.
  • Get introduction of Cexes
  • GETGet introduction information of entity, Include: category, addresses, social accounts, supported chains, image url,...
  • Get the list of Cexes
  • GETGet the list of exchanges