Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 759 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 759 Bytes

CCXT Cryptocurrency Trading Library Examples

- this is a work in progress, more examples coming soon!

To run the ccxt examples from any folder type one of the following commands in console.

JavaScript

JavaScript Examples (work in progress)

node path/to/example.js # substitute for actual filename here

Python

Python Examples (work in progress)

python path/to/example.py # substitute for actual filename here

PHP

PHP Examples (work in progress)

php -f path/to/example.php # substitute for actual filename here