Delta Rest Client
Delta Exchange is a crypto derivatives exchange where you can trade bitcoin, ethereum, ripple futures at 20x leverage. This npm package is a wrapper around rest apis of Delta Exchange.
Get started
- Create an account on https://www.delta.exchange/app
- Generate your api key and api secret
- Install the package:
npm install --save delta-rest-client
- Follow the below snippet to trade on testnet:
const DeltaRestClient = ;api_key api_secret
- Checkout documentation & swagger file for all available operations