You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To keep things succinct it might be good to use Pydantic for this. There might be some merit in creating a script to check the Pydantic models against the API periodically in case things change.
E.g. currently the valid options for resolution in markets/{pair}/candles are 15, 60, 300, 900, 3600, 14400, 86400, but you could imagine this changing at some point. On every release/merge to master we could kick off a script via Github Actions to double check the Pydantic models against the API.
Within reason. For example, the orderbook limit of > 20 and <= 100
The text was updated successfully, but these errors were encountered: