Get NFTs Owned by Address

Shows NFTs owned by an address

Full Documentation >


Network
Network ID
Address
An address or ENS (or ENS-like) domain
Limit
The maximum number of items returned
Offset
Offset by this amount
Sort By
Sort by blockNumber, (ascending/descending) or floor price
Collection
Contract address, or comma-separated list of contract addresses
Exclude Collection
Contract address, or comma-separated list of contract addresses
API Request
curl
JSON
axios
Golang
curl -X GET \ 
	/v2/ethereum-mainnet/vitalik.eth/nfts-owned \ 
	--header X-API-Key: test \ 
	-d '{
  "collection": null,
  "excludeCollection": null,
  "sortBy": "-floorPrice"
}'
API Response
🏁 Ready