JKorf / Binance.Net

A C# .netstandard client library for the Binance REST and Websocket Spot and Futures API focusing on clear usage and models
https://jkorf.github.io/Binance.Net/
MIT License
1.04k stars 428 forks source link

Change a Path #554

Closed bousalem closed 3 years ago

bousalem commented 3 years ago

Hello Everyone;

Can i change a path in Binance.net /api/v3/ to /fapi/v1 to use https://testnet.binancefuture.com/?

Thank you

deadheadblues commented 3 years ago

Yes, check out the issue I raised here which shows how you can set the default options of BinanceClients to use the futures testnet api.

bousalem commented 3 years ago

Thank you