Skip to content

Commit

Permalink
Add testnet url for delivery futures
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierXIEXIN committed Jun 1, 2020
1 parent 9d8285c commit 1c08d4e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions binance_d/constant/system.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@

class WebSocketDefine:
Uri = "wss://dstream.binance.com/ws"
# Uri = "wss://dstream.binance.com/ws"
# testnet
Uri = "wss://dstream.binancefuture.com/stream"

class RestApiDefine:
Url = "https://dapi.binance.com"

# Url = "https://fapi.binance.com"
# testnet
Url = "https://testnet.binancefuture.com"



Expand Down

0 comments on commit 1c08d4e

Please sign in to comment.