This endpoint returns a set of Testnet NFTs based on the specified filter parameters.

Auctions created on OpenSea don't use an escrow contract, which enables gas-free auctions and allows users to retain ownership of their items while they're on sale. In these cases, some NFTs from opensea.io may not appear in the API until a transaction has been completed.

The endpoint will return the following fields:

Field NameDescription
assetsList of Asset Object
nextA cursor to be supplied as a query param to retrieve the next page
previousA cursor to be supplied as a query param to retrieve the previous page

As of May 25, this endpoint will return orders from the Seaport contract in the seaport_sell_orders field. The sell_orders field will return orders from the Wyvern contract only. Please refer to the Seaport Order model for schema details.

Language
Click Try It! to start a request and see the response here!