GET
/
v1
/
{chainName}
/
address
/
{walletAddress}
/
balances_nft
/
Credit Cost: 1 per call.
Processing: Realtime

Path Parameters

chainName
string
required

The chain name eg: eth-mainnet.

walletAddress
string
required

The requested address. Passing in an ENS, RNS, Lens Handle, or an Unstoppable Domain resolves automatically.

Query Parameters

no-spam
boolean

If true, the suspected spam tokens are removed. Supports eth-mainnet and matic-mainnet.

no-nft-asset-metadata
boolean

If true, the response shape is limited to a list of collections and token ids, omitting metadata and asset information. Helpful for faster response times and wallets holding a large number of NFTs.

with-uncached
boolean

By default, this endpoint only works on chains where we've cached the assets and the metadata. When set to true, the API will fetch metadata from upstream servers even if it's not cached - the downside being that the upstream server can block or rate limit the call and therefore resulting in time outs or slow response times on the Covalent side.

Response

200 - application/json
address
string

The requested address.

updated_at
string

The timestamp when the response was generated. Useful to show data staleness to users.

items
object[]

List of response items.