GET v2/public/PairExchangeDetail/{marketSymbol}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
marketSymbol | string |
Required |
Body Parameters
None.
Response Information
Resource Description
OrderSymbolsName | Description | Type | Additional information |
---|---|---|---|
base-currency | string |
None. |
|
quote-currency | string |
None. |
|
price-precision | decimal number |
None. |
|
amount-precision | decimal number |
None. |
|
symbol-partition | string |
None. |
|
symbol | string |
None. |
|
state | string |
None. |
|
value-precision | decimal number |
None. |
|
min-order-amt | decimal number |
None. |
|
max-order-amt | decimal number |
None. |
|
min-order-value | decimal number |
None. |
|
limit-order-min-order-amt | decimal number |
None. |
|
limit-order-max-order-amt | decimal number |
None. |
|
limit-order-max-buy-amt | decimal number |
None. |
|
limit-order-max-sell-amt | decimal number |
None. |
|
buy-limit-must-less-than | decimal number |
None. |
|
sell-limit-must-greater-than | decimal number |
None. |
|
sell-market-min-order-amt | decimal number |
None. |
|
sell-market-max-order-amt | decimal number |
None. |
|
buy-market-max-order-value | decimal number |
None. |
|
market-sell-order-rate-must-less-than | decimal number |
None. |
|
market-buy-order-rate-must-less-than | decimal number |
None. |
|
api-trading | string |
None. |
|
tags | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "base-currency": "sample string 1", "quote-currency": "sample string 2", "price-precision": 3.1, "amount-precision": 4.1, "symbol-partition": "sample string 5", "symbol": "sample string 6", "state": "sample string 7", "value-precision": 8.1, "min-order-amt": 9.1, "max-order-amt": 10.1, "min-order-value": 11.1, "limit-order-min-order-amt": 12.1, "limit-order-max-order-amt": 13.1, "limit-order-max-buy-amt": 14.1, "limit-order-max-sell-amt": 15.1, "buy-limit-must-less-than": 16.1, "sell-limit-must-greater-than": 17.1, "sell-market-min-order-amt": 18.1, "sell-market-max-order-amt": 19.1, "buy-market-max-order-value": 20.1, "market-sell-order-rate-must-less-than": 21.1, "market-buy-order-rate-must-less-than": 22.1, "api-trading": "sample string 23", "tags": "sample string 24" }
text/xml
Sample:
<OrderSymbols xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HTX.Lib.Models.GetModels"> <amountprecision>4.1</amountprecision> <apitrading>sample string 23</apitrading> <basecurrency>sample string 1</basecurrency> <buylimitmustlessthan>16.1</buylimitmustlessthan> <buymarketmaxordervalue>20.1</buymarketmaxordervalue> <limitordermaxbuyamt>14.1</limitordermaxbuyamt> <limitordermaxorderamt>13.1</limitordermaxorderamt> <limitordermaxsellamt>15.1</limitordermaxsellamt> <limitorderminorderamt>12.1</limitorderminorderamt> <marketbuyorderratemustlessthan>22.1</marketbuyorderratemustlessthan> <marketsellorderratemustlessthan>21.1</marketsellorderratemustlessthan> <maxorderamt>10.1</maxorderamt> <minorderamt>9.1</minorderamt> <minordervalue>11.1</minordervalue> <priceprecision>3.1</priceprecision> <quotecurrency>sample string 2</quotecurrency> <selllimitmustgreaterthan>17.1</selllimitmustgreaterthan> <sellmarketmaxorderamt>19.1</sellmarketmaxorderamt> <sellmarketminorderamt>18.1</sellmarketminorderamt> <state>sample string 7</state> <symbol>sample string 6</symbol> <symbolpartition>sample string 5</symbolpartition> <tags>sample string 24</tags> <valueprecision>8.1</valueprecision> </OrderSymbols>