binance-connector-php icon indicating copy to clipboard operation
binance-connector-php copied to clipboard

This is a thin library that working as a connector to the Binance public API.

Results 14 binance-connector-php issues
Sort by recently updated
recently updated
newest added

One click arrival deposit apply (for expired address deposit) (USER_DATA) 1. POST /sapi/v1/capital/deposit/credit-apply

reviewing

Query auto-converting stable coins (USER_DATA) 1. GET /sapi/v1/capital/contract/convertible-coins

reviewing

Get symbols delist schedule for spot (MARKET_DATA) 1. GET /sapi/v1/spot/delist-schedule

reviewing

Query User Wallet Balance (USER_DATA) 1. GET /sapi/v1/asset/wallet/balance

reviewing

Fetch deposit address list with network(USER_DATA) 1. GET /sapi/v1/capital/deposit/address/list

reviewing

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...

reviewing

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...

reviewing

API content for Simple Earn Endpoints is missing

enhancement