Skip to main content
POST
/opensea/collections/activity

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
slug
string
required
Minimum string length: 1
count
integer
required
Required range: x >= 1
timeout
integer
default:300
Required range: 20 <= x <= 1500
event_types
enum<string>[] | null
Available options:
sale,
listing,
offer,
transfer,
mint

Response

Successful Response

id
string
required
@type
string
default:OpenseaActivity
event_type
string | null
event_at
string | null
transaction_hash
string | null
from_address
string | null
to_address
string | null
price
object | null
sale_type
string | null
marketplace
string | null
is_airdrop
boolean | null
quantity
number | null
chain
string | null
contract_address
string | null
token_id
string | null
item_name
string | null
item_image
string | null
collection_slug
string | null
collection_name
string | null
collection_image
string | null
collection_is_verified
boolean | null