get https://api-mainnet.magiceden.dev/v3/rtp//orders/bids/v6
Get a list of bids (offers), filtered by token, collection or maker. This API is designed for efficiently ingesting large volumes of orders, for external processing.
There are a different kind of bids than can be returned:
-
To get all orders unfiltered, select
sortBy
toupdatedAt
. No need to pass any other param. This will return any orders for any collections, token, attribute, etc. -
Inputting a 'contract' will return token and attribute bids.
-
Inputting a 'collection-id' will return collection wide bids.
-
Please mark
excludeEOA
astrue
to exclude Blur orders.