Skip to content

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

Class: TokenInfoList

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

TokenInfoList represents a single token info entry This is a type alias for TokenInfo in the original API

Extends

Constructors

Constructor

new TokenInfoList(): TokenInfoList

Returns

TokenInfoList

Inherited from

TokenInfo.constructor

Properties

decimal

decimal: string = ''

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

Inherited from

TokenInfo.decimal


isHoneyPot

isHoneyPot: boolean = false

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

Inherited from

TokenInfo.isHoneyPot


taxRate

taxRate: string = ''

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

Inherited from

TokenInfo.taxRate


tokenContractAddress

tokenContractAddress: string = ''

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

Inherited from

TokenInfo.tokenContractAddress


tokenSymbol

tokenSymbol: string = ''

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

Inherited from

TokenInfo.tokenSymbol


tokenUnitPrice

tokenUnitPrice: string = ''

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

Inherited from

TokenInfo.tokenUnitPrice

Licensed under BUSL-1.1