Get NFTs by wallet

Get NFTs owned by a given address.

  • The response will include status [SYNCED/SYNCING] based on the contracts being indexed.
  • Use the token_address param to get results for a specific contract only
  • Note that results will include all indexed NFTs
  • Any request that includes the token_address param will start the indexing process for that NFT collection the very first time it is requested.
Log in to see full request history
Path Params
string
required

The address of the wallet

Query Params
string
Defaults to eth

The chain to query

string
Defaults to decimal

The format of the token ID

integer
≥ 0

The desired page size of the result.

token_addresses
array of strings
length ≤ 10

The addresses to get balances for (optional)

token_addresses
string

The cursor returned in the previous response (used for getting the next page).

boolean
Defaults to false

Should normalized metadata be returned?

Response

Language
Credentials
Request
Click Try It! to start a request and see the response here! Or choose an example:
application/json