https://github.com/bitpay/crypto-rpc
https://github.com/bitpay/crypto-rpc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitpay/crypto-rpc
- Owner: bitpay
- Created: 2018-10-23T20:12:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-11-13T15:13:07.000Z (7 months ago)
- Last Synced: 2025-11-13T17:18:19.670Z (7 months ago)
- Language: JavaScript
- Size: 4.02 MB
- Stars: 13
- Watchers: 6
- Forks: 37
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Commands
```
// get balance of all accounts
./bin/balance --node ETHNode --currency ETH
// get balance of USDC for specific account
./bin/balance --node ETHNode --currency USDC --address 0xac2c37f15B77Ac5aC56fb8643cb02cb18F82C246
./bin/send --node ETHNode --currency USDC --amount 1111111 --address 0xac2c37f15B77Ac5aC56fb8643cb02cb18F82C246
// Get balance of bitcoin wallet
./bin/balance --node BTCNode --currency BTC
```