fix maket endpoints
This commit is contained in:
+9
-7
@@ -383,7 +383,8 @@ paths:
|
||||
history
|
||||
required: false
|
||||
schema:
|
||||
type: string
|
||||
type: integer
|
||||
format: int32
|
||||
minimum: 1
|
||||
responses:
|
||||
"200":
|
||||
@@ -409,8 +410,9 @@ paths:
|
||||
description: Number of most recent days of history to analyse
|
||||
required: false
|
||||
schema:
|
||||
type: string
|
||||
default: "365"
|
||||
type: integer
|
||||
format: int32
|
||||
default: 365
|
||||
minimum: 1
|
||||
- name: brokerFee
|
||||
in: query
|
||||
@@ -418,8 +420,8 @@ paths:
|
||||
\ buy and sell orders"
|
||||
required: false
|
||||
schema:
|
||||
type: string
|
||||
default: "0.015"
|
||||
type: number
|
||||
default: 0.015
|
||||
maximum: 1
|
||||
minimum: 0
|
||||
- name: salesTax
|
||||
@@ -428,8 +430,8 @@ paths:
|
||||
\ orders"
|
||||
required: false
|
||||
schema:
|
||||
type: string
|
||||
default: "0.036"
|
||||
type: number
|
||||
default: 0.036
|
||||
maximum: 1
|
||||
minimum: 0
|
||||
responses:
|
||||
|
||||
Reference in New Issue
Block a user