1.3.18 • Published 2 years ago

orionx-sdk v1.3.18

Weekly downloads
22
License
MIT
Repository
github
Last release
2 years ago

Usage

First you need to install it via npm.

npm install orionx-sdk --save

Then you will need to get your credentials, follow this tutorial

After that we are ready to go

Code example

// App.js
import Orionx from 'orionx-sdk'

Orionx.setCredentials({
  apiKey: '<apiKey>',
  secretKey: '<secretKey>',
  apiUri: 'https://api2.orionx.com/graphql',
})

// And then use this in any Component.js
Orionx.market({code: 'LTCBTC'})
  .then(function (market) {
    console.log(market)
  })
  .catch(function (err) {
    console.log(err)
  })

Documentation & Examples

All documentation is over here

1.3.17

2 years ago

1.3.18

2 years ago

1.3.16

2 years ago

1.3.14

2 years ago

1.3.15

2 years ago

1.3.12

2 years ago

1.3.10

2 years ago

1.3.11

2 years ago

1.3.9

4 years ago

1.3.8

5 years ago

1.3.6

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.5

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.0.5

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago

1.0.0

6 years ago