get https://api-pro.sim.hashkeydev.com/api/v1/rfq/getQuotePairs
Get the supported currency quote pair for RFQ.
Weight: 1
Request Parameters
N/A
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 |
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 |