https://github.com/alan-null/coinmarketfees
https://github.com/alan-null/coinmarketfees
hacktoberfest
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alan-null/coinmarketfees
- Owner: alan-null
- Created: 2022-10-02T09:58:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T07:29:56.000Z (7 months ago)
- Last Synced: 2025-01-15T23:42:25.657Z (4 months ago)
- Topics: hacktoberfest
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coinmarketfees
This is CLI client for [coinmarketfees](https://coinmarketfees.com/)
## Usage
- get a list of exchanges
`.\coinmarketfees.exe exchanges`
- get a list of coin transfer fees for a single exchange
`.\coinmarketfees.exe fees -e kraken`
- get a list of coin transfer fees for two exchanges (contains only fees for coins supported by both )
`.\coinmarketfees.exe fees -e kraken -t kucoin`