Skip to content

fcms14/bitmex-api-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Exchange Using Bitmex API

AboutTech StackContact

About

I started this project using BitMex REST API in PHP with HTTP Keep-Alive support

The user can use his api key, which will be stored in his browser's localStorage and have access to his account data.

Front-End in html, css and javascript

FrontEnd

Methods implemented:

  • - getOrderBook: Get Public Order Book
  • - getOpenOrders: Get your open orders
  • - getOpenPositions: Get all your open positions
  • - getOrders: Get your last 100 orders
  • - getWalletHistory: Get your account wallet
  • - createOrder: Create new order
  • - cancelOpenOrders: Cancels a selected open order
  • - Create an alert for filled order
  • - Request withdrawal
  • - Display Portfolio Balance; Unrealised PNL; Margin Balance;
  • - List Tickers and Get Order Book of Selected Ticker

To Do:

  • - Create Order for Selected Ticker

In the near future, I intend to implement integration with other exchanges, such as FTX and Binance.

Get API keys from https://www.bitmex.com/app/apiKeys FrontEnd

Tech Stack

html5 Badge  css3 Badge  javascript Badge  php Badge 

Contact

Made with ❤️ by Felipe Cardoso, get in touch!

Email Badge  LinkedIn Badge 


About

BitMex PHP REST API Class (Keep-Alive support)

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 42.0%
  • JavaScript 32.9%
  • CSS 13.2%
  • HTML 11.9%