Account Tokens

Returns list of tokens owned by corresponding account/wallet

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Account Address / ENS

Query Params
int64

Returns entries that are part of the given contract

CollectionSlug
array of strings

Returns entries that are part of the given collection(s)

CollectionSlug
UniverseId
array of int64s

Returns entries that are part of the given universe(s)

UniverseId
Index
array of strings

Returns entries whose contract's tokenId (index in API's terms) matches one of the provided values

Index
string

Returns entries whose contract's tokenId (index in API's terms) contains the value (It uses the LIKE operator, so it supports Wildcard Characters)

string

Returns entries whose name 'SQL Likes' the value (e.g. if Value is '%oge%' it will add this condition > Name like '%oge%')

PropertyId
array of int64s

Returns entries that have properties in the given list (at least 1 of the properties of the each group of properties based on their category) i.e. [OR] on the same category's properties, [AND] across different categories

PropertyId
PropertyIdExclude
array of int64s

Returns entries that DO NOT have properties in the given list

PropertyIdExclude
PropertyCategory
array of objects
PropertyCategory
PropertyCategoryIdExclude
array of int64s

Returns entries that DO NOT have any property from the given category(ies)

PropertyCategoryIdExclude
boolean

If set, only entries that have current price (available for sale) will be returned

double

If set, only entries whose current price (eth) is higher than (or equal to) the value will be returned

double

If set, only entries whose current price (eth) is smaller than (or equal to) the value will be returned

CollectionId
array of int64s

Returns entries that are part of the given collection ids

CollectionId
double

Returns entries whose last sale is greater than given percentage above the corresponding collection's floor

boolean

Returns entries whose last sale is not a bundle

int64

Returns entries whose last sale's timestamp is greater than or equal to the given timestamp

int64

Returns entries whose last sale's timestamp is smaller than or equal to the given timestamp

double

Returns entries whose last sale transaction value is greater than or equal to the given value (ETH)

double

Returns entries whose last sale transaction value is smaller than or equal to the given value (ETH)

boolean

If true, burnt tokens (quantity = 0) will be excluded from the result

string

Returns tokens whose [ Name, Artist Name, Contract Name, or Index] matches the given value

string
enum

The rarity method to be used for Rarity Score and Rank

string
enum

The rarity option to be used for Rarity Score and Rank

Allowed:
ArtistId
array of int64s

Returns entries that are associated with given artist ids

ArtistId
string

Cursor value provided by the response to get the next/previous page Note: Cursor only tracks pagination, the parameters should still be provided for consecutive calls

int32
1 to 100

Maximum number of entries to be returned per page (Default = 100)

string
enum

If provided, entries are sorted by the specified property based on given SortDirection

string
enum
Allowed:
Response

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