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

Token

PreviousWalletNextFoundation

Last updated 7 months ago

Get recent activities

This API is to request the activities informations of token.

Includes transactions and transfers within the transaction.

Get overall analytics

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

The returned data includes:

  • Wallet address

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

  • The rate of change in 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

  • Daily active user

  • Daily active users change rate

  • Daily transfers

  • Daily transfers change Rate

  • MarketCap

  • MarketCap change rate

  • TradingVolume

  • TradingVolume change rate

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

  • liquidityPairs: List of liquidity pair sorted in descending order by liquidity

  • exchanges: List of exchange sorted in descending order by volume

Get introduction of token

This API is to request the introduction of the token.

The returned data includes:

  • List of active chain and address of token on this chain

  • socialAccounts

  • tokenHealth

  • price

  • price change rate

Get the list of tokens

This API is to request the list of tokens sorted in descending order by tokenHealth.

Get trending token

This API is to request the list of trending tokens sorted in descending order by tradingVolumeChangeRate.

Get token overview

This API to get token overview.

Includes number of holders, markets informations.

💻

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 tokens

get
Authorizations
Query parameters
durationinteger · int32Optional

Duration to return change rate. Default: 24 hours.

categorystringOptional

Token category: Stablecoins, Smart Contract Platform, Layer 1 (L1), Exchange-based Tokens, Meme,... If not set, return tokens of all categories.

pageinteger · int32Optional

Page 1-based index. Default: 1

pageSizeinteger · int32Optional

Number of documents per page. Default: 10

orderBystringOptional

Sort by field. Default: tokenHealth

orderstringOptional

Sort direction: asc or desc. Default: desc

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

OK

No content

Get trending assets

get
Authorizations
Query parameters
limitinteger · int32Optional

Limit number of assets. Default: 5

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

OK

No content

Get token overview. Includes number of holders, markets information.

get
Authorizations
Path parameters
token_idstringRequired

Token ID

Query parameters
chainstringOptional

Chain ID

Responses
default
OK
get
GET /dev/v3/tokens/{token_id}/overview 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 token
  • GETGet introduction information of entity, Include: category, addresses, social accounts, supported chains, image url,...
  • Get the list of tokens
  • GETGet the list of tokens
  • Get trending token
  • GETGet trending assets
  • Get token overview
  • GETGet token overview. Includes number of holders, markets information.