Assets
User Assets
Use this API to explore a user's assets and its market info
get/assets/user-assets
Query parameters
chain'ethereum' | 'abstract' | 'apechain' | 'arbitrum' | 'base' | 'berachain' | 'bsc' | 'polygon' | 'sei' | 'avalanche' | 'monad' required
walletAddresses[]string[] required
The wallet address (user address) to query assets from, could be a list, example: 0x47d88afbba889709abba07339ed1c88079944ca3
assetIds[]string[]
Filter assets by ids. example: 0xbd3531da5cf5857e7cfaa92426877b022e612cf8:0
collectionIds[]string[]
Filter assets by collectionIds. example: 0xbd3531da5cf5857e7cfaa92426877b022e612cf8
onlyListedboolean
Whether to show only listed assets, default to false
includeTopBidboolean
Whether to include top bid for returned assets, default to false
sortBy'listingPrice' | 'listedAt' | 'receivedAt' | 'lastSalePrice'
sortDir'asc' | 'desc'
limitnumber
Amount of items returned, default to 20
continuationstring
Use continuation token to request next offset of assets.
Response
Successful