List Products

get/api/prime/trading/v1/accounts/{accountId}/products

Gets a list of all available products.

Path Parameters

  • accountIdstringRequired
    The ID of the account

200 Response

data array[object] required
Example: {"id":"86d09911-e58e-4f27-ac1f-91d5f9c79952","name":"BTC-USD","baseCurrencyId":"6016e0a9-545a-45fb-8370-caab1680956a","quoteCurrencyId":"7d5d1e8d-e6e1-4676-99af-190012515418","baseCurrency":"BTC","quoteCurrency":"USD","baseMinSize":"0.00001","baseMaxSize":"10000.00","baseIncrement":"0.00000001","quoteMinSize":"0.01","quoteMaxSize":"100000000.00","quoteIncrement":"0.00000001","quoteDisplayPrecision":2,"isTradeDisabled":false,"isMarginTradeSupported":true}
id string <uuid>required
ID of the product
Example: b68baef1-8dcf-4b33-acd3-6424124cb379
name string required
Product name
Example: BTC-USD
baseCurrencyId string <uuid>required
ID of the base currency
Example: 6016e0a9-545a-45fb-8370-caab1680956a
baseCurrency string required
Base currency (the first asset in the trade pair) name
Example: BTC
quoteCurrencyId string <uuid>required
ID of the quote currency
Example: 7d5d1e8d-e6e1-4676-99af-190012515418
quoteCurrency string required
Quote currency (the second asset in the trade pair) name
Example: USD
baseMinSize string <decimal>required
Minimum order size in base currency
Example: 0.00000001
baseMaxSize string <decimal>required
Maximum order size in base currency
Example: 10000.00
baseIncrement string <decimal>required
Maximum precision allowed when entering order quantities in base currency
Example: 0.00000001
quoteMinSize string <decimal>required
Minimum order size in quote currency
Example: 10.00
quoteMaxSize string <decimal>required
Maximum order size in quote currency
Example: 100000000.00
quoteIncrement string <decimal>required
Maximum precision allowed when entering order quantities in the quote currency
Example: 0.01
quoteDisplayPrecision integer required
Maximum number of decimal places used when displaying quote currency amounts and limit prices
Example: 4
isTradeDisabled boolean required
True, if trading is disabled for the product
isMarginTradeSupported boolean required
True, if margin trading is supported for the product

default Response

error string required
errorName string required
reqId string required