Basic Info
Items | Feild | Description | Notice |
---|---|---|---|
Metadata |
| Contains the metadata information of the token. | |
Total Supply |
| Total supply of the token. | |
Default Account State |
| The default state of newly created accounts. "0" for Uninitialized, "1" for Initialized, "2" for Frozen. | Uninitialized (0): The token is newly created and not ready for use. It cannot perform any token operations and typically needs to be initialized to become active. |
Nontransferable |
| Indicates whether the token is non-transferable, "1" means non-transferable, "0" means transferable | |
Creators |
| Contains information about the token creators. | |
Transfer Fee |
| Configuration information for transfer fees. | "Scheduled Fee" would take effect and turn into "Current Fee" when the epoch is reached. |
Transfer Hook |
| If there is any external hook in the token programme. | Hook may block user from trading |
Holders |
| List of top 10 addresses holding the token and their balances. | |
Trusted Token | trusted_token | If the token is a famous and trustworthy one. "1" means yes. | This field is intended to identify well-known and reputable tokens. Trusted tokens with special functions (such as the mintable function in USDC) are generally not considered risk items. Please note that a value other than “1” does not indicate that the token is untrustworthy. We recommend properly evaluating and handling tokens with values other than “1” to avoid unnecessary disputes. |
Token Functions and Risks
Items | Feild | Description | Notice |
---|---|---|---|
Metadata Mutable |
| Whether the metadata is mutable. | |
Mintable |
| Whether the token is mintable. | |
Freezable |
| Whether the developer can block any other users from trading. | |
Closable |
| Whether the developer can close the token programme at any time. If the programme is closed, all the assets would be eliminated. | |
Transfer Fee Upgradable | transfer_fee_upgradable | Whether the transfer fee of the token can be upgraded | |
Default Account State Upgradable | default_account_state_upgradable | whether the default account state can be upgradable. | |
Balance Mutable | balance_mutable_authority | Whether the developer can temper with users token balance. | |
Hook Upgradable | transfer_hook_upgradable | Whether the transfer hook is upgradable. |
Dex Info
Items | Feild | Description | Notice |
---|---|---|---|
Dex Name |
| Name of the DEX. | |
Dex Type |
| Type of the DEX, could be "standard" or "concentrated". | |
Liquidity ID |
| Address of the liquidity pool. | |
TVL |
| Total value locked (TVL) in the liquidity pool. | |
LP Total Amount |
| Total amount of liquidity provider tokens, only shown when type is "standard" | |
Fee Rate |
| Transaction fee rate. | |
Day Volume |
| Trading data for last day. | |
Week Volume |
| Trading data for last week. | |
Month Volume |
| Trading data for last month. | |
Price |
| Current price (Unitless, count by two tokens in the pool). | |
Open Time |
| The epoch when trading is opened. | |
LP Holders |
| List of top10 liquidity holders and their balances of the largest main token(SOL, USDC, USDT) liquidity pool. |