About • Tech Stack • Contact
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
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

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