Socket
Socket
Sign inDemoInstall

1broker

Package Overview
Dependencies
50
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    1broker

NodeJS wrapper for the 1broker.com API


Version published
Maintainers
1
Install size
6.34 MB
Created

Readme

Source

##1Broker.com API Provide basic access to the www.1broker.com API found here:

https://1broker.com/?c=api_documentation

API provides a NodeJS wrapper for the API and returns the JSON formatted results per the API spec. Will update as API evolves and orders API is coming soon.

Bitcoin: 1MbRSzoCJkiydxfxAjZdMbej37dp5pkLNN

1Broker: https://1broker.com/m/r.php?i=2711

BitGold: https://BitGold.com/r/ARKmcl

####Usage

npm install 1broker

app.js

var oneBroker =  require('1broker');
var oB = new oneBroker('abcd1234'); // Replace with your API key

###Functions

** Acccount **

accountInfo()

accountAddress()

** Position **

positionList()

positionEdit(position_id)

** Market Data **

marketList()

marketDetail(symbol)

marketQuotes(symbols)

Keywords

FAQs

Last updated on 06 Jul 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc