dydxprotocol / dydx-v3-python

Python client for dYdX (API v3)
Apache License 2.0
304 stars 174 forks source link

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

Closed kgoderis closed 9 months ago

kgoderis commented 9 months ago

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