jaggedsoft / php-binance-api

PHP Binance API is an asynchronous PHP library for the Binance API designed to be easy to use. https://github.com/binance-exchange/php-binance-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can this be used to build a website like binance.com?

Stevemoretz opened this issue · comments

We were trying to make a website like: https://bingx.com/en-us/

Then we noticed bingx.com looks like binance.com like a clone but a little different.

Can this package help us to actually build a website like binance.com or bingx.com for ourselves with similar features?
Here's how spot trading looks like on bingx.com https://bingx.com/en-us/spot/BTCUSDT/ the chart can come from tradingview.com but the data should be provided from a trading system.

Can your package provide that trading system? spot trading is provided by your package what I'm not sure about is that, is this api supposed to be for using just my user account on binance.com or can I add my own clients on my own website to use that?