Users activity

This API can be used to build a feed for a user including sales, asks, transfers, mints, bids, cancelled bids, and cancelled asks types.

Log in to see full request history
Path Params
string
required

The blockchain chain.

Query Params
users
array of strings
required
length between 1 and 50

Array of users addresses. Max is 50. Example: 0x8d04a8c79ceb0889bdd12acdf3fa9d207ed3ff63

users*
collection
array of strings
collection
string

Filter to a particular collection set.

string

Filter to a particular contracts set.

string

Filter to a particular community. Example: artblocks

integer
≥ 1
Defaults to 20

Amount of items returned in response. If includeMetadata=true max limit is 20, otherwise max limit is 1,000.

string
Defaults to eventTimestamp

Order the items are returned in the response. The blockchain event time is eventTimestamp. The event time recorded is createdAt.

boolean
Defaults to true

If true, metadata is included in the response.

string

Use continuation token to request next offset of items.

types
array of strings
types
string

Input any ERC20 address to return result in given currency.

Response

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