Skip to content

if164ever1/xeggex_exchange

Repository files navigation

xeggex_exchange

This is a JavaScript client library for interacting with the xeggex.com cryptoexchange API. It allows you to create orders for cryptocurrencies easily.

Table of Contents

Getting Started

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.

Prerequisites

Before you start, make sure you have the following:

  • Node.js installed on your system
  • API Key and Secret from xeggex.com (for authentication)

Installation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published