nodecoinbase

NodeJS client library for coinbase

Usage no npm install needed!

<script type="module">
  import nodecoinbase from 'https://cdn.skypack.dev/nodecoinbase';
</script>

README

Nodejs Client for Interacting Coinbase API

Currently only supports API Key based access. Please note you are required to keep your API key out of the app...

API Calls Supported

  • Balance
  • Buy Price
  • Sell Price
  • Send BTC

Methods

TODO: Export constructor

Name.balance();
Name.buyPrice(amount);
Name.sellPrice(amount);

TODO: Provide OAuth2 support with refresh token.

Highly Alpha. Use at your own risk.