Zev Averbach

Results 37 comments of Zev Averbach

Can you give an example of how that API might work?

but how would you integrate it with withdrawal methods?

Here's some sample code from from FTX themselves: https://github.com/ftexchange/ftx/blob/85beb7d3cc452277d9c7b648633ee761f0152851/rest/client.py#L163

[another possible disparity](https://github.com/quan-digital/ftx/issues/10)

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...

I've started on this, but there are probably some left. (get_orderbook, get_k_line are done)

@lkhphuc thank you for this! Confirming that it resolved the issue for me. > Another treesitter-based option while waiting for the builtin indent plugin get fixed: https://github.com/yioneko/nvim-yati That plugin at...

Using Python 3.9, here's a similar error: ```bash In [3]: s = pyo.Server(ichnls=1).boot() ||PaMacCore (AUHAL)|| Error on line 1301: err='-66748', msg=Unknown Error Portaudio error in Pa_OpenStream: Internal PortAudio error Pyo...

It looks like there's a related discussion [here](https://groups.google.com/g/pyo-discuss/c/EooC0yQJzjk?pli=1), unresolved as of today. I was able to move forward with the most recent posts there, by doing this: ```bash >>> import...