Merhaba Arkadaşlar,
trbinance api sini kullanan var mı?

binance.com da işlem yaparken trbinance bir türlü bağlantı yapamıyorum
Normalde api sistemi bu şekilde trbinance yapıp trbinance den aldıgım apikey ve secret ile deniyorum çalışmıyor.

    protected $base = 'https://api.binance.com/api/'; // /< REST endpoint for the currency exchange
    protected $baseTestnet = 'https://testnet.binance.vision/api/'; // /< Testnet REST endpoint for the currency exchange
    protected $wapi = 'https://api.binance.com/wapi/'; // /< REST endpoint for the withdrawals
    protected $sapi = 'https://api.binance.com/sapi/'; // /< REST endpoint for the supporting network API
    protected $stream = 'wss://stream.binance.com:9443/ws/'; // /< Endpoint for establishing websocket connections
    protected $streamTestnet = 'wss://testnet.binance.vision/ws/'; // /< Testnet endpoint for establishing websocket connections