Side parameter now required on /wyvern/v1/orders
What: We’re now requiring that the side
parameter must be included in all requests to the /wyvern/v1/orders
endpoint, as was previously announced. This parameter is used to filter the response to either buy or sell orders and requests will now fail if they don’t include this parameter.
Why: We’ve found that most of the requests made to this endpoint are already including this parameter and by making this parameter required, we’re able to simplify our responses and improve performance for this endpoint.
Developer Action: If you haven’t been including the side
parameter in your requests to the /wyvern/v1/orders
endpoint, you’ll need to update your requests to include this parameter. In order to fetch both buy and sell side orders, you’ll need to issue separate requests with the side
parameter set accordingly. If you have any questions, please reach out on Discord as we’re here to help.