Created
September 24, 2018 14:31
-
-
Save plutoegg/ae51656f9c4d41adb8ca002e373d5d74 to your computer and use it in GitHub Desktop.
Trustless Developer Guide - 5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Get all open orders | |
const openOrders = await efx.getOrders() | |
// Get all historical orders | |
const historicalOrders = await efx.getOrderHist() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment