mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Bybit: Add missing field min notional (#1574)
* bybit: Adds min notional value for contract trading * update tests --------- Co-authored-by: Ryan O'Hara-Reid <ryan.oharareid@thrasher.io>
This commit is contained in:
54
testdata/http_mock/bybit/bybit.json
vendored
54
testdata/http_mock/bybit/bybit.json
vendored
@@ -168135,6 +168135,60 @@
|
||||
"queryString": "baseCoin=SOL\u0026category=option\u0026limit=1000\u0026status=Trading",
|
||||
"bodyParams": "",
|
||||
"headers": {}
|
||||
},
|
||||
{
|
||||
"data": {
|
||||
"result": {
|
||||
"category": "linear",
|
||||
"list": [
|
||||
{
|
||||
"baseCoin": "10000000AIDOGE",
|
||||
"contractType": "LinearPerpetual",
|
||||
"copyTrading": "none",
|
||||
"deliveryFeeRate": "",
|
||||
"deliveryTime": "0",
|
||||
"fundingInterval": 480,
|
||||
"isPreListing": false,
|
||||
"launchTime": "1709542899000",
|
||||
"leverageFilter": {
|
||||
"leverageStep": "0.01",
|
||||
"maxLeverage": "12.50",
|
||||
"minLeverage": "1"
|
||||
},
|
||||
"lotSizeFilter": {
|
||||
"maxMktOrderQty": "5000000",
|
||||
"maxOrderQty": "25000000",
|
||||
"minNotionalValue": "5",
|
||||
"minOrderQty": "100",
|
||||
"postOnlyMaxOrderQty": "25000000",
|
||||
"qtyStep": "100"
|
||||
},
|
||||
"lowerFundingRate": "-0.03",
|
||||
"preListingInfo": null,
|
||||
"priceFilter": {
|
||||
"maxPrice": "1.999998",
|
||||
"minPrice": "0.000001",
|
||||
"tickSize": "0.000001"
|
||||
},
|
||||
"priceScale": "6",
|
||||
"quoteCoin": "USDT",
|
||||
"settleCoin": "USDT",
|
||||
"status": "Trading",
|
||||
"symbol": "10000000AIDOGEUSDT",
|
||||
"unifiedMarginTrade": true,
|
||||
"upperFundingRate": "0.03"
|
||||
}
|
||||
],
|
||||
"nextPageCursor": ""
|
||||
},
|
||||
"retCode": 0,
|
||||
"retExtInfo": null,
|
||||
"retMsg": "OK",
|
||||
"time": 1720048559233
|
||||
},
|
||||
"queryString": "category=linear\u0026symbol=10000000AIDOGEUSDT",
|
||||
"bodyParams": "",
|
||||
"headers": {}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user