Skip to content

Automated Trading Bot for Phemex API using Node.js and RESTful API calls. The bot utilizes the Phemex API to retrieve market data, manage orders, and execute trades based on pre-configured strategies.

License

Notifications You must be signed in to change notification settings

Alorse/phemex-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phemex-node

Automated Trading Bot for Phemex API using Node.js and RESTful API calls. This repository provides a basic framework for developing trading bots that can automatically make trades on the Phemex platform. The bot utilizes the Phemex API to retrieve market data, manage orders, and execute trades based on pre-configured strategies. The code is written in Node.js and uses RESTful API calls to interact with the Phemex API. The project is intended for educational purposes only and should not be used for live trading without proper testing and risk assessment.

Get Starting

  • Install dependencies
npm install
  • Set your apiKey and secret in .env file

  • Run

npm start

Reference

https://github.com/phemex/phemex-api-docs

About

Automated Trading Bot for Phemex API using Node.js and RESTful API calls. The bot utilizes the Phemex API to retrieve market data, manage orders, and execute trades based on pre-configured strategies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published