Retrieves a collection of assets (tokens and NFTs) for the specified blockchain.
chainId
: The chain identifier in CAIP-2 format (e.g., “eip155:1” for Ethereum mainnet, “solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp” for Solana mainnet)AssetsResponse
object containing:
nativeBalance
: Native token balance information (e.g., ETH for Ethereum)
balance
: Current balance as stringdecimals
: Number of decimal placesname
: Token namesymbol
: Token symbolrawBalance
: Raw balance valuemetadata
: Contains token logo and thumbnail URLstokenBalances
: Array of ERC20 token balances, each containing:
balance
: Current balance as stringdecimals
: Number of decimal placesname
: Token namesymbol
: Token symbolrawBalance
: Raw balance valuemetadata
: Additional token information including:
tokenAddress
: Contract addressverifiedContract
: Contract verification statustotalSupply
: Total token supplypercentageRelativeToTotalSupply
: Holder’s percentage of total supplynfts
: Array of NFT assets, each containing:
nftID
: Unique identifiername
: NFT namedescription
: NFT descriptionimageURL
: NFT image URLchainID
: Blockchain identifiercontractAddress
: NFT contract addresstokenID
: Token identifiercollection
: Collection informationlastSale
: Last sale information (price, currency, date)rarity
: Rarity information (rank and score)floorPrice
: Current floor price informationdetailedInfo
: Extended NFT information including: