An open API service indexing awesome lists of open source software.

https://github.com/cuonggt/binance-connector-php

A simple connector to Binance Public API
https://github.com/cuonggt/binance-connector-php

binance exchange market-data trading websocket

Last synced: about 1 year ago
JSON representation

A simple connector to Binance Public API

Awesome Lists containing this project

README

          

# Binance Connector PHP

This is a lightweight library that works as a connector to [Binance public API](https://github.com/binance/binance-spot-api-docs)

- Supported APIs:
- [Spot Market Data Endpoints](https://binance-docs.github.io/apidocs/spot/en/#market-data-endpoints)
- [Spot Websocket Market Streams](https://binance-docs.github.io/apidocs/spot/en/#websocket-market-streams)
- [Spot Account/Trade](https://binance-docs.github.io/apidocs/spot/en/#spot-account-trade)
- [Spot User Data Streams](https://binance-docs.github.io/apidocs/spot/en/#user-data-streams)
- [Futures Market Data Endpoints](https://binance-docs.github.io/apidocs/futures/en/#market-data-endpoints)
- [Futures Websocket Market Streams](https://binance-docs.github.io/apidocs/futures/en/#websocket-market-streams)
- [Futures Account/Trades Endpoints](https://binance-docs.github.io/apidocs/futures/en/#account-trades-endpoints)
- [Futures User Data Streams](https://binance-docs.github.io/apidocs/futures/en/#user-data-streams)