Collection top bid changes

Every time the top offer of a collection changes (i.e. the 'top bid'), an event is generated. This API is designed to be polled at high frequency.

There are multiple event types, which describe what caused the change in price:

  • new-order > new bid at a higher price

  • expiry > the previous top bid expired

  • sale > the previous top bid was accepted

  • cancel > the previous top bid was cancelled

  • balance-change > the top bid was invalidated due NFT no longer available

  • approval-change > the top bid was invalidated due to revoked approval

  • revalidation > manual revalidation of orders (e.g. after a bug fixed)

  • reprice > price update for dynamic orders (e.g. dutch auctions)

  • bootstrap > initial loading of data, so that all tokens have a price associated

Some considerations to keep in mind

  • Selling a partial quantity of available 1155 tokens in a listing will generate a sale and will have a new quantity.

  • Due to the complex nature of monitoring off-chain liquidity across multiple marketplaces, including dealing with block re-orgs, events should be considered 'relative' to the perspective of the indexer, ie when they were discovered, rather than when they happened. A more deterministic historical record of price changes is in development, but in the meantime, this method is sufficent for keeping an external system in sync with the best available prices.

  • Events are only generated if the top bid changes. So if a new order or sale happens without changing the top bid, no event is generated. This is more common with 1155 tokens, which have multiple owners and more depth. For this reason, if you need sales data, use the Sales API.

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

Filter to a particular collection with collection-id. Example: 0x8d04a8c79ceb0889bdd12acdf3fa9d207ed3ff63

number

Get events after a particular unix timestamp (inclusive)

number

Get events before a particular unix timestamp (inclusive)

string
enum

Order the items are returned in the response. defaults to desc

Allowed:
string

Use continuation token to request next offset of items.

integer
1 to 1000

Amount of items returned in response. Max limit is 1000. defaults to 50

string

Return result in given currency

Response

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