---
title: "GET /v1/{chainName}/address/{walletAddress}/balances_nft/"
method: GET
path: "/v1/{chainName}/address/{walletAddress}/balances_nft/"
tags: ["get-nfts-for-address"]
---

# GET /v1/{chainName}/address/{walletAddress}/balances_nft/

`GET /v1/{chainName}/address/{walletAddress}/balances_nft/`

Commonly used to render the NFTs (including ERC721 and ERC1155) held by an address.

## Path parameters

- `chainName` string, required
- `walletAddress` string, required

## Query parameters

- `no-spam` boolean
- `no-nft-asset-metadata` boolean

## Response `200`

Successful response

- object
  - `address` string — The requested address.
  - `updated_at` string, date-time — The timestamp when the response was generated. Useful to show data staleness to users.
  - `chain_tip_height` integer — The latest block height of the blockchain at the time this response was provided.
  - `chain_tip_signed_at` string, date-time — The timestamp of the latest signed block at the time this response was provided.
  - `items` object[] — List of response items.
    - `contract_name` string — The string returned by the `name()` method.
    - `contract_ticker_symbol` string — The ticker symbol for this contract. This field is set by a developer and non-unique across a network.
    - `contract_address` string — Use the relevant `contract_address` to lookup prices, logos, token transfers, etc.
    - `supports_erc` string[] — A list of supported standard ERC interfaces, eg: `ERC20` and `ERC721`.
    - `is_spam` boolean — Denotes whether the token is suspected spam. Supported on all Foundational Chains.
    - `last_transfered_at` string, date-time — The timestamp when the token was transferred.
    - `block_height` integer — The height of the block.
    - `balance` string — b;The asset balance. Use `contract_decimals` to scale this balance for display purposes.
    - `balance_24h` string — b;The 24h asset balance. Use `contract_decimals` to scale this balance for display purposes.
    - `type` string
    - `floor_price_quote` number, double — The current floor price converted to fiat in `quote-currency`. The floor price is determined by the last minimum sale price within the last 30 days across all the supported markets where the collection is sold on.
    - `pretty_floor_price_quote` string — A prettier version of the floor price quote for rendering purposes.
    - `floor_price_native_quote` number, double — The current floor price in native currency. The floor price is determined by the last minimum sale price within the last 30 days across all the supported markets where the collection is sold on.
    - `nft_data` object[]
      - `token_id` string — b;The token's id.
      - `token_url` string
      - `original_owner` string — The original minter.
      - `current_owner` string — The current holder of this NFT.
      - `external_data` object
        - `name` string
        - `description` string
        - `asset_url` string
        - `asset_file_extension` string
        - `asset_mime_type` string
        - `asset_size_bytes` string
        - `image` string
        - `image_256` string
        - `image_512` string
        - `image_1024` string
        - `animation_url` string
        - `external_url` string
        - `attributes` object[]
          - `trait_type` string
          - `value` string
        - `thumbnails` object — Various thumbnails of the asset.
          - `image_256` string — Resized 256x256 image of the asset.
          - `image_512` string — Resized 512x512 image of the asset.
          - `image_1024` string — Resized 1024x1024 image of the asset.
          - `image_opengraph_url` string — Resized image of the asset for OpenGraph.
          - `thumbhash` string — Base64 encoded hash of the thumbnail.
        - `image_preview` string — The image preview URL.
        - `asset_properties` object — The asset properties.
          - `asset_width` integer — The width of the asset.
          - `asset_height` integer — The height of the asset.
          - `dominant_color` string — The dominant color of the asset.
      - `asset_cached` boolean — If `true`, the asset data is available from the Covalent CDN.
      - `image_cached` boolean — If `true`, the image data is available from the Covalent CDN.

---

[API](https://skmtc.net/covalenthq/apis/goldrush-multichain-data-apis.md) · [All operations](https://skmtc.net/covalenthq/apis/goldrush-multichain-data-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/covalenthq/goldrush-multichain-data-apis/revisions/c099830c76a0/schema)
