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
- Host: GitHub
- URL: https://github.com/cuonggt/binance-connector-php
- Owner: cuonggt
- License: mit
- Created: 2022-03-16T07:26:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T01:50:42.000Z (about 2 years ago)
- Last Synced: 2025-03-24T13:03:56.459Z (about 1 year ago)
- Topics: binance, exchange, market-data, trading, websocket
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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)