Appearance
Get order types for a currency pair
GET
/v1/public/{currencyPair}/ordertypes
Get the order types supported for a given currency pair.
An array of order types is returned. You can only place an order that is listed in this array for this currency pair.
The order types supported are as follows:
| Order Type | Description |
|---|---|
| limit post-only | Place a limit order on the Exchange that will either be added to the order book or, should it match, be cancelled completely. |
| limit | Place a limit order on the Exchange. |
| market | Place a market order on the Exchange. |
| simple | Similar to a market order, but allows for crypto-to-crypto pairs. |
| stop-loss limit | Place a limit order on the Exchange that limits the downside of holding a particular asset. |
| take-profit limit | Place a limit order on the Exchange to lock in the growth of holding a particular asset. |
Parameters
Path Parameters
currencyPair*
Specify the currency pair for which you want to query the order types. Examples: BTCUSDC, BTCUSDT, XRPUSDC, SOLUSDC, ADABTC, ADAETH etc.
Type
Requiredstring
Responses
Array of supported order type strings for the specified currency pair
application/json