binance-connector-php
binance-connector-php copied to clipboard
This is a thin library that working as a connector to the Binance public API.
One click arrival deposit apply (for expired address deposit) (USER_DATA) 1. POST /sapi/v1/capital/deposit/credit-apply
Query auto-converting stable coins (USER_DATA) 1. GET /sapi/v1/capital/contract/convertible-coins
Get symbols delist schedule for spot (MARKET_DATA) 1. GET /sapi/v1/spot/delist-schedule
Query User Wallet Balance (USER_DATA) 1. GET /sapi/v1/asset/wallet/balance
Fetch deposit address list with network(USER_DATA) 1. GET /sapi/v1/capital/deposit/address/list
New endpoints for Binance Code: 1. POST /sapi/v1/giftcard/buyCode: For buying a fixed-value Binance Code. 2. GET /sapi/v1/giftcard/buyCode/token-limit: To verify which tokens are available for you to purchase fixed-value gift cards...
1. $client = \App\Factory::getClientSpot(); $client->useServerTime(); fixes the problem (Timestamp for this request was 1000ms ahead of the server's time) 2. Any request with API response 400 => Fatal error. try...
Can the error output of API response 400 be ignored? This affects other CODE operations
I detect bug with enabled both showHeader and weightUsage, returns only weightUsage in array without header. I fixed this in method processRequest in file /src/Binance/APIClient.php Fixed code: ``` private function...
API content for Simple Earn Endpoints is missing