JavaScript/TypeScript/Python/C#/PHP cryptocurrency trading API
The ccxt library is a collection of available crypto exchanges or exchange classes. Each class implements the public and private API for a particular crypto exchange. All exchanges are derived from the base Exchange class and share a set of common methods. To access a particular exchange from ccxt library you need to create an instance of corresponding exchange class. Supported exchanges are updated frequently and new exchanges are added regularly.
Generation of mnemonics, seeds, private/public keys and addresses
Generation of mnemonics, seeds, private/public keys, and addresses for different types of cryptocurrencies. A Python library for handling cryptocurrency wallet standards like BIP32, BIP39, and BIP44.