LUCIT-Systems-and-Development / unicorn-binance-websocket-api

A Python SDK by LUCIT to use the Binance Websocket API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, com-futures+testnet, com-coin_futures, us, tr, dex/chain+testnet) in a simple, fast, flexible, robust and fully-featured way.
https://unicorn-binance-websocket-api.docs.lucit.tech/
Other
677 stars 166 forks source link

Margin testnet still working? #258

Closed spyke555 closed 2 years ago

spyke555 commented 2 years ago

Looking to test some margin functions like loan creation and repayment, so I set the exchange to 'binance.com-margin-testnet'

However when I make a request for something like get_margin_account, it raises an exception due to incorrect API key.

I used keys generated here : https://testnet.binance.vision/ which is the URL pointed to in the docs for the binance margin testnet.

Given this testnet was added to the library two years ago, I am now wondering if the margin testnet is even still available? How are you all testing margin functionality short of doing it live on testnet?

Thanks for the great library!

spyke555 commented 2 years ago

Posted in wrong repo... Closing this one