Get Token Onchain Smart Money Data

The Get Token Onchain Smart Money Data API allows you to potentially understand the investment decisions of influential players in a cryptocurrency project.

Log in to see full request history

Definition

"Get token onchain smart money data" refers to the process of retrieving information about the activities of large, influential investors (often called "smart money") within a specific cryptocurrency project, using data stored directly on the blockchain network (onchain data).

By analyzing onchain data, you can track smart money's movements related to a particular token. This might include:

  • Buying and selling activity: Identifying wallets associated with smart money and tracking their token purchases or sales.
  • Token holdings: Understanding the distribution of tokens among different wallet types, including smart money wallets.
  • Transaction size and frequency: Analyzing the volume and frequency of transactions involving smart money to gauge their level of interest or activity.
Query Params
string
required
Defaults to 6H

String - specify the duration for which you want the data to remain relevant or accessible. Can be one of the following: "6H" and "24H" (more will be added in the future). Default to "24H"

string
required

String - Defines dex chain

string
Defaults to buy

String - Specify the field by which users want the results to be sorted. Can be one of the following: "deposit", "withdraw" and "net". Default to "deposit".

string
Defaults to asc

String - Whether to return results in ascending (asc) or descending (desc) order. Ascending order is from oldest to newest transactions, descending order is from newest to oldest. Defaults to desc.

int32
Defaults to 1

Int - Defines the page number of the results to be retrieved from a paginated dataset. Default to 1.

int32
Defaults to 10

Int - Defines the maximum number of items to be returned per page in a paginated dataset. Default to 10.

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json