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?
optionaltokenLogoUrl:string
Defined in: packages/chaingraph-nodes/src/nodes/okx-dex-api/types.ts:110
tokenName?
optionaltokenName: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