get https://testnets-api.opensea.io/api/v1/assets
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 Name | Description |
---|---|
assets | List of Asset Object |
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 |
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.