JKorf / FTX.Net

MIT License
31 stars 24 forks source link

Feature/add network to withdrawals and deposits #26

Closed GeorgeF0 closed 2 years ago

GeorgeF0 commented 2 years ago

Hi Jan,

FTX shows the network in their get withdrawal history and get deposit history APIs (although they forgot to add it to their documentation for the latter endpoint!). I've confirmed it with them and also tested by fetching data from those endpoints. Where the transaction is not a blockchain transaction, the network (method) is null.

This PR adds the network property to the withdrawal and deposit models. Thanks!

JKorf commented 2 years ago

Hi, thanks for the work, it'll be available in next version