Account Endpoints
Get items favorited by an account
Get a paginated list of items favorited by a wallet address. Requires wallet identity authentication; the requested address must belong to the authenticated account.
get/api/v2/account/{address}/favorites
Path parameters
addressstring required
The wallet address
Query parameters
afterstring
Cursor for pagination
limitinteger
Number of results to return
sort_by'CREATED_DATE' | 'PRICE' | 'RARITY' | 'LISTING_CREATED_DATE' | 'LAST_SALE'
Sort by field
sort_direction'asc' | 'desc'
Sort direction
chainsChainIdentifier[]
Filter by chains
[ "ethereum" ]
Response
Favorited items
Changes
No recorded changes to this endpoint across all 1 revision of this API.