get https://api.opensea.io/wyvern/v1/orders
This endpoint can be used to fetch orders from the OpenSea system.
Requests to this endpoint require an API key. If you don't have an API key, please request one.
Side
is now a required parameter. Please pass side=0
for buy orders and side=1
for sell orders. As a note, when you call the orders endpoint, count
will always return 1.