This is a JavaScript client library for interacting with the xeggex.com cryptoexchange API. It allows you to create orders for cryptocurrencies easily.
This library enables you to interact with the xeggex.com cryptoexchange API programmatically. You can create various types of orders, check account balances, and more.
Before you start, make sure you have the following:
- Node.js installed on your system
- API Key and Secret from xeggex.com (for authentication)
To install the library, use npm or yarn:
# Clone the repository
git clone https://github.com/your-username/your-repository.git
# Change directory
cd your-repository
# Using npm
npm install xeggex-cryptoexchange-api
# Using yarn
yarn add xeggex-cryptoexchange-api
#Run code
node ./index.js