Get tokens owned by a wallet.

Path Params
string
required

wallet address.

Query Params
string

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

string

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

integer

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

integer

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

number

Filter listings that are less than this price

number

Filter listings that are more than this price

attributes
array of arrays of objects

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".

attributes
string
enum

Determines what type of tokens to return, default both

Allowed:
string
enum

The field to sort the tokens, default 'updatedAt'

Allowed:
string
enum

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

Allowed:
Responses

Language
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json