Skip to content

Instantly share code, notes, and snippets.

@plutoegg
Created September 24, 2018 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plutoegg/1f7d2d20953e6a2f0d2a698b4257844c to your computer and use it in GitHub Desktop.
Save plutoegg/1f7d2d20953e6a2f0d2a698b4257844c to your computer and use it in GitHub Desktop.
Trustless Developer Guide - 4
const symbol = 'ZRXETH'
const amount = -15
const price = 0.0025
const orderId = await efx.submitOrder(symbol, amount, price)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment