Skip to content

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

Class: TokenListResponse

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

TokenListResponse contains basic information about a token Used when listing multiple tokens without full details

Extended by

Constructors

Constructor

new TokenListResponse(): TokenListResponse

Returns

TokenListResponse

Properties

decimals

decimals: string = ''

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


tokenContractAddress

tokenContractAddress: string = ''

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


tokenLogoUrl?

optional tokenLogoUrl: string

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


tokenName?

optional tokenName: string

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


tokenSymbol

tokenSymbol: string = ''

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

Licensed under BUSL-1.1