Skip to main content

Interface: GetPortfolioJSONResponse

moralis-monorepo / @moralisweb3/common-sol-utils / GetPortfolioJSONResponse

Interface: GetPortfolioJSONResponse

@moralisweb3/common-sol-utils.GetPortfolioJSONResponse

Hierarchy

  • SuccessResponse

    GetPortfolioJSONResponse

Table of contents

Properties

Properties

nativeBalance

nativeBalance: Object

Type declaration

NameType
lamportsstring
solanastring

Inherited from

SuccessResponse.nativeBalance


nfts

nfts: { associatedTokenAddress: string ; mint: string ; name: string ; symbol: string }[]

Inherited from

SuccessResponse.nfts


tokens

tokens: { amount: string ; amountRaw: string ; associatedTokenAddress: string ; decimals: number ; mint: string ; name: string ; symbol: string }[]

Inherited from

SuccessResponse.tokens