get https://testnets-api.opensea.io/v2/orders//seaport/offers?limit=1
This endpoint is used to fetch the set of active offers on a given NFT for the Seaport contract.
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 |