Traders by Collection

Retrieves top trades of tokens in the collection

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Response FieldData TypeDescription
tradersarray of Trader (see below) objectsList of traders and how many transactions and tokens they traded. A purchase and subsequent sale of the same token counts as 2 trades
contract_addressstringThe address of the requested collection
next_offsetnumberThe offsite for the next page of results. If null, no more results are available

Trader

Attribute NameData TypeDescription
addressstringThe wallet address
trade_countnumberThe number of transactions executed by this wallet for tokens in this collection
token_amountnumberThe number of tokens traded. This will only be different from trade_count if any transaction included more than one token

Available in the Business and higher subscription plans.

Path Params
string
required
Defaults to ETH

The crypto chain hosting the contract. Currently only ETH is supported.

string
required

NFT contract address (eg. 0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb)

Query Params
int32
Defaults to 100

Maximum number of trader addresses to return. Integer between 1 and 1000

int32
Defaults to 0

Result page offset to receive additional records

int32

Limit the results to trades that happened after the specified time (epoch in seconds)

int32

Limit the results to trades that happened before the specified time (epoch in seconds)

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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