File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -850,7 +850,7 @@ paths:
850850 required : false
851851 schema :
852852 type : number
853- description : Maximum number of results to return
853+ description : ' Maximum number of results to return (max {@link MAX_TRADES_LIMIT}) '
854854 responses :
855855 ' 200 ' :
856856 description : Fetch Trades response
@@ -3448,7 +3448,6 @@ components:
34483448 reconstructed L2 OrderBook snapshots between `since` and `until` (hosted API only).
34493449 TradesParams :
34503450 type : object
3451- description : Parameters for fetching trade history. No resolution parameter - trades are discrete events.
34523451 properties :
34533452 start :
34543453 type : string
@@ -3460,7 +3459,7 @@ components:
34603459 description : End of the time range
34613460 limit :
34623461 type : number
3463- description : Maximum number of results to return
3462+ description : ' Maximum number of results to return (max {@link MAX_TRADES_LIMIT}) '
34643463 CreateOrderParams :
34653464 type : object
34663465 properties :
You can’t perform that action at this time.
0 commit comments