@@ -64010,58 +64010,86 @@ components:
6401064010 id:
6401164011 type: string
6401264012 format: uuid
64013+ description: ID of the product
64014+ example: b68baef1-8dcf-4b33-acd3-6424124cb379
6401364015 name:
6401464016 type: string
64015- description: Product name e.g. BTC
64017+ description: Product name
64018+ example: BTC-USD
6401664019 baseCurrencyId:
6401764020 type: string
6401864021 format: uuid
64022+ description: ID of the base currency
64023+ example: 6016e0a9-545a-45fb-8370-caab1680956a
6401964024 baseCurrency:
6402064025 type: string
64021- description: Currency name e.g. BTC
64026+ description: Base currency (the first asset in the trade pair) name
64027+ example: BTC
6402264028 quoteCurrencyId:
6402364029 type: string
6402464030 format: uuid
64031+ description: ID of the quote currency
64032+ example: 7d5d1e8d-e6e1-4676-99af-190012515418
6402564033 quoteCurrency:
6402664034 type: string
64027- description: Currency name e.g. USD
64035+ description: Quote currency (the second asset in the trade pair) name
64036+ example: USD
6402864037 baseMinSize:
6402964038 type: string
6403064039 format: decimal
64040+ description: Minimum order size in base currency
64041+ example: '0.00000001'
6403164042 baseMaxSize:
6403264043 type: string
6403364044 format: decimal
64045+ description: Maximum order size in base currency
64046+ example: '10000.00'
6403464047 baseIncrement:
6403564048 type: string
6403664049 format: decimal
64050+ description: Maximum precision allowed when entering order quantities in base currency
64051+ example: '0.00000001'
6403764052 quoteMinSize:
6403864053 type: string
6403964054 format: decimal
64055+ description: Minimum order size in quote currency
64056+ example: '10.00'
6404064057 quoteMaxSize:
6404164058 type: string
6404264059 format: decimal
64060+ description: Maximum order size in quote currency
64061+ example: '100000000.00'
6404364062 quoteIncrement:
6404464063 type: string
6404564064 format: decimal
64065+ description: Maximum precision allowed when entering order quantities in the quote currency
64066+ example: '0.01'
6404664067 quoteDisplayPrecision:
6404764068 type: integer
64048- description: Maximum number of decimal places supported for displaying quote amounts and setting limit prices.
64069+ description: Maximum number of decimal places used when displaying quote currency amounts and limit prices
64070+ example: 4
6404964071 isTradeDisabled:
6405064072 type: boolean
64073+ description: True, if trading is disabled for the product
6405164074 isMarginTradeSupported:
6405264075 type: boolean
64053- description: True if margin trading is supported for this product
64076+ description: True, if margin trading is supported for the product
6405464077 example:
6405564078 id: 86d09911-e58e-4f27-ac1f-91d5f9c79952
6405664079 name: BTC-USD
6405764080 baseCurrencyId: 6016e0a9-545a-45fb-8370-caab1680956a
6405864081 quoteCurrencyId: 7d5d1e8d-e6e1-4676-99af-190012515418
6405964082 baseCurrency: BTC
6406064083 quoteCurrency: USD
64061- baseMinSize: '0.001 '
64084+ baseMinSize: '0.00001 '
6406264085 baseMaxSize: '10000.00'
64063- quoteIncrement: '0.01'
64086+ baseIncrement: '0.00000001'
64087+ quoteMinSize: '0.01'
64088+ quoteMaxSize: '100000000.00'
64089+ quoteIncrement: '0.00000001'
6406464090 quoteDisplayPrecision: 2
64091+ isTradeDisabled: false
64092+ isMarginTradeSupported: true
6406564093 Products:
6406664094 type: array
6406764095 items:
0 commit comments