Get events of v1 protocol

Get token and order activities, like Listing, Transfer, Mint, Sale, Cancel, Offer, etc. Use type param to filter this correctly.

Notes: the response events are sorted by DB created time, not by an event id.

For usage of pagination param, refer to this FAQ

Query Params
string

Collection contract address. It must be a valid Ethereum address.

string

Id of the specific token you want to query for. collection address should be provided as well, when tokenId is provided.

string

Address referring to a sender. It must be a valid Ethereum address.

string

Address referring to a receiver. It must be a valid Ethereum address.

string
enum

Event type to filter by

Allowed:
pagination
object

Pagination filter. When specified, it will return events before the event with event id set as cursor. While first defines how many results to show. The default value is 20, and the max value is 150.

Responses

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