Skip to content

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

Class: TokenListInfo

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

TokenListInfo is an alias for TokenListResponse

Extends

Constructors

Constructor

new TokenListInfo(): TokenListInfo

Returns

TokenListInfo

Inherited from

TokenListResponse.constructor

Properties

decimals

decimals: string = ''

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

Inherited from

TokenListResponse.decimals


tokenContractAddress

tokenContractAddress: string = ''

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

Inherited from

TokenListResponse.tokenContractAddress


tokenLogoUrl?

optional tokenLogoUrl: string

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

Inherited from

TokenListResponse.tokenLogoUrl


tokenName?

optional tokenName: string

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

Inherited from

TokenListResponse.tokenName


tokenSymbol

tokenSymbol: string = ''

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

Inherited from

TokenListResponse.tokenSymbol

Licensed under BUSL-1.1