dydxprotocol/dydx-v3-python

HTTP 401 on https://api.stage.dydx.exchange/v3/fills?xxxx=yyyy

kgoderis opened this issue · 0 comments

I post this here as joining the Discord server does not work

I get {"errors":[{"msg":"Unauthorized"}]} when adding any optional parameters to https://api.stage.dydx.exchange/v3/fills, e.g. https://api.stage.dydx.exchange/v3/fills?limit=5

However, https://api.stage.dydx.exchange/v3/fills itself does return the array with fills for all orders as it should do

This is a bug, or the api doc (https://dydxprotocol.github.io/v3-teacher/#get-fills) is not up to date anymore