v1

latestOpenAPI 3.0.1Apache 2.02026-07-2686219209.3 KB
wallets

Get tokens owned by a wallet.

get/wallets/{wallet_address}/tokens

Path parameters

wallet_addressstring required

wallet address.

Query parameters

collection_symbolstring

Filter tokens that are part of this collection symbol, max length of 255 characters

mcc_addressstring

Filter tokens that are part of this Metaplex Certified Collection address, max length of 48 characters

offsetinteger

The number of items to skip, default 0, min 0

limitinteger

The numbers of items to return, default 100, min 1, max 500

min_pricenumber

Filter listings that are less than this price

max_pricenumber

Filter listings that are more than this price

Represents a filtering mechanism where the elements within each inner array are logically ORed, and the resulting arrays are ANDed together at the top level. Each inner array consists of objects with two properties: traitType (a string) and value (a string). For example: [[{"traitType":"trait1", "value":"value1"},{"traitType":"trait1", "value":"value2"}]] would return tokens that have "value1" OR "value2" for "trait1".

listStatus'listed' | 'unlisted' | 'both'

Determines what type of tokens to return, default both

sort'updatedAt' | 'listPrice'

The field to sort the tokens, default 'updatedAt'

sort_direction'asc' | 'desc'

The direction returned elements should be sorted in, default 'desc'

Response

success response

mintAddressstring required
ownerstring required
supplynumber double required
delegatestring
collectionstring
collectionNamestring
namestring required
updateAuthoritystring required
primarySaleHappenedboolean required
sellerFeeBasisPointsnumber double required
imagestring required
tokenStandard0 | 1 | 2 | 3 | 4 | 5 | -1
animationUrlstring
externalUrlstring
listStatus'listed' | 'unlisted'
pricenumber double
tokenAddressstring
isCompressedboolean