We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bitgo-api-docs
1 parent 7bcc8bf commit d8e7743Copy full SHA for d8e7743
api.yaml
@@ -63613,6 +63613,9 @@ components:
63613
quoteIncrement:
63614
type: string
63615
format: decimal
63616
+ quoteDisplayPrecision:
63617
+ type: integer
63618
+ description: Maximum number of decimal places supported for displaying quote amounts and setting limit prices.
63619
isTradeDisabled:
63620
type: boolean
63621
isMarginTradeSupported:
@@ -63628,6 +63631,7 @@ components:
63628
63631
baseMinSize: '0.001'
63629
63632
baseMaxSize: '10000.00'
63630
63633
quoteIncrement: '0.01'
63634
+ quoteDisplayPrecision: 2
63635
Products:
63636
type: array
63637
items:
0 commit comments