get https://api-pro.sim.hashkeydev.com/api/v1/market-place/get-pairs
Get a list of tradeable quote pairs
Weight: 1
Request Parameters
Parameter | Type | Required | Example Value | Description |
---|---|---|---|---|
timestamp | LONG | Y | 1691567587389 | Timestamp |
signature | STRING | Y |
Response Content
Parameter | Type | Example Value | Description |
---|---|---|---|
quotePair | Object Array | ETHUSD | Returns a list of currency pairs for Request for Quote |
baseCcy | STRING | ETH | Base currency |
quoteCcy | STRING | USD | Quote currency |
basePrecision | STRING | 0.0001 | Precision of base currency |
quotePrecision | STRING | 0.000001 | Precision of quote currency |
retailAllowed | BOOLEAN | TRUE | Whether retail clients are allowed |
minTradeBaseQuantity | STRING | 10000 | minTradeQuantity of baseCcy defined in OPM |
maxTradeBaseQuantity | STRING | 1000000 | maxTradeQuantity of baseCcy defined in OPM |
minTradeQuoteQuantity | STRING | 10000 | minTradeQuantity of quoteCcy defined in OPM |
maxTradeQuoteQuantity | STRING | 1000000 | maxTradeQuantity of quoteCcy defined in OPM |
piAllowed | BOOLEAN | TRUE | Whether PI clients are allowed |
corporateAllowed | BOOLEAN | TRUE | Whether Corporate clients are allowed |
omnibusAllowed | BOOLEAN | TRUE | Whether Omnibus clients are allowed |
institutionAllowed | BOOLEAN | TRUE | Whether Institution clients are allowed |
tradingStatus | ENUM | OPENED, CLOSED | Quote pair status |