https://github.com/horothesun/coinbase-wrapper-nodejs
Coinbase accounts current total value.
https://github.com/horothesun/coinbase-wrapper-nodejs
axios coinbase coinbase-api coinbase-pro coinbase-pro-api nodejs
Last synced: about 2 months ago
JSON representation
Coinbase accounts current total value.
- Host: GitHub
- URL: https://github.com/horothesun/coinbase-wrapper-nodejs
- Owner: horothesun
- License: mit
- Created: 2020-11-07T15:40:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-07T16:45:31.000Z (over 5 years ago)
- Last Synced: 2025-02-23T06:44:06.928Z (over 1 year ago)
- Topics: axios, coinbase, coinbase-api, coinbase-pro, coinbase-pro-api, nodejs
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coinbase Wrapper - Node.js
Coinbase accounts current total value.
## Setup
### Environment
Run
```bash
cp .env.example .env
```
then edit the `.env` file with your Coinbase API key data.
### Node project
```bash
npm i
```
### Parameters
Edit the following values in `index.js` with your desired ones.
```javascript
const fromCoins = ['BTC', 'ETH', 'LTC']
const toCurrency = 'GBP'
```
## Execute
```bash
npm start
```