mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-19 02:40:58 +00:00
test: ensure non-unified ccxt method ain't going away.
This commit is contained in:
@@ -28,7 +28,11 @@ EXCHANGES = {
|
||||
"leverage_tiers_public": False,
|
||||
"leverage_in_spot_market": False,
|
||||
"trades_lookback_hours": 4,
|
||||
"private_methods": ["fapiPrivateGetPositionSideDual", "fapiPrivateGetMultiAssetsMargin"],
|
||||
"private_methods": [
|
||||
"fapiPrivateGetPositionSideDual",
|
||||
"fapiPrivateGetMultiAssetsMargin",
|
||||
"sapi_get_spot_delist_schedule",
|
||||
],
|
||||
"sample_order": [
|
||||
{
|
||||
"exchange_response": {
|
||||
|
||||
Reference in New Issue
Block a user