Interface: GetTokenPriceJSONResponse
moralis-monorepo / @moralisweb3/common-sol-utils / GetTokenPriceJSONResponse
Interface: GetTokenPriceJSONResponse
@moralisweb3/common-sol-utils.GetTokenPriceJSONResponse
Hierarchy
SuccessResponse
↳
GetTokenPriceJSONResponse
Table of contents
Properties
Properties
exchangeAddress
• Optional
exchangeAddress: string
Inherited from
SuccessResponse.exchangeAddress
exchangeName
• Optional
exchangeName: string
Inherited from
SuccessResponse.exchangeName
nativePrice
• Optional
nativePrice: Object
Type declaration
Name | Type |
---|---|
decimals | number |
name | string |
symbol | string |
value | string |
Inherited from
SuccessResponse.nativePrice
usdPrice
• Optional
usdPrice: number
Inherited from
SuccessResponse.usdPrice