Skip to main content
Access FTX Programmatically

In addition to programmatic market/limit order execution, you can check account balances and order status using this code

APEXE3HQ avatar
Written by APEXE3HQ
Updated over a week ago

Once you have set up your FTX account, set up your FTX API credentials which will allow you to execute trades programmatically. In addition to trade execution, you can also check balances and the status of orders.

The REST spec can be found here:

The FTX REST endpoints are straightforward to call using any REST library in nodejs or python.

In either Python or Nodejs, the following can be done:

Submit Market Order:

Submit Trigger Order:

Cancel Order

Get balances


If you have any questions reach out to the APEX:E3 team through: contactus@apexe3.com, or Discord!

Did this answer your question?