NFT Data
NFT collections and metadata
Get NFTs owned by the wallet with metadata and floor prices
Query parameters
addressstringRequiredExample:
Ethereum wallet address (0x format)
0x742d35cc6634C0532925a3b8D7aa5ac000000000Pattern: ^0x[a-fA-F0-9]{40}$chainstring · enumOptionalDefault:
Blockchain network identifier
ethPossible values: limitinteger · min: 1 · max: 100OptionalDefault:
Maximum number of items to return
50exclude_spambooleanOptionalDefault:
Exclude spam tokens/NFTs from results
truenormalizeMetadatabooleanOptionalDefault:
Normalize NFT metadata
truemedia_itemsbooleanOptionalDefault:
Include media items in response
truecursorstringOptional
Pagination cursor for next page
bustCachebooleanOptionalDefault:
Force cache refresh
falseResponses
200
NFT collection data
application/json
400
Bad request - missing or invalid parameters
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
get
/api/wallet/nftsLast updated
Was this helpful?