NFT Data

NFT collections and metadata

NFT Collection

get

Get NFTs owned by the wallet with metadata and floor prices

Query parameters
addressstringRequired

Ethereum wallet address (0x format)

Example: 0x742d35cc6634C0532925a3b8D7aa5ac000000000Pattern: ^0x[a-fA-F0-9]{40}$
chainstring · enumOptional

Blockchain network identifier

Default: ethPossible values:
limitinteger · min: 1 · max: 100Optional

Maximum number of items to return

Default: 50
exclude_spambooleanOptional

Exclude spam tokens/NFTs from results

Default: true
normalizeMetadatabooleanOptional

Normalize NFT metadata

Default: true
media_itemsbooleanOptional

Include media items in response

Default: true
cursorstringOptional

Pagination cursor for next page

bustCachebooleanOptional

Force cache refresh

Default: false
Responses
get
/api/wallet/nfts

Last updated

Was this helpful?