tiagosiebler / ftx-api

Node.js connector for the FTX.com & FTX.us APIs and WebSockets, with TypeScript & browser support.
https://www.npmjs.com/package/ftx-api
MIT License
123 stars 47 forks source link

FTX API requires a method for the withdrawal to go through #84

Closed ndroo closed 2 years ago

ndroo commented 2 years ago

Summary

When attempting to make a withdrawal to the Avalanche chain i experienced an issue. After discussing the issue with the FTX support team I was provided the following guidance:

image

This PR simply adds the method as a param to pass through to the FTX API so that withdrawals can function correctly.