Balances Response Fields

This page describes the fields of the response provided by the User Balances API

An Object with the following fields:

  • nativeBalance: number- Native token balance

  • nfts: Array

    • blockNumberMinted: number- Block at which the NFT was minted

    • contractType: string- Token decimals

    • tokenTame: string- Name of the NFT

    • ownerOf: string- User which owns the NFT

    • tokenSymbol: string- Symbol of the NFT

    • tokenAddress: string- Address of the NFT collection

    • tokenId: string- NFT id

    • tokenUri: string- URL of the NFT metadata

  • tokenBalances: Array

    • tokenAddress: number- Token address

    • tokenSymbol: number- Token symbol

    • tokenName: number- Token name

    • tokenDecimals: number- Token decimals

    • balance: number- Token balance

    • logoURL: string- URL to the Token logo

Last updated