get https://api.opensea.io/v2/orders//seaport/offers
This endpoint is used to fetch the set of active offers on a given NFT for the Seaport contract.
Requests to this endpoint require an API key. If you don't have an API key, please request one.
This endpoint will return the following fields:
Field Name | Type |
---|---|
orders | List of Order objects |
next | A cursor to be supplied as a query param to retrieve the next page |
previous | A cursor to be supplied as a query param to retrieve the previous page |