@narative/oanda-v20
TypeScript icon, indicating that this package has built-in type declarations

3.0.54 • Public • Published

OANDA v20 (Narative fork)

Why

  • Typescript friendly (WIP)
  • Bug fixing

Installation

yarn add @narative/oanda-v20

Usage

import * as oandaAPI from '@narative/oanda-v20'

const client = new oandaAPI.Rest('my-app-name', '1234567890qwfpgjluy1234567890', true) // user token on OANDA practice server
const result = await client.account.list()
console.log('OANDA result', result) // should show the data from GET /v3/accounts (https://developer.oanda.com/rest-live-v20/account-ep/)

Publish

  • update version in package.json
  • yarn build
  • npm publish

Readme

Keywords

none

Package Sidebar

Install

npm i @narative/oanda-v20

Weekly Downloads

14

Version

3.0.54

License

MIT

Unpacked Size

4.08 MB

Total Files

244

Last publish

Collaborators

  • brotzky
  • danlevan