Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-nodes / TokenInfo

Class: TokenInfo

Defined in: packages/chaingraph-nodes/src/nodes/okx-dex-api/types.ts:30

TokenInfo provides detailed information about a token on a blockchain

Contains essential data like contract address, symbol, decimal precision, and security indicators like honeypot detection and tax rates.

Extended by

Constructors

Constructor

new TokenInfo(): TokenInfo

Returns

TokenInfo

Properties

decimal

decimal: string = ''

Defined in: packages/chaingraph-nodes/src/nodes/okx-dex-api/types.ts:36


isHoneyPot

isHoneyPot: boolean = false

Defined in: packages/chaingraph-nodes/src/nodes/okx-dex-api/types.ts:42


taxRate

taxRate: string = ''

Defined in: packages/chaingraph-nodes/src/nodes/okx-dex-api/types.ts:49


tokenContractAddress

tokenContractAddress: string = ''

Defined in: packages/chaingraph-nodes/src/nodes/okx-dex-api/types.ts:56


tokenSymbol

tokenSymbol: string = ''

Defined in: packages/chaingraph-nodes/src/nodes/okx-dex-api/types.ts:63


tokenUnitPrice

tokenUnitPrice: string = ''

Defined in: packages/chaingraph-nodes/src/nodes/okx-dex-api/types.ts:70

Licensed under BUSL-1.1