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
Properties
decimal
decimal:
string=''
Defined in: packages/chaingraph-nodes/src/nodes/okx-dex-api/types.ts:36
Inherited from
isHoneyPot
isHoneyPot:
boolean=false
Defined in: packages/chaingraph-nodes/src/nodes/okx-dex-api/types.ts:42
Inherited from
taxRate
taxRate:
string=''
Defined in: packages/chaingraph-nodes/src/nodes/okx-dex-api/types.ts:49
Inherited from
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
tokenUnitPrice
tokenUnitPrice:
string=''
Defined in: packages/chaingraph-nodes/src/nodes/okx-dex-api/types.ts:70